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
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ This phase begins once a new non-patch SDP version is released and ends after a
40
40
41
41
The following pictures show both scenarios:
42
42
43
-
TODO: Insert diagrams here
43
+
image:full_support_scenario_1.png[Full Support Scenario 1]
44
+
45
+
image:full_support_scenario_2.png[Full Support Scenario 2]
44
46
45
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.
46
48
We _may_ release new patch releases for other reasons.
@@ -51,7 +53,7 @@ This phase commences after the _Full Support_ phase for the respective SDP versi
51
53
52
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.
53
55
54
-
TODO: Insert diagram
56
+
image:maintenance_phase.png[Maintenance Phase]
55
57
56
58
=== General
57
59
@@ -64,7 +66,7 @@ Make sure to follow our release notes to learn of valid upgrade paths, some inte
64
66
65
67
IMPORTANT: As of June 2023 all our CRDs are versioned as `alpha1`. We will start introducing other versions later in 2023.
66
68
67
-
`CustomResourceDefinition`s at Stackable are versioned.
69
+
``CustomResourceDefinition``s at Stackable are versioned.
68
70
69
71
Our policies around CRD versioning are inspired by the https://kubernetes.io/docs/reference/using-api/deprecation-policy/[Kubernetes Deprecation Policy].
70
72
@@ -107,6 +109,8 @@ In addition to the LTS line we may also ship other versions, e.g. the latest ups
107
109
108
110
We do honor the same deprecation policy for non-LTS products as for LTS products, but we do not guarantee a long term support for these versions. They may be deprecated faster.
0 commit comments