Skip to content

Commit f5b7959

Browse files
(DOCSP-20846): 1.15 release notes
1 parent c30bde4 commit f5b7959

File tree

6 files changed

+81
-5
lines changed

6 files changed

+81
-5
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# while we work out how to deploy this property.
33

44
define: base https://docs.mongodb.com/kubernetes-operator
5-
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master
6-
symlink: v1.15 -> master
5+
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 master
6+
symlink: v1.16 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.14
8+
symlink: stable -> v1.15
99

1010
########
1111

source/includes/list-tables/compatibility-k8s-os.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- |k8s| Version
77
- OpenShift Version
88

9+
* - 1.15.x
10+
- 1.21, 1.22, 1.23
11+
- 4.9
12+
913
* - 1.14.x
1014
- 1.19, 1.20, 1.21, 1.22
1115
- 4.7, 4.8, 4.9

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
* - |k8s-op-short| Release Series
66
- Base Image
7-
7+
8+
* - 1.15.x
9+
- Ubuntu 20.04, Red Hat UBI 8 Base Image [1]_
10+
11+
* - 1.14.x
12+
- Ubuntu 20.04, Red Hat UBI 8 Base Image [1]_
813

914
* - 1.13.x
1015
- Ubuntu 20.04, Red Hat UBI 8 Base Image [1]_

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.15.x
29+
- 2022-11-16
30+
2831
* - 1.14.x
2932
- 2022-09-21
3033

source/release-notes.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

source/tutorial/plan-k8s-op-container-images.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ following operating systems:
3232
- Image OS
3333

3434
* - Quay.io
35-
- `Ubuntu 16.04 <https://www.ubuntu.com/containers>`__
35+
- `Ubuntu 20.04 <https://www.ubuntu.com/containers>`__
3636

3737
`Red Hat UBI 8 <https://www.redhat.com/en/topics/containers>`__
3838

0 commit comments

Comments
 (0)