- Build binaries on Ubuntu 20.04 instead of 22.04 to have glibc 2.31 instead of 2.35. This allows the binary to run on older platforms (#235)
- Use stable helm repo for operators ending with
-dev(#234)
- Support parametrization of stacks and demos (#228)
- Support listing OpenSearch Dashboards services (#187)
- Add support for listing Spark History Servers (#210)
- Print CLI tables using comfy-table (#176)
- Bump kube to 0.77 (#201)
- Bump go k8s client to 0.26.0 (#202)
- Bump kube, k8s-openapi and tokio (#205)
- BREAKING: Bump format of demos and stacks to v2. Old versions of stackablectl will need an update (#228)
- Added Listener operator to supported operators (#143)
- Support listing distributed MinIO instances (#148)
- Bump to clap 4.0 (#150)
- Bump go modules such as helm to v3.10.1 and k8s client to v0.25.3 (#149)
- Bump kube to 0.76, k8s-openapi to 0.16 and openssl to 0.10.42 (#154)
- Print Nifi adminuser credentials within services command (#80)
- Sort operator versions descending (#102)
- Fix bug that prevents deserializing stacks and demos using
serde_yaml0.9 (#103)
- Remove Spark from supported operators (#100)
- Support demos, which are an end-to-end demonstrations of the usage of the Stackable Data Platform (#66)
- Support stacks, which are a collection of ready-to-use Stackable data products as well as required third-party services like Postgresql or MinIO (#36)
- Add
services listcommand to list the running Stackable services (#36) - Support generation of shell completions (#54)
- Update Rust and Go libs (#46)
- Add option to only install subset of operators from release (#18)
- Add support to show helm release status (#20)
- Add support for cloud vendors like Google Cloud Platform (#12)
Initial release