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:
2929 - ' sphinx_local.yaml'
3030 - htaccess : ['htaccess.yaml']
3131version :
32- release : ' 1.5 '
32+ release : ' 1.7 '
3333 branch : ' master'
3434assets :
3535 - branch : master
Original file line number Diff line number Diff line change 22# while we work out how to deploy this property.
33
44define: 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
77symlink: upcoming -> master
8- symlink: stable -> v1.5
8+ symlink: stable -> v1.6
99
1010########
1111
Original file line number Diff line number Diff line change @@ -20,6 +20,39 @@ Release Notes for |k8s-op-full|
2020 Production Notes </reference/production-notes>
2121 Known Issues </reference/known-issues>
2222
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+
2356.. _ent-op-1.5.5:
2457
2558|k8s-op-full| 1.5.5
You can’t perform that action at this time.
0 commit comments