Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Releases: stackabletech/stackablectl

v0.8.0

23 Feb 10:34
3132db3
Compare
Choose a tag to compare

Changed

  • 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)

Fixed

  • Use stable helm repo for operators ending with -dev (#234)

v0.7.0

14 Feb 12:41
Compare
Choose a tag to compare

Added

  • Support parametrization of stacks and demos (#228)
  • Support listing OpenSearch Dashboards services (#187)
  • Add support for listing Spark History Servers (#210)

Changed

  • 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)

v0.6.0

07 Nov 16:47
Compare
Choose a tag to compare

Added

  • Added Listener operator to supported operators (#143)
  • Support listing distributed MinIO instances (#148)

Changed

  • 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)

v0.5.0

14 Sep 12:13
Compare
Choose a tag to compare

Added

  • Print Nifi adminuser credentials within services command (#80)

Changed

  • Sort operator versions descending (#102)

Fixed

  • Fix bug that prevents deserializing stacks and demos using serde_yaml 0.9 (#103)

v0.4.0

19 Aug 13:56
Compare
Choose a tag to compare
  • Support demos, which are an end-to-end demonstrations of the usage of the Stackable Data Platform (#66)

v0.3.0

09 Aug 11:38
Compare
Choose a tag to compare

Added

  • 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 list command to list the running Stackable services (#36)
  • Support generation of shell completions (#54)

Changed

  • Update Rust and Go libs (#46)

v0.2.0

17 May 13:27
Compare
Choose a tag to compare

Added

  • Add option to only install subset of operators from release (#18)
  • Add support to show helm release status (#20)

v0.1.1

09 May 07:39
Compare
Choose a tag to compare
  • Add support for cloud vendors like Google Cloud Platform (#12)

v0.0.1

04 May 07:01
Compare
Choose a tag to compare
Update stacks.yaml and releases.yaml to point to GitHub