@@ -20,7 +20,84 @@ Release Notes for |k8s-op-full|
20
20
Production Notes </reference/production-notes>
21
21
Known Issues </reference/known-issues>
22
22
23
- .. _ent-op-1.90:
23
+ .. _ent-op-1.9.1:
24
+
25
+ |k8s-op-full| 1.9.1
26
+ -------------------
27
+
28
+ *Released 2020-01-15*
29
+
30
+ |k8s-op-short|
31
+ ~~~~~~~~~~~~~~
32
+
33
+ Bug Fixes
34
+ `````````
35
+
36
+ - Fixes an issue where you could not specify the
37
+ ``service-account-name`` in the |k8s-statefulset| ``podSpec``
38
+ override.
39
+ - Removes the unnecessary ``delete service`` permission from Operator
40
+ role.
41
+
42
+ ``MongoDB`` Resource
43
+ ~~~~~~~~~~~~~~~~~~~~
44
+
45
+ Bug Fixes
46
+ `````````
47
+
48
+ - Fixes an issue where removing the
49
+ :setting:`~spec.security.roles.privileges` array in
50
+ :setting:`spec.security.roles` caused the resource to
51
+ enter a bad state.
52
+
53
+
54
+ ``MongoDBOpsManager`` Resource
55
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
+
57
+ .. admonition:: Breaking Changes
58
+ :class: warning
59
+
60
+ This release introduces:
61
+
62
+ - A new Application Database image,
63
+ ``mongodb-enterprise-appdb:10.2.15.5958-1_4.2.11-ent``. The image
64
+ includes MongoDB ``4.2.11-ent`` instead of
65
+ ``4.2.2-ent``. You must push the new image to any private
66
+ repositories that your |k8s-op-short| installation uses, otherwise
67
+ the ``MongoDBOpsManager`` resource won't start.
68
+ - A new required environment variable,
69
+ ``APPDB_AGENT_VERSION``. If you don't set ``APPDB_AGENT_VERSION``,
70
+ the ``MongoDBOpsManager`` resource can't fetch the {+mdbagent+}
71
+ version for the Application Database.
72
+
73
+ Changes
74
+ ```````
75
+
76
+ - The |onprem| user now has :manual:`backup
77
+ </reference/built-in-roles/#backup>`, :manual:`restore
78
+ </reference/built-in-roles/#restore>` and :manual:`hostManager
79
+ </reference/built-in-roles/#hostManager>` roles, allowing for backups
80
+ and restores on the Application Database.
81
+
82
+ - If you omit :opsmgrkube:`spec.applicationDatabase.version`, the
83
+ |k8s-op-short| uses ``4.2.11-ent`` as the default MongoDB version.
84
+
85
+ New Images
86
+ ~~~~~~~~~~
87
+
88
+ - ``mongodb-enterprise-operator:1.9.1``
89
+ - ``mongodb-enterprise-appdb:10.2.15.5958-1_4.2.11-ent``
90
+ - ``mongodb-enterprise-init-appdb:1.0.2``
91
+ - ``mongodb-enterprise-init-database:1.0.6``
92
+
93
+ You can find all images in the following registries:
94
+
95
+ - **Ubuntu-based images**: `https://quay.io/repository/mongodb
96
+ <https://quay.io/repository/mongodb>`__
97
+ - **RHEL-based images**: `https://registry.connect.redhat.com/mongodb
98
+ <https://registry.connect.redhat.com/mongodb>`__
99
+
100
+ .. _ent-op-1.9.0:
24
101
25
102
|k8s-op-full| 1.9.0
26
103
-------------------
0 commit comments