@@ -24,49 +24,50 @@ Release Notes for |k8s-op-full|
24
24
25
25
*Released 2022-09-19*
26
26
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
+ ````````````
46
29
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.
52
31
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>`.
63
70
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
-
70
71
.. _ent-op-1.16.x:
71
72
72
73
|k8s-op-full| 1.16 Series
0 commit comments