Skip to content

Commit 1c417cb

Browse files
lfranckeadwk67Techassi
authored andcommitted
Rework the Lifecycle policies page (#784)
* Rework the Lifecycle policies page * Address review feedback * Update modules/ROOT/pages/policies.adoc Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> * Update modules/ROOT/pages/policies.adoc Co-authored-by: Techassi <git@techassi.dev> --------- Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> Co-authored-by: Techassi <git@techassi.dev>
1 parent 2a92ff7 commit 1c417cb

File tree

1 file changed

+44
-20
lines changed

1 file changed

+44
-20
lines changed

modules/compliance/pages/policies.adoc

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
:page-aliases: ROOT:policies.adoc
33
:description: Detailed lifecycle policies for Stackable Data Platform, covering SDP, CRD versioning, product support, and compatibility with Kubernetes & OpenShift.
44

5-
This page details our lifecycle policies around various parts of our product - the Stackable Data Platform (SDP).
5+
This page details lifecycle policies for the Stackable Data Platform (SDP).
66

7-
We define multiple lifecycle policies for different parts of our platform, but all policies follow some common goals:
7+
Multiple lifecycle policies are defined for different parts of our platform, but all policies follow some common goals:
88

9-
* It should always be possible to upgrade to a new version of SDP without also changing any of your Kubernetes resources as long as you are not currently using anything that has already been marked as deprecated
9+
* It should always be possible to upgrade to a new version of SDP without also changing any of the Stackable Custom Resources as long as you are not currently using anything that has already been marked as deprecated
1010
** This means you can upgrade the control plane independently of the user-facing products
1111
* All deprecations follow a predictable lifecycle that allows planning of upgrades ahead of time
1212
@@ -17,20 +17,21 @@ The guarantees we give are on multiple levels as detailed below:
1717
* Supported product versions
1818
* Supported OpenShift & Kubernetes versions
1919
20-
All these policies may evolve as we learn what works best for our customers and for us.
20+
These policies may evolve based on customer feedback and operational experience.
2121

22-
These policies are from *July 2023*.
22+
These policies were last updated in *September 2025*.
2323

2424
== Stackable Data Platform lifecycle policy
2525

26-
NOTE: This policy concerns releases of our platform as a whole and how long and to which extent we support each version.
27-
2826
We do releases of our Stackable Data Platform.
29-
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.
27+
These releases get a name based on the release year and month (e.g. `25.3`, `25.7`, also called https://calver.org/[CalVer{external-link-icon}^]).
28+
This name does not follow Semantic Versioning (https://semver.org/[SemVer{external-link-icon}^]).
29+
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.
30+
See below for our policy on patches for the SDP.
3031

3132
We support an SDP release for a specific amount of time after its initial release.
3233

33-
An SDP release contains our operators and other code developed at Stackable as well as the product docker images.
34+
An SDP release contains our operators, other components developed at Stackable, and the operator-managed product container images.
3435

3536
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.
3637

@@ -44,27 +45,36 @@ image:full_support_scenario_1.png[Full Support Scenario 1]
4445

4546
image:full_support_scenario_2.png[Full Support Scenario 2]
4647

47-
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.
48+
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.
4849
We _may_ release new patch releases for other reasons.
4950

5051
=== Maintenance phase
5152

5253
This phase commences after the _Full Support_ phase for the respective SDP version and ends 12 months after general availability of the SDP release.
5354

54-
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.
55+
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.
5556
We may release patches for other reasons.
5657

5758
image:maintenance_phase.png[Maintenance Phase]
5859

5960
== Upgrade policy
6061

61-
Customers are expected to upgrade their SDP environment to the most current supported patch/micro (`23.4.z`) version.
62-
Skipping SDP releases while upgrading is currently not supported.
63-
The only upgrade path we support is from one version to the next.
62+
IMPORTANT: Skipping SDP releases while upgrading is currently not supported.
63+
The only upgrade path we test and support is from one SDP version to the next (e.g., 24.11 → 25.3 → 25.7).
64+
65+
Customers are expected to upgrade their SDP environment to the most current supported patch/micro (`25.7.z`) version.
66+
67+
We test and support upgrades for both our Kubernetes operators and data products.
68+
There can be exceptions from this policy for specific data product upgrade paths.
69+
These are documented in our release notes.
70+
71+
NOTE: Downgrades and rollbacks are not supported or tested.
72+
While they may work in some cases, customers who downgrade do so at their own risk and without our support.
6473

6574
== CRD Versioning lifecycle policy
6675

67-
IMPORTANT: As of January 2024 all our CRDs are versioned as `alpha1`. We will start introducing other versions later
76+
IMPORTANT: As of release 25.7 all our CRDs are versioned as `v1alpha1`.
77+
Starting with release 25.11 we will introduce versioned CRDs for some products.
6878

6979
CustomResourceDefinitions at Stackable are versioned.
7080

@@ -90,9 +100,16 @@ Similar to the Exception noted by the Kubernetes project itself, we will also ev
90100
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.
91101

92102

103+
== Operator implementation details
104+
105+
Resources created and managed by Stackable operators (such as Pods, Services, ConfigMaps, StatefulSets, etc.) are considered implementation details of the operators.
106+
The structure, naming, labels, and configuration of these resources may change between releases without prior notice.
107+
Users should not directly depend on or modify these operator-managed resources.
108+
109+
93110
== Product lifecycle policy
94111

95-
SDP ships with a lot of different downstream products (e.g. Apache HBase, Apache Superset).
112+
SDP ships with a lot of different data products (e.g. Apache HBase, Apache Superset).
96113

97114
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.
98115

@@ -101,9 +118,13 @@ A release line usually means that we are going to keep a `major.minor` release s
101118

102119
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.
103120

104-
Every LTS release line is shipped for at least one full year.
105-
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.
106-
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.
121+
Every LTS release line is supported for a minimum of 12 months from the SDP release in which it was introduced.
122+
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.
123+
124+
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).
125+
If a new LTS version is introduced in 25.3, the old LTS version from 24.3 must remain available but deprecated in 25.3, and can be removed in the following release (25.7).
126+
127+
The line designated as our LTS release is chosen at our own discretion and is based on popularity, upstream lifecycle policies, stability, our own experience and other factors.
107128

108129
In addition to the LTS line we may also ship other versions, e.g. the latest upstream version.
109130

@@ -114,7 +135,7 @@ image:product_release_cycle.png[Product Lifecycle Policy]
114135
=== Deprecation
115136

116137
Every product version that gets removed will be deprecated for at least 1 SDP release before removal.
117-
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.
138+
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.
118139
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).
119140

120141
=== Definition of support
@@ -135,6 +156,9 @@ For every SDP release we will publish a list of supported Kubernetes versions.
135156
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.
136157
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.
137158

159+
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.
160+
The platform _may_ continue to work on unsupported versions, but we make no guarantees.
161+
We will not investigate or fix issues that only occur on unsupported Kubernetes/OpenShift versions.
138162

139163
== Support policy (security & bugs)
140164

0 commit comments

Comments
 (0)