Skip to content

Commit 62a0b27

Browse files
davidhou17jwilliams-mongo
authored andcommitted
(DOCSP-25444): Merge Release notes for MEKO v1.17 (#1065)
* (DOCSP-25444): merging MEKO 1.17 release notes and updating version (#1057) * 1.17 release notes * copy review feedback 1 * tech review feedback * last copy review * (DOCSP 25444): Release notes for v1.17 and update versions flipper
1 parent 8e84105 commit 62a0b27

File tree

3 files changed

+54
-4
lines changed

3 files changed

+54
-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.16'
32+
release: '1.17'
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://www.mongodb.com/docs/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 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 master
6-
symlink: v1.17 -> 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 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 master
6+
symlink: v1.18 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.16
8+
symlink: stable -> v1.17
99

1010
########
1111

source/release-notes.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,56 @@ Release Notes for |k8s-op-full|
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. _ent-op-1.17.x:
16+
17+
|k8s-op-full| 1.17 Series
18+
-------------------------
19+
20+
*Released 2022-09-19*
21+
22+
.. warning:: **Breaking Changes**
23+
24+
This release removes support for |onprem| 4.4. Upgrade to |onprem| 5.0 or
25+
later before upgrading to |k8s-op-short| 1.17. For detailed instructions,
26+
see :opsmgr:`Upgrade Ops Manager </tutorial/upgrade-ops-manager/>`.
27+
28+
For more information about |onprem| 4.4 EOL, see
29+
:website:`Legacy Support </support-policy/legacy>`.
30+
31+
This release also removes support for |tls| certificates in
32+
concatenated |pem| format. Before upgrading to |k8s-op-short|
33+
1.17, migrate your |pem| files stored as :k8sdocs:`Opaque secrets
34+
</concepts/configuration/secret/#opaque-secrets>` to
35+
:k8sdocs:`kubernetes.io/tls </concepts/configuration/secret/#tls-secrets>`
36+
secrets. For detailed instructions, see
37+
:ref:`migrate-to-new-tls-format`.
38+
39+
Security Fixes
40+
``````````````
41+
42+
- Introduces the ``readOnlyRootFilesystem`` setting for all deployed
43+
containers. This change also introduces additional
44+
:k8sdocs:`volumes and volume mounts </concepts/storage/volumes/>`.
45+
- Introduces the ``allowPrivilegeEscalation`` setting for all deployed
46+
containers. This field is set to ``false`` by default.
47+
48+
MongoDB Resource
49+
````````````````
50+
51+
- Deprecates Ubuntu-based images. Using UBI images is recommended.
52+
If you have questions about this change, contact `MongoDB Support
53+
<https://support.mongodb.com/welcome>`__ and
54+
complete the requested fields to open a support ticket.
55+
56+
MongoDBOpsManager Resource
57+
``````````````````````````
58+
59+
- Adds the
60+
:opsmgrkube:`spec.backup.s3OpLogStores.s3RegionOverride` and
61+
:opsmgrkube:`spec.backup.s3Stores.s3RegionOverride` fields,
62+
which allow you to specify the region where your |s3|-compatible
63+
bucket resides.
64+
1565
.. _ent-op-1.16.x:
1666

1767
|k8s-op-full| 1.16 Series

0 commit comments

Comments
 (0)