Skip to content

Releases: sighupio/furyctl

v0.29.1-rc.0

03 May 12:29
Compare
Choose a tag to compare
v0.29.1-rc.0 Pre-release
Pre-release

Changelog

  • 043f99a chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#510)
  • 017cfdc feat: added --distro-patches flag (#511)
  • 379b22c feat: added get kubeconfig sub command (#513)
  • f1b80ab feat: cache invalidation on download fail (#509)
  • 81f9789 feat: improve UX in config creations sub cmd (#512)
  • 5a7825a feat: move binaries and cache to outdir if present (#506)

v0.29.0

24 Apr 13:25
9d2c39c
Compare
Choose a tag to compare

Main changes

Support to new KFD releases

Added support for KFD 1.29.0 🚀

Bug fixes 🐛

  • Process blocking has been disabled when changing fields in phases other than the one specified by the --phase when running with the --upgrade flag (thanks to @g-iannelli for reporting this issue)

Security fixes 🔒

Full Changelog: v0.28.0...v0.29.0

v0.29.0-rc.0

19 Apr 10:32
Compare
Choose a tag to compare
v0.29.0-rc.0 Pre-release
Pre-release

Changelog

  • 4fd91b3 feat: add compatibility to 1.29.0
  • 06da39b feat: add upgrade paths for 1.29

v0.28.0

12 Apr 16:21
c3c3eef
Compare
Choose a tag to compare

Main changes

support to new KFD releases

Added support for KFD 1.28.0, 1.27.5 and 1.26.6.

prevent changes to other phases

Added a check to prevent changes to other phases when running furyctl with --phase flag.

{{path://}} support

Added support for {{path://}} in the furyctl.yaml file, to reference files using relative paths.

moved eks terraform templates to KFD

To have a single source of truth for the terraform templates, the EKS templates have been moved to the KFD repository.

a host of bugfixes and improvements

  • prevent mutations to local files when running furyctl with the --distro-location flag.
  • fixed a nil pointer bug when running furyctl with --upgrade and --phase flags.
  • added patches to fix bugs found in previous KFD releases.

Full Changelog: v0.27.4...v0.28.0

v0.28.0-rc.4

11 Apr 14:08
Compare
Choose a tag to compare
v0.28.0-rc.4 Pre-release
Pre-release

Changelog

  • 66583ad fix: compatibility check for 1.27.5 1.26.6

v0.28.0-rc.3

11 Apr 14:06
Compare
Choose a tag to compare
v0.28.0-rc.3 Pre-release
Pre-release

Changelog

  • a7c6a81 chore: bump kfd and furyctl version
  • 94952b1 feat: add tests to new kfd versions
  • febb0e2 fix: add missing version in compat matrix
  • b31b7d4 fix: compatibility check for 1.28.0

v0.28.0-rc.2

09 Apr 14:13
Compare
Choose a tag to compare
v0.28.0-rc.2 Pre-release
Pre-release

Changelog

  • d97a202 chore: add new tfvar file for previous versions
  • cf365e2 feat: add onprem upgrade paths for 1.26, 1.27, 1.28
  • ecde026 feat: add upgrade paths also for kfddistribution and ekscluster

v0.28.0-rc.1

08 Apr 10:36
Compare
Choose a tag to compare
v0.28.0-rc.1 Pre-release
Pre-release

Changelog

  • 90d69da chore: enable symlinks copy + bump compatibility

v0.28.0-rc.0

08 Apr 08:31
Compare
Choose a tag to compare
v0.28.0-rc.0 Pre-release
Pre-release

Changelog

  • 0b59caf Add support to relative paths with {path://} dynamic value (#498)
  • 7af4477 Merge pull request #483 from sighupio/feat/refactor-eks
  • a4e1a41 Merge pull request #489 from sighupio/bugfix/mimir-reducer
  • 1158767 Merge pull request #497 from sighupio/bugfix/prevent-distro-location-mutation
  • b33ff88 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#493)
  • cce9a66 chore: add tfvar templates to all patches
  • fe59f50 chore: bump dependencies
  • 9126e9a chore: removed unused function
  • 7206386 feat: added kubernetes tfvar template for EKS
  • 5d5278d feat: block execution when changing config values outside current phase (#488)
  • ef005f9 feat: move kube to tpl WIP
  • 6b42ff6 feat: moved eks infra to tpl
  • df53186 fix: bugs on templates
  • 8e10070 fix: delete --phase kubernetes onpremises
  • c212b54 fix: e2e tests
  • b7f45fd fix: mimir bug when monitoring is none on the cluster
  • 12fc5f6 fix: missing ditro location for delete infra
  • df31fda fix: missing patches for fury-distribution versions
  • cc1a4a2 fix: prevent distro-location mutation
  • 1543c44 fix: upgrade paths to 1.27.4
  • 4d1af2f fix: wrong key for subnets

v0.27.8

26 Mar 12:03
Compare
Choose a tag to compare

Main Changes

Support for new KFD releases added

We have added support for new KFD releases v1.27.4.

Full Changelog: v0.27.7...v0.27.8