Skip to content

Commit 2d89592

Browse files
authored
Update the Kubernetes versioning scheme (#1066)
1 parent c3e2c14 commit 2d89592

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ asciidoc:
2323
latest-console-tag: 'v2.8.5'
2424
latest-release-commit: 'afe1a3f'
2525
latest-operator-version: 'v2.3.8-24.3.6'
26-
operator-beta-tag: 'v25.1-k8s1-beta1'
27-
helm-beta-tag: 'v25.1-k8s1-beta1'
26+
operator-beta-tag: 'v25.1.1-beta1'
27+
helm-beta-tag: 'v25.1.1-beta1'
2828
latest-redpanda-helm-chart-version: 5.10.1
2929
redpanda-beta-version: '25.1.1-rc3'
3030
redpanda-beta-tag: '25.1.1-rc3'

modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-25.1-beta.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This beta version is available for testing and feedback. It is not supported by
1010

1111
Make sure that your Kubernetes cluster meets the xref:./k-requirements.adoc[requirements].
1212

13-
== Install Redpanda Operator v25.1-k8s1-beta1
13+
== Install Redpanda Operator v25.1.1-beta1
1414

1515
The Redpanda Operator is namespace scoped. You must install the Redpanda Operator in the same namespace as your Redpanda resource (Redpanda cluster).
1616

@@ -126,7 +126,7 @@ kubectl get pod --namespace <namespace>
126126
If it's taking too long, see xref:manage:kubernetes/troubleshooting/k-troubleshoot.adoc[Troubleshooting].
127127

128128

129-
== Install the Redpanda Helm chart v25.1-k8s1-beta1
129+
== Install the Redpanda Helm chart v25.1.1-beta1
130130

131131
. Install cert-manager using Helm:
132132
+

modules/get-started/pages/release-notes/helm-charts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See also:
1212
* xref:upgrade:k-compatibility.adoc[]
1313
* xref:upgrade:k-rolling-upgrade.adoc[]
1414
15-
== Redpanda chart v25.1-k8s1-beta1
15+
== Redpanda chart v25.1.1-beta1
1616

1717
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v25.1.x/charts/redpanda/CHANGELOG.md[Changelog^].
1818

modules/get-started/pages/release-notes/operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See also:
99
* xref:upgrade:k-compatibility.adoc[]
1010
* xref:upgrade:k-rolling-upgrade.adoc[]
1111
12-
== Redpanda Operator v25.1-k8s1-beta1
12+
== Redpanda Operator v25.1.1-beta1
1313

1414
link:https://github.com/redpanda-data/redpanda-operator/blob/release/v25.1.x/operator/CHANGELOG.md[Changelog^].
1515

modules/upgrade/pages/k-compatibility.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ include::partial$versioning.adoc[]
1010

1111
The Redpanda Helm chart and Redpanda Operator are versioned and tested alongside specific Redpanda core releases, Kubernetes, and Helm.
1212

13-
Starting from version v25.1-k8s1-beta1, the Redpanda Operator and Redpanda Helm chart follow a new versioning scheme aligned with Redpanda core releases:
13+
Starting from version v25.1.1-beta1, the Redpanda Operator and Redpanda Helm chart follow a new versioning scheme aligned with Redpanda core releases:
1414

1515
- `v25.1` refers to the Redpanda core feature release deployed by default.
1616

17-
- The suffix `-k8s<number>` denotes the Kubernetes-specific version, where `<number>` is the unique patch version for either the operator or Helm chart.
17+
- The patch version denotes the patch version for either the operator or Helm chart. It is not the patch version of Redpanda core.
1818

19-
Each Redpanda Operator and Helm chart version supports the corresponding Redpanda core version plus one minor version above and one below. This approach ensures flexibility and ease during upgrades. For example, Redpanda Operator version 25.1-k8sx supports Redpanda core versions 25.2.x, 25.1.x, and 24.3.x.
19+
- The beta version is used for pre-release versions of the Redpanda Operator and Helm chart. These versions are not intended for production use.
20+
21+
Each Redpanda Operator and Helm chart version supports the corresponding Redpanda core version plus one minor version above and one below. This approach ensures flexibility during upgrades. For example, Redpanda Operator version 25.1.1 supports Redpanda core versions 25.2.x, 25.1.x, and 24.3.x.
2022

2123
Redpanda Operator and Helm chart versions are supported only while their associated Redpanda core version remains supported. If the core version reaches End-of-Life (EoL), the corresponding Operator and Helm chart versions also reach EoL.
2224

@@ -36,9 +38,9 @@ NOTE: Beta versions are available only for testing and feedback. They are not su
3638
// |1.30.x - 1.33.x
3739

3840
|25.1.x
39-
|25.1-k8s-beta, 5.10.x, 5.9.x
40-
|25.1-k8s-beta, 0.4.41, 0.4.36
41-
|25.1-k8s-beta, 2.4.x, 2.3.x
41+
|25.1.1-beta1, 5.10.x, 5.9.x
42+
|25.1.1-beta1, 0.4.41, 0.4.36
43+
|25.1.1-beta1, 2.4.x, 2.3.x
4244
|3.12+
4345
|1.29.x - 1.32.x
4446

@@ -72,8 +74,8 @@ This interdependency is established when you add or update the Redpanda chart re
7274
|Redpanda Console |Helm Chart |Operator
7375

7476
|v3.x.x
75-
|v25.1-k8s-beta
76-
|v25.1-k8s-beta
77+
|v25.1.1-beta1
78+
|v25.1.1-beta1
7779

7880
|v2.x.x
7981
| 5.10.1, 5.9.x, 5.8.x

0 commit comments

Comments
 (0)