You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redpanda Helm chart and Redpanda Operator are versioned and tested alongside specific Redpanda core releases, Kubernetes, and Helm.
12
12
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:
14
14
15
15
- `v25.1` refers to the Redpanda core feature release deployed by default.
16
16
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.
18
18
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.
20
22
21
23
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.
22
24
@@ -36,9 +38,9 @@ NOTE: Beta versions are available only for testing and feedback. They are not su
36
38
// |1.30.x - 1.33.x
37
39
38
40
|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
42
44
|3.12+
43
45
|1.29.x - 1.32.x
44
46
@@ -72,8 +74,8 @@ This interdependency is established when you add or update the Redpanda chart re
0 commit comments