@@ -12,6 +12,64 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-1.14.x:
16
+
17
+ |k8s-op-full| 1.14 Series
18
+ -------------------------
19
+
20
+ .. _ent_op-1.14.0:
21
+
22
+ |k8s-op-full| 1.14.0
23
+ ~~~~~~~~~~~~~~~~~~~~
24
+
25
+ *Released 2021-12-16*
26
+
27
+ |k8s-op-short|
28
+ ``````````````
29
+
30
+ Changes
31
+ +++++++
32
+
33
+ - The |k8s-op-short| now supports |hashicorp-vault| as a |secret-store|. To
34
+ store secrets in |vault-short| instead of |k8s| |k8s-secrets|, see
35
+ :ref:`Configure Secret Storage <k8s-secret-storage>`.
36
+
37
+ .. _ent_op-1.14.0-mdb-resource:
38
+
39
+ ``MongoDB`` Resource
40
+ ````````````````````
41
+
42
+ Changes
43
+ +++++++
44
+
45
+ - This release adds the :setting:`spec.backup.autoTerminateOnDeletion` setting,
46
+ which indicates if the |k8s-op-short|
47
+ should stop and terminate the backup when you delete the ``MongoDB`` resource.
48
+
49
+ Bug Fixes
50
+ +++++++++
51
+
52
+ - Fixes an issue that caused a ``ShardedCluster`` resource to fail when disabling authentication.
53
+
54
+ ``MongoDBOpsManager`` Resource
55
+ ``````````````````````````````
56
+
57
+ Changes
58
+ +++++++
59
+
60
+ - This release adds the ability to configure |s3| oplog stores using the
61
+ :opsmgrkube:`spec.backup.s3OpLogStores.name`
62
+ setting and other related settings.
63
+
64
+ Bug Fixes
65
+ +++++++++
66
+
67
+ - Fixes an issue that prevented the |k8s-op-short| from triggering a
68
+ resource reconciliation when rotating the Application Database |tls| certificate.
69
+ - Fixes an issue where the |k8s-op-short| didn't mount the custom |certauth| specified in the ``MongoDBOpsManager`` resource
70
+ into the Backup Daemon Pod. This issue prevented backups from working
71
+ when you configured |onprem| to run in :opsmgr:`hybrid mode </tutorial/configure-local-mode/#hybrid-mode>` and used a custom |certauth|.
72
+
15
73
.. _ent-op-1.13.x:
16
74
17
75
|k8s-op-full| 1.13 Series
@@ -35,6 +93,10 @@ Release Notes for |k8s-op-full|
35
93
Changes
36
94
+++++++
37
95
96
+ - The |k8s-op-short| now integrates with the Gatekeeper Open Policy Agent (OPA).
97
+ This allows you to
98
+ :ref:`control your deployments with policies set in the OPA Gatekeeper <OPA-gatekeeper>`.
99
+
38
100
- The |k8s-op-short| can now watch a list of namespaces. To learn more,
39
101
see :ref:`ns-scope-different-ns`.
40
102
0 commit comments