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/release_notes.adoc
+77-62Lines changed: 77 additions & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,23 @@ Periodically a platform release is made, including all components of the platfor
5
5
6
6
== Release 23.4
7
7
8
+
IMPORTANT: It is recommended to install <<Release 23.4.1>> and not <<Release 23.4.0>>
9
+
8
10
The focus in this platform release is on the support of default/custom affinities and the status field, as well as the rollout of log aggregation across the remaining operators. Additionally, all operators have been updated and tested for compatibility with OpenShift clusters (versions 4.10 and 4.11). Several operators from the 23.1 platform release were already certified against OpenShift.
9
11
12
+
=== Release 23.4.1
13
+
This is a bugfix/patch-level release that fixes the following issues:
14
+
15
+
* Fix missing custom resource defaults that are required for a release update. See https://github.com/stackabletech/issues/issues/388[here].
16
+
* Specify the security context to run as a member of the root group (this has been implemented for the Stackable operators where it had not previously been implemented i.e. Apache HBase, Apache HDFS, Apache ZooKeeper and Apache Spark on Kubernetes). This is required by Openshift clusters so that the product can be run with a random UID. This is a https://airflow.apache.org/docs/docker-stack/entrypoint.html#allowing-arbitrary-user-to-run-the-container[requirement] for at least Airflow, but is Openshift policy as described https://docs.openshift.com/container-platform/4.11/openshift_images/create-images.html#images-create-guide-openshift_create-images[here] and https://developers.redhat.com/blog/2020/10/26/adapting-docker-and-kubernetes-containers-to-run-on-red-hat-openshift-container-platform[here].
17
+
* Automatically migrate the name used for the bundle-builder container for OPA daemonsets. See https://github.com/stackabletech/opa-operator/issues/444[here].
18
+
* Automatically shorten the registration socket path used in listener-operator for Microk8s compatibility, migrated during upgrade. See https://github.com/stackabletech/listener-operator/issues/76[here].
19
+
20
+
=== Release 23.4.1
21
+
22
+
This was the first release in the 23.4 release line.
23
+
It is recommended to install <<Release 23.4.1>> instead, as it contains relevant bugfixes.
24
+
10
25
=== New / extended platform features
11
26
The following new major platform features were added:
12
27
@@ -95,7 +110,7 @@ The default value is set to the `cluster-internal` `ListenerClass`: if the clust
95
110
spec:
96
111
image:
97
112
productVersion: "396"
98
-
stackableVersion: "23.4.0"
113
+
stackableVersion: "23.4.1"
99
114
clusterConfig:
100
115
listenerClass: external-unstable
101
116
```
@@ -276,21 +291,21 @@ The reason for this is that helm will uninstall the operators but not the CRDs.
@@ -390,7 +405,7 @@ This release marks a major change in the way operator and product images are ver
390
405
On the technical side, a multi-dimensional matrix of versions had to be tested, documentation cross-references had to be maintained and coordinating a platform release was extremely difficult.
391
406
392
407
Organizationally the biggest challenge was communication and coordination within the teams as well as to and with users.
393
-
As a result, starting with this release, all operator and product images are versioned in lock-step. This platform release is marked `23.1` and all included components are tagged with `23.1.0`. Eventual patch versions of the components that might follow and will be tagged with `23.1.1`, `23.1.2` and so on.
408
+
As a result, starting with this release, all operator and product images are versioned in lock-step. This platform release is marked `23.1` and all included components are tagged with `23.1.0`. Eventual patch versions of the components that might follow and will be tagged with `23.1.1`, `23.1.2` and so on.
394
409
395
410
The focus in this platform release is on the support of offline (or on-premise) product images and the partial rollout of logging support.
0 commit comments