Skip to content

Commit 54b392f

Browse files
committed
DEV-955 operator v1.4.1 docs
Just rename v1.4.0 docs to v1.4.1 and add another section of release notes.
1 parent 10797e4 commit 54b392f

File tree

17 files changed

+17
-8
lines changed

17 files changed

+17
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# title is for breadcrumb and sidebar nav
3-
title: Kubernetes Operator v1.4.0
3+
title: Kubernetes Operator v1.4.1
44
order: 1
55
---

docs/server/kubernetes-operator/v1.4.0/getting-started/README.md renamed to docs/server/kubernetes-operator/v1.4.1/getting-started/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ Kubernetes is the modern enterprise standard for deploying containerized applica
4646
[ror]: ../operations/database-deployment.md#deploying-standalone-read-only-replicas
4747
[em]: resource-types.md#kurrentdbextrametadataspec
4848

49+
### New in 1.4.1
50+
51+
* Fix rolling restarts to be quorum-aware for extra data safety.
52+
* Add quorum-aware full restarts for changes that must be applied to all nodes at once, like adding
53+
TLS.
54+
* Fix the `internodeTrafficStrategy: SplitDNS` setting to run correctly on more container runtimes.
55+
* Fix a hang where adding to pod labels in `extraMetadata` would cause the KurrentDB to hang.
56+
* Correctly enforce the immutability of the `sourceBackup` setting to prevent confusing behavior.
57+
4958
## Supported KurrentDB Versions
5059

5160
The Operator supports running the following major versions of KurrentDB:

docs/server/kubernetes-operator/v1.4.0/getting-started/installation.md renamed to docs/server/kubernetes-operator/v1.4.1/getting-started/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you prefer to install CRDs yourself:
5353

5454
```bash
5555
# Download the kurrentdb-operator Helm chart
56-
helm pull kurrent-latest/kurrentdb-operator --version 1.4.0 --untar
56+
helm pull kurrent-latest/kurrentdb-operator --version 1.4.1 --untar
5757
# Install the CRDs
5858
kubectl apply -f kurrentdb-operator/templates/crds
5959
```
@@ -87,7 +87,7 @@ To deploy the Operator in this mode, run:
8787

8888
```bash
8989
helm install kurrentdb-operator kurrent-latest/kurrentdb-operator \
90-
--version 1.4.0 \
90+
--version 1.4.1 \
9191
--namespace kurrent \
9292
--create-namespace \
9393
--set crds.enabled=true \
@@ -122,7 +122,7 @@ To deploy the Operator in this mode, the following command can be used:
122122

123123
```bash
124124
helm install kurrentdb-operator kurrent-latest/kurrentdb-operator \
125-
--version 1.4.0 \
125+
--version 1.4.1 \
126126
--namespace kurrent \
127127
--create-namespace \
128128
--set crds.enabled=true \
@@ -161,7 +161,7 @@ The Operator deployment can be updated to adjust which namespaces are watched. F
161161

162162
```bash
163163
helm upgrade kurrentdb-operator kurrent-latest/kurrentdb-operator \
164-
--version 1.4.0 \
164+
--version 1.4.1 \
165165
--namespace kurrent \
166166
--reuse-values \
167167
--set operator.namespaces='{kurrent,foo,bar}'
@@ -205,5 +205,5 @@ helm upgrade kurrentdb-operator kurrentdb-operator-repo/kurrentdb-operator \
205205
Here's what these commands do:
206206
- Refresh the local Helm repository index
207207
- Locate an existing operator installation in namespace `kurrent`
208-
- Select the target upgrade version `{version}` e.g. `1.4.0`
208+
- Select the target upgrade version `{version}` e.g. `1.4.1`
209209
- Perform the upgrade, preserving values that were set during installation
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)