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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/policies.adoc
+40-14Lines changed: 40 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,21 @@ The guarantees we give are on multiple levels as detailed below:
18
18
19
19
All these policies may evolve as we learn what works best for our customers and for us.
20
20
21
-
These policies are from *July 2023*.
21
+
These policies were last updated in *September 2025*.
22
22
23
23
== Stackable Data Platform lifecycle policy
24
24
25
25
NOTE: This policy concerns releases of our platform as a whole and how long and to which extent we support each version.
26
26
27
27
We do releases of our Stackable Data Platform.
28
-
These releases get a name based on the year and month they have been released in (e.g. `23.4`, `23.7`, also called https://calver.org/[CalVer{external-link-icon}^]). This name does not follow Semantic Versioning (https://semver.org/[SemVer{external-link-icon}^]). We may release patches for a release, which then follow the PATCH naming semantics of SemVer (e.g. `23.4.1`) or the _Micro_ name from CalVer. See below for our policy on patches for the SDP.
28
+
These releases get a name based on the year and month they have been released in (e.g. `25.3`, `25.7`, also called https://calver.org/[CalVer{external-link-icon}^]).
29
+
This name does not follow Semantic Versioning (https://semver.org/[SemVer{external-link-icon}^]).
30
+
We may release patches for a release, which then follow the PATCH naming semantics of SemVer (e.g. `24.7.1`) or the _Micro_ name from CalVer.
31
+
See below for our policy on patches for the SDP.
29
32
30
33
We support an SDP release for a specific amount of time after its initial release.
31
34
32
-
An SDP release contains our operators and other code developed at Stackable as well as the product docker images.
35
+
An SDP release contains our operators and other code developed at Stackable as well as the data product docker images.
33
36
34
37
TIP: Our policy is inspired by the https://kubernetes.io/releases/patch-releases/[Kubernetes{external-link-icon}^] and the https://access.redhat.com/support/policy/updates/openshift#ocp4[OpenShift{external-link-icon}^] policies.
35
38
@@ -43,27 +46,36 @@ image:full_support_scenario_1.png[Full Support Scenario 1]
43
46
44
47
image:full_support_scenario_2.png[Full Support Scenario 2]
45
48
46
-
We _will_ release new patch releases of a SDP release (e.g. `23.4.1`) for any issues we deem Critical or High (see definition below) once fixes become available.
49
+
We _will_ release new patch releases of a SDP release (e.g. `24.11.1`) for any issues we deem Critical or High (see definition below) once fixes become available.
47
50
We _may_ release new patch releases for other reasons.
48
51
49
52
=== Maintenance phase
50
53
51
54
This phase commences after the _Full Support_ phase for the respective SDP version and ends 12 months after general availability of the SDP release.
52
55
53
-
We _may_ release new patch releases of a SDP release (e.g. `23.4.1`) for any issues we deem Critical or High (see definition below) once fixes become available.
56
+
We _may_ release new patch releases of a SDP release (e.g. `24.11.1`) for any issues we deem Critical or High (see definition below) once fixes become available.
54
57
We may release patches for other reasons.
55
58
56
59
image:maintenance_phase.png[Maintenance Phase]
57
60
58
61
== Upgrade policy
59
62
60
-
Customers are expected to upgrade their SDP environment to the most current supported patch/micro (`23.4.z`) version.
61
-
Skipping SDP releases while upgrading is currently not supported.
62
-
The only upgrade path we support is from one version to the next.
63
+
IMPORTANT: Skipping SDP releases while upgrading is currently not supported.
64
+
The only upgrade path we test and support is from one SDP version to the next (e.g., 24.11 → 25.3 → 25.7).
65
+
66
+
Customers are expected to upgrade their SDP environment to the most current supported patch/micro (`25.7.z`) version.
67
+
68
+
We test and support upgrades for both our Kubernetes operators and data products.
69
+
There can be exceptions from this policy for specific data product upgrade paths.
70
+
These are documented in our release notes.
71
+
72
+
NOTE: Downgrades and rollbacks are not supported or tested.
73
+
While they may work in some cases, customers who downgrade do so at their own risk and without our support.
63
74
64
75
== CRD Versioning lifecycle policy
65
76
66
-
IMPORTANT: As of January 2024 all our CRDs are versioned as `alpha1`. We will start introducing other versions later
77
+
IMPORTANT: As of release 25.7 all our CRDs are versioned as `alpha1`.
78
+
Starting with release 25.11 we will introduce versioned CRDs (beta/stable) for some products.
67
79
68
80
CustomResourceDefinitions at Stackable are versioned.
69
81
@@ -89,9 +101,16 @@ Similar to the Exception noted by the Kubernetes project itself, we will also ev
89
101
NOTE: According to these rules it is legal to _add_ fields to a CRD without increasing the version as long as there is a default for this field.
90
102
91
103
104
+
== Operator implementation details
105
+
106
+
Resources created and managed by Stackable operators (such as Pods, Services, ConfigMaps, StatefulSets, etc.) are considered implementation details of the operators.
107
+
The structure, naming, labels, and configuration of these resources may change between releases without prior notice.
108
+
Users should not directly depend on or modify these operator-managed resources.
109
+
110
+
92
111
== Product lifecycle policy
93
112
94
-
SDP ships with a lot of different downstream products (e.g. Apache HBase, Apache Superset).
113
+
SDP ships with a lot of different data products (e.g. Apache HBase, Apache Superset).
95
114
96
115
All of these products follow their own version semantics and release cadences and lifecycles, which is why we do not define a product lifecycle policy based on version numbers alone.
97
116
@@ -100,9 +119,13 @@ A release line usually means that we are going to keep a `major.minor` release s
100
119
101
120
Some products (e.g. Trino) don't follow Semver rules, for those we will follow separate rules and clearly document what version is considered LTS.
102
121
103
-
Every LTS release line is shipped for at least one full year.
104
-
After a year we may switch to a new release line - but there will always be at least an overlap of one release in which the old LTS version is deprecated, but a new LTS version is available.
105
-
Which line we chose as our LTS release is at our own discretion and is based on popularity, upstream lifecycle policies, stability, our own experience and other factors.
122
+
Every LTS release line is supported for a minimum of 12 months from the SDP release in which it was introduced.
123
+
When introducing a new LTS release line, the previous LTS line must remain available (marked as deprecated) for at least one additional SDP release to allow migration time.
124
+
125
+
For example: If an LTS version is introduced in release 24.3 (March 2024), it must be available as the recommended LTS through at least the March 2025 release (25.3).
126
+
If a new LTS is introduced in 25.3, the old LTS from 24.3 must remain available but deprecated in 25.3, and can be removed in the following release (25.7).
127
+
128
+
Which line we choose as our LTS release is at our own discretion and is based on popularity, upstream lifecycle policies, stability, our own experience and other factors.
106
129
107
130
In addition to the LTS line we may also ship other versions, e.g. the latest upstream version.
Every product version that gets removed will be deprecated for at least 1 SDP release before removal.
116
-
This guarantees that users can update the operators (e.g. from 23.1 to 23.4) without the need to simultaneously update the product version as well.
139
+
This guarantees that users can update the operators (e.g. from 25.3 to 25.7) without the need to simultaneously update the product version as well.
117
140
The flow is to first update the control plane (the operators) and afterward the product versions if desired (e.g. when the currently used version is now deprecated).
118
141
119
142
=== Definition of support
@@ -134,6 +157,9 @@ For every SDP release we will publish a list of supported Kubernetes versions.
134
157
We are aiming to support the last three Kubernetes versions but will make case-by-case decisions by taking into account the currently supported Kubernetes versions.
135
158
We will also take into account currently supported OpenShift versions as published by RedHat. It is our goal to support all versions that are in Full or Maintenance support. As the releases may be overlapping we might not always support the latest Kubernetes or OpenShift versions when we release a SDP version.
136
159
160
+
NOTE: When a Kubernetes or OpenShift version is no longer listed as supported for an SDP release, this means we no longer test the SDP release against that version.
161
+
The platform _may_ continue to work on unsupported versions, but we make no guarantees.
162
+
We will not investigate or fix issues that only occur on unsupported Kubernetes/OpenShift versions.
0 commit comments