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/partials/release-notes/release-25.3.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,23 @@ The following product versions are no longer supported (although images for rele
149
149
150
150
==== stackablectl
151
151
152
+
* A new demo called `jupyterhub-keycloak` was added and is available via `stackablectl`.
153
+
The JupyterHub-Keycloak integration demo offers a comprehensive and secure multi-user data science environment on Kubernetes, integrating Single Sign-on Jupyter notebooks with Stackable Spark and S3 storage.
154
+
The demo can be installed by running `stackablectl demo install jupyterhub-keycloak`.
155
+
See https://github.com/stackabletech/demos/pull/155[demos#155] and https://github.com/stackabletech/documentation/pull/715[documentation#715].
156
+
* Demos and stacks are now versioned and the main branch is considered unstable.
157
+
`stackablectl` by default installs the latest stable demo and/or stack.
158
+
A specific release can be targeted by providing the `--release` argument.
159
+
See https://github.com/stackabletech/stackable-cockpit/pull/340[stackable-cockpit#340].
160
+
* Add new argument --chart-source so that operator charts can be pulled either from an OCI registry (the default) or from a index.yaml-based repository.
161
+
See https://github.com/stackabletech/stackable-cockpit/pull/344[stackable-cockpit#344].
162
+
* Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI.
163
+
See https://github.com/stackabletech/stackable-cockpit/pull/351[stackable-cockpit#351].
164
+
* Use `heritage` label when looking up the `minio-console` stacklet.
165
+
See https://github.com/stackabletech/stackable-cockpit/pull/364[stackable-cockpit#364].
166
+
* Improve tracing and log output.
167
+
See https://github.com/stackabletech/stackable-cockpit/pull/365[stackable-cockpit#365].
168
+
152
169
==== Supported Kubernetes versions
153
170
154
171
This release supports the following Kubernetes versions:
0 commit comments