Skip to content

Commit 789d356

Browse files
JuliaMongojwilliams-mongo
authored andcommitted
(DOCSP-25542) Revisions to Release Notes for 1.17 using the new RN structure (#1084)
* (DOCSP-25542) Revisions to Release Notes for 1.17 using the new RN structure * Fix build warning * Edits * Fixed one link, ready for reviews * Tech review * one more tech review item, ready for review again * Remaining copy review, ready for tech review
1 parent 5900b6b commit 789d356

File tree

3 files changed

+47
-42
lines changed

3 files changed

+47
-42
lines changed

source/includes/list-tables/compatibility-mdb.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.. important::
22

3-
Starting with the |k8s-op-short| 1.17 release, Ubuntu base images
4-
are deprecated and will be removed in a future release.
3+
Starting with the |k8s-op-short| 1.17
4+
release, Ubuntu base images
5+
are deprecated and will be removed in the |k8s-op-short| 1.19 release.
56

67
MongoDB will continue to support the Red Hat UBI 8 base images.
78

source/reference/support-lifecycle.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ only. These dates might be subject to change.
2525
* - |k8s-op-short| Version
2626
- End of Life Date
2727

28+
* - 1.17.x
29+
- TBD
30+
2831
* - 1.16.x
2932
- 2023-02-02
3033

source/release-notes.txt

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -24,49 +24,50 @@ Release Notes for |k8s-op-full|
2424

2525
*Released 2022-09-19*
2626

27-
.. warning:: **Breaking Changes**
28-
29-
This release removes support for |onprem| 4.4. Upgrade to |onprem| 5.0 or
30-
later before upgrading to |k8s-op-short| 1.17. For detailed instructions,
31-
see :opsmgr:`Upgrade Ops Manager </tutorial/upgrade-ops-manager/>`.
32-
33-
For more information about |onprem| 4.4 EOL, see
34-
:website:`Legacy Support </support-policy/legacy>`.
35-
36-
This release also removes support for |tls| certificates in
37-
concatenated |pem| format. Before upgrading to |k8s-op-short|
38-
1.17, migrate your |pem| files stored as :k8sdocs:`Opaque secrets
39-
</concepts/configuration/secret/#opaque-secrets>` to
40-
:k8sdocs:`kubernetes.io/tls </concepts/configuration/secret/#tls-secrets>`
41-
secrets. For detailed instructions, see
42-
:ref:`migrate-to-new-tls-format`.
43-
44-
Security Fixes
45-
``````````````
27+
Improvements
28+
````````````
4629

47-
- Introduces the ``readOnlyRootFilesystem`` setting for all deployed
48-
containers. This change also introduces additional
49-
:k8sdocs:`volumes and volume mounts </concepts/storage/volumes/>`.
50-
- Introduces the ``allowPrivilegeEscalation`` setting for all deployed
51-
containers. This field is set to ``false`` by default.
30+
- Introduces support for |onprem| 6.0.
5231

53-
MongoDB Resource
54-
````````````````
55-
56-
- Deprecates Ubuntu-based images. Using UBI images is recommended.
57-
If you have questions about this change, contact `MongoDB Support
58-
<https://support.mongodb.com/welcome>`__ and
59-
complete the requested fields to open a support ticket.
60-
61-
MongoDBOpsManager Resource
62-
``````````````````````````
32+
- Introduces the :opsmgrkube:`spec.backup.s3OpLogStores.s3RegionOverride`
33+
and :opsmgrkube:`spec.backup.s3Stores.s3RegionOverride` parameters
34+
for specifying the regions where the custom |s3|-compatible buckets
35+
that you use for the :term:`oplog store <oplog store database>` or a
36+
:term:`snapshot store <Snapshot Store>` should reside.
37+
38+
- Improves security by introducing:
39+
40+
- The ``readOnlyRootFilesystem`` setting for all deployed containers.
41+
This change also introduces additional
42+
:k8sdocs:`volumes and volume mounts </concepts/storage/volumes/>`.
43+
- The ``allowPrivilegeEscalation`` setting. This setting is by default
44+
set to ``false`` for all deployed containers.
45+
46+
Breaking Changes and Deprecations
47+
``````````````````````````````````
48+
49+
This release:
50+
51+
- Removes support for |onprem| 4.4 due to its
52+
`End of Life <https://www.mongodb.com/support-policy/lifecycles>`__.
53+
If you're using |onprem| 4.4, :opsmgr:`upgrade </tutorial/upgrade-ops-manager/>`
54+
to a newer |onprem| version before you upgrade to |k8s-op-short| 1.17.
55+
56+
- Deprecates Ubuntu base images. Starting with |k8s-op-short| 1.19.0,
57+
Ubuntu base images will no longer be made available. All existing
58+
Ubuntu base images will continue to be supported until their version's
59+
:ref:`End of Life (EOL) dates <k8s-support-lifecycle>`. We strongly
60+
recommend that you switch to using UBI base images as soon as possible.
61+
A migration guide for existing users will be published soon.
62+
63+
- Removes support for |tls| certificates in concatenated |pem| format.
64+
These certificates were deprecated in |k8s-op-short| 1.13.0. Before
65+
upgrading to |k8s-op-short| 1.17.0, migrate your |pem| files stored as
66+
:k8sdocs:`Opaque secrets </concepts/configuration/secret/#opaque-secrets>`
67+
to :k8sdocs:`kubernetes.io/tls </concepts/configuration/secret/#tls-secrets>`
68+
secrets. For detailed instructions, see
69+
:ref:`Upgrade from Kubernetes Operator 1.12 with TLS Enabled <migrate-to-new-tls-format>`.
6370

64-
- Adds the
65-
:opsmgrkube:`spec.backup.s3OpLogStores.s3RegionOverride` and
66-
:opsmgrkube:`spec.backup.s3Stores.s3RegionOverride` fields,
67-
which allow you to specify the region where your |s3|-compatible
68-
bucket resides.
69-
7071
.. _ent-op-1.16.x:
7172

7273
|k8s-op-full| 1.16 Series

0 commit comments

Comments
 (0)