@@ -12,6 +12,70 @@ Release Notes for |k8s-op-full|
1212 :depth: 1
1313 :class: singlecol
1414
15+ .. _ent-op-1.15.x:
16+
17+ |k8s-op-full| 1.15 Series
18+ -------------------------
19+
20+ .. _ent_op-1.15.0:
21+
22+ |k8s-op-full| 1.15.0
23+ ~~~~~~~~~~~~~~~~~~~~
24+
25+ *Released 2022-02-11*
26+
27+ MongoDB Resource
28+ ````````````````
29+
30+ Changes
31+ +++++++
32+
33+ - The :setting:`spec.security.tls.enabled` and
34+ :setting:`spec.security.tls.secretRef.prefix` fields are now
35+ **deprecated** and will be removed in a future release.
36+
37+ To enable |tls| for MongoDB database resources, provide a value for
38+ the :setting:`spec.security.certsSecretPrefix` field.
39+
40+ MongoDBOpsManager Resource
41+ ``````````````````````````
42+
43+ Changes
44+ +++++++
45+
46+ - Adds the :opsmgrkube:`spec.backup.queryableBackupSecretRef` field.
47+ This field's value references a |k8s-secret| that stores
48+ certificates for :opsmgr:`Queryable Backups </tutorial/query-backup/>`.
49+ - Adds two fields to enable support for configuring custom |tls|
50+ certificates for the |s3| Oplog and Snapshot Stores for backup:
51+ :opsmgrkube:`spec.security.tls.ca` and
52+ :opsmgrkube:`spec.security.tls.secretRef`.
53+ - Adds the ability to back up Application Databases. To back up an
54+ application database, you must first disable its processes using the
55+ ``spec.applicationDatabase.automationConfig.processes[n].disabled``
56+ field.
57+ - The :opsmgrkube:`spec.security.tls.enabled`,
58+ :opsmgrkube:`spec.security.tls.secretRef.prefix`,
59+ :opsmgrkube:`spec.applicationDatabase.security.tls.enabled` and
60+ :opsmgrkube:`spec.applicationDatabase.security.tls.prefix` fields are
61+ now **deprecated** and will be removed in a future release.
62+
63+ To enable |tls| for |onprem| resources, provide a value for
64+ the :opsmgrkube:`spec.security.certsSecretPrefix` field.
65+
66+ To enable |tls| for Application Database resources, provide a value for
67+ the :opsmgrkube:`spec.applicationDatabase.security.certsSecretPrefix`
68+ field.
69+
70+ New Images
71+ ``````````
72+
73+ Find all new images at:
74+
75+ - `https://quay.io/repository/mongodb <https://quay.io/repository/mongodb>`__ (ubuntu-based)
76+
77+ - `https://connect.redhat.com/ <https://connect.redhat.com/>`__ (rhel-based)
78+
1579.. _ent-op-1.14.x:
1680
1781|k8s-op-full| 1.14 Series
0 commit comments