|
| 1 | +== 25.3.0 |
| 2 | + |
| 3 | +* A new demo called `jupyterhub-keycloak` was added and is available via `stackablectl`. |
| 4 | + 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. |
| 5 | + The demo can be installed by running `stackablectl demo install jupyterhub-keycloak`. |
| 6 | + See https://github.com/stackabletech/demos/pull/155[demos#155] and https://github.com/stackabletech/documentation/pull/715[documentation#715]. |
| 7 | +* Demos and stacks are now versioned and the main branch is considered unstable. |
| 8 | + `stackablectl` by default installs the latest stable demo and/or stack. |
| 9 | + A specific release can be targeted by providing the `--release` argument. |
| 10 | + See https://github.com/stackabletech/stackable-cockpit/pull/340[stackable-cockpit#340]. |
| 11 | +* 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. |
| 12 | + See https://github.com/stackabletech/stackable-cockpit/pull/344[stackable-cockpit#344]. |
| 13 | +* Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI. |
| 14 | + See https://github.com/stackabletech/stackable-cockpit/pull/351[stackable-cockpit#351]. |
| 15 | +* Use `heritage` label when looking up the `minio-console` stacklet. |
| 16 | + See https://github.com/stackabletech/stackable-cockpit/pull/364[stackable-cockpit#364]. |
| 17 | +* Improve tracing and log output. |
| 18 | + See https://github.com/stackabletech/stackable-cockpit/pull/365[stackable-cockpit#365]. |
| 19 | +
|
| 20 | +== 24.11.0 |
| 21 | + |
| 22 | +* Bump Rust dependencies to fix critical vulnerability in quinn-proto. |
| 23 | + See https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] and https://github.com/stackabletech/stackable-cockpit/pull/318[stackable-cockpit#318]. |
| 24 | +* We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and have improved the sorting of release versions. |
| 25 | + |
| 26 | +== 24.7.0 |
| 27 | + |
| 28 | +* a new experimental debug command |
| 29 | +* a pre-built binary for aarch64-unknown-linux-gnu is now available |
| 30 | +* complete error messages are now shown (remedying the truncation of some details in previous releases) |
| 31 | +* use of the latest Go and Rust versions and respective dependencies |
0 commit comments