Skip to content

Commit d080420

Browse files
committed
chore(25.3.0): Add stackablectl and demo section
1 parent 7c0d9bb commit d080420

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/ROOT/partials/release-notes/release-25.3.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,23 @@ The following product versions are no longer supported (although images for rele
149149

150150
==== stackablectl
151151

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+
152169
==== Supported Kubernetes versions
153170

154171
This release supports the following Kubernetes versions:

0 commit comments

Comments
 (0)