v0.28.0
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