File tree Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.5 '
32
+ release : ' 1.7 '
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change 2
2
# while we work out how to deploy this property.
3
3
4
4
define: base https://docs.mongodb.com/kubernetes-operator
5
- define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 master
6
- symlink: v1.6 -> master
5
+ define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 master
6
+ symlink: v1.7 -> master
7
7
symlink: upcoming -> master
8
- symlink: stable -> v1.5
8
+ symlink: stable -> v1.6
9
9
10
10
########
11
11
Original file line number Diff line number Diff line change @@ -20,6 +20,39 @@ Release Notes for |k8s-op-full|
20
20
Production Notes </reference/production-notes>
21
21
Known Issues </reference/known-issues>
22
22
23
+ .. _ent-op-1.6.0:
24
+
25
+ |k8s-op-full| 1.6.0
26
+ -------------------
27
+
28
+ *Released 2020-07-16*
29
+
30
+ MongoDB Resource Changes
31
+ ~~~~~~~~~~~~~~~~~~~~~~~~
32
+
33
+ - Supports LDAP as an authentication mechanism for MongoDB database
34
+ resources you deploy with the |k8s-op-short|. For more information,
35
+ see the sample LDAP configurations on :gh:`GitHub
36
+ </mongodb/mongodb-enterprise-kubernetes/tree/master/samples/mongodb/authentication/ldap>`.
37
+
38
+ .. note::
39
+
40
+ LDAP authorization is not yet supported.
41
+
42
+ Kubernetes Operator Changes
43
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
+
45
+ - Preserves backup history by retaining |onprem| cluster records when
46
+ you enable backup.
47
+
48
+ Bug Fixes
49
+ ~~~~~~~~~
50
+
51
+ - Fixes a bug that prevented the |k8s-op-short| from raising errors when
52
+ a ``projectName`` contained spaces.
53
+ - Fixes a bug that prevented |onprem| to monitor for all MongoDB
54
+ database resources that you deploy with the |k8s-op-short|.
55
+
23
56
.. _ent-op-1.5.5:
24
57
25
58
|k8s-op-full| 1.5.5
You can’t perform that action at this time.
0 commit comments