Skip to content

Releases: Obmondo/kubeaid-cli

v0.17.1

10 Dec 11:17
b91da1e

Choose a tag to compare

Changelog

🥴 Others


Released by GoReleaser.

v0.17.0

03 Dec 09:14
8bd95ef

Choose a tag to compare

Changelog

💫 Features

🐛 Bug fixes

🥴 Others


Released by GoReleaser.

v0.16.0

28 Nov 15:38
643712e

Choose a tag to compare

Changelog

💫 Features

🐛 Bug fixes

🥴 Others


Released by GoReleaser.

v0.15.2

19 Nov 09:07
549bf23

Choose a tag to compare

This release is focused towards : fixing support for Hetzner hybrid clusters.

Full Changelog: v0.15.1...v0.15.2

v0.15.1

09 Sep 16:25
082891d

Choose a tag to compare

chore(release): 0.15.1

v0.15.0

02 Sep 17:17
472a40e

Choose a tag to compare

chore(release): 0.15.0

v0.14.1

29 Aug 08:42
2b1cd87

Choose a tag to compare

chore(release): 0.14.1

v0.13.2

04 Aug 20:51

Choose a tag to compare

Improvements and Chores :

  • simplifying the KubeAid Bootstrap Script temp directory path to /tmp/kubeaid-bootstrap-script.

  • adding back the job to build and publish container images on every release, in the GitHub Actions release workflow.

  • The KubeAid Bootstrap Script container image is now optimized, with only required binaries bundled in it.

    Also, it has been moved to the root of the repository, from build/docker/Dockerfile.

  • While running the install-prerequisites.sh bash script, binaries are only installed, if they're not already present in the system.

  • upgrade_cluster.go was depending on clusterctl during runtime. That dependency is now removed.

  • We now have 2 commands for cluster deletion : cluster delete main and cluster delete management.

  • Removed clusterctl, kubeseal and k3d from the list of runtime dependencies in azure guide doc.

Bug Fixes :

  • Using approppriate values when installing SealedSecrets in the management cluster.

  • While running the install-prerequisites.sh script during building the container image, setting the CLOUD_PROVIDER environment variable to all, so all the runtime dependencies get bundled into the container image.

    Before this, only the common and local cloud provider specific runtime dependencies were getting bundled.

  • In GoLang, execute CLI commands using sh instead of bash, since we use alpine as the base image for KubeAid Bootstrap Script container image.

v0.13.1

28 Jul 10:08
v0.13.1

Choose a tag to compare

Full Changelog: v0.13.0...v0.13.1

v0.13.0

28 Jul 08:04

Choose a tag to compare