Skip to content

Commit 9e8c26f

Browse files
(DOCSP-11289): release notes for v1.6 and version bump (#322)
* (DOCSP-11289): release notes for v1.6 and version bump * (DOCSP-11289): formatting fixes * (DOCSP-11289): copy review feedback
1 parent df466f0 commit 9e8c26f

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.5'
32+
release: '1.7'
3333
branch: 'master'
3434
assets:
3535
- branch: master

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# while we work out how to deploy this property.
33

44
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
77
symlink: upcoming -> master
8-
symlink: stable -> v1.5
8+
symlink: stable -> v1.6
99

1010
########
1111

source/release-notes.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)