Skip to content

Releases: banzaicloud/banzai-cli

0.5.4

19 Feb 18:29
c4ecbb4
Compare
Choose a tag to compare
Merge pull request #202 from banzaicloud/terraform-init-backend-config

Terraform init backend config

0.5.3

12 Feb 22:25
Compare
Choose a tag to compare
logging: fix skipable secret selection in case of update

0.5.2

10 Feb 17:37
a56749a
Compare
Choose a tag to compare
Merge pull request #197 from banzaicloud/fix-init-exec

Fix init command parameters

0.5.1

10 Feb 17:16
Compare
Choose a tag to compare

Important: 0.5.1 contains a bug that causes the installer to fail. Please upgrade to 0.5.2

0.5.0

05 Feb 12:27
0.5.0
a244d59
Compare
Choose a tag to compare
Release 0.5.0

0.4.1

10 Jan 15:12
Compare
Choose a tag to compare

Bug fixes in the behavior of banzai pipeline init.

0.4.0

08 Jan 17:07
0.4.0
ea79628
Compare
Choose a tag to compare
Release 0.4.0

0.3.1

11 Dec 13:40
a41d3bc
Compare
Choose a tag to compare

Release contents

This is a bugfix release to avoid offering an invalid cluster name for certain providers that do not support ..

https://github.com/banzaicloud/banzai-cli/compare/0.3.0..0.3.1

0.3.0

11 Dec 09:57
d4796d9
Compare
Choose a tag to compare

Release contents

  • Update default PKE version (#173)
  • Support logging feature
  • Pipeline install flow improvements

Pipeline install flow improvements

  • Add tags to custom providerConfig
  • Make auto-approve configurable for custom providers
  • Integrate values merging in the pipeline up command directly but still support the previous method, which used a targeted terraform preapply hook
  • Extract metadata from custom images to be able to make decisions based onit instead of asking the user
  • Offer generated cluster name instead of the default if image metadata explicitly allows
  • Make help messages more useful and informative
  • Run terraform init before apply every time to make image upgrades flawless

Full changeset:
https://github.com/banzaicloud/banzai-cli/compare/0.3.0..0.2.2

0.2.2

30 Nov 14:40
408da04
Compare
Choose a tag to compare
Merge pull request #172 from banzaicloud/pipeline-up-preapply

Preapply hook