Skip to content

Commit 3e6b5ea

Browse files
(DOCSP-22885): Release Notes v1.16.1 (#953)
* (DOCSP-22885): Release Notes v1.16.1 * Copy review
1 parent 827bcac commit 3e6b5ea

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ type: string
8787
directive: setting
8888
optional: true
8989
default: <resource_name>+"-svc" and <resource_name>+"-svc-external"
90+
pre: |
91+
92+
.. admonition:: ``spec.service`` is Deprecated
93+
:class: important
94+
95+
Use :setting:`spec.statefulSet.spec.serviceName` instead.
9096
description: |
9197
Name of |k8s| service to be created or used for a
9298
|k8s-statefulset|. If the service with this name already exists, the

source/release-notes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ Release Notes for |k8s-op-full|
1717
|k8s-op-full| 1.16 Series
1818
-------------------------
1919

20+
.. _ent_op-1.16.1:
21+
22+
|k8s-op-full| 1.16.1
23+
~~~~~~~~~~~~~~~~~~~~
24+
25+
*Released 2022-05-24*
26+
27+
MongoDB Resource
28+
````````````````
29+
30+
- Deprecates the :setting:`spec.service` parameter. Use
31+
:setting:`spec.statefulSet.spec.serviceName` to provide a custom service name.
32+
2033
.. _ent_op-1.16.0:
2134

2235
|k8s-op-full| 1.16.0

0 commit comments

Comments
 (0)