Skip to content

Commit bae2814

Browse files
(DOCSP-13541): meko 1.9.0 release notes (#432)
* (DOCSP-13541): meko 1.9.0 release notes * (DOCSP-13541): copy reivew feedback * (DOCS-14039): tech review feedback * (DOCS-14039): troubleshoot build warnings * (DOCS-14039): troubleshoot build warnings * (DOCS-14039): troubleshoot build warnings
1 parent 22538ed commit bae2814

File tree

3 files changed

+64
-4
lines changed

3 files changed

+64
-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.9'
32+
release: '1.10'
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 v1.6 v1.7 v1.8 master
6-
symlink: v1.9 -> 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 v1.7 v1.8 v1.9 master
6+
symlink: v1.10 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.8
8+
symlink: stable -> v1.9
99

1010
########
1111

source/release-notes.txt

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,66 @@ Release Notes for |k8s-op-full|
2020
Production Notes </reference/production-notes>
2121
Known Issues </reference/known-issues>
2222

23+
.. _ent-op-1.90:
24+
25+
|k8s-op-full| 1.9.0
26+
-------------------
27+
28+
*Released 2020-12-08*
29+
30+
|k8s-op-short|
31+
~~~~~~~~~~~~~~
32+
33+
Bug Fixes
34+
`````````
35+
36+
- Fixes an issue where the |k8s-op-short| didn't close connections to
37+
|onprem|, causing too many open file descriptors.
38+
39+
``MongoDB`` Resource
40+
~~~~~~~~~~~~~~~~~~~~
41+
42+
Changes
43+
```````
44+
45+
- You can now configure continuous backup for a MongoDB database
46+
resource in its |k8s-crd|.
47+
48+
.. note::
49+
50+
To enable continuous backup in the MongoDB |k8s-crd|, you must
51+
:opsmgrkube:`enable backup <spec.backup.enabled>` in an |onprem|
52+
instance that you deployed using the |k8s-op-short|.
53+
54+
``MongoDBOpsManager`` Resource
55+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
Changes
58+
```````
59+
60+
- When you upgrade the |k8s-op-short| to this version, the
61+
|k8s-op-short| deletes and re-creates the Backup Daemon statefulset.
62+
63+
This is a safe operation.
64+
65+
The new |k8s| service that enables Queryable Backups requires a change
66+
to the ``matchLabels`` Backup Daemon |k8s-statefulset| attribute.
67+
68+
- The |k8s-op-short| changes the way it collects the status of
69+
{+mdbagent+}\s in Application Database |k8s-pods|.
70+
71+
New Images
72+
~~~~~~~~~~
73+
74+
- ``mongodb-enterprise-operator:1.9.0``
75+
76+
You can find all images in the following registries:
77+
78+
- **Ubuntu-based images**: `https://quay.io/repository/mongodb
79+
<https://quay.io/repository/mongodb>`__
80+
- **RHEL-based images**: `https://registry.connect.redhat.com/mongodb
81+
<https://registry.connect.redhat.com/mongodb>`__
82+
2383
.. _ent-op-1.8.2:
2484

2585
|k8s-op-full| 1.8.2

0 commit comments

Comments
 (0)