Releases: sighupio/furyctl
Releases · sighupio/furyctl
v0.26.3-rc.1
Important Changes
- feat: introduce support to max pods in node pools instances
- fix: perform dns query check during eks creation only if vpn is set and cluster is private
Changelog
- dc4896d chore: fix linting issues
- 6a80b9d chore: tidy up go modules
- 7a3b4fe chore: update fury refs in doc
- b4c8113 chore: update fury-distribution dependency
- fa15c79 chore: update fury-distribution dependency
- ff9607a chore: update fury-distribution dependency
- b7a3f9e chore: update goreleaser to v1.22.1
- cefcb9f feat: add plugins docs (#436)
- 2d46783 feat: bump golang image to 1.21.4.
- 0c7c42d feat: introduce support to max pods in node pools instances.
- 3ed21c3 fix: perform dns query check during eks creation only if vpn is set and cluster is private
v0.26.2
v0.26.1
v0.26.0
v0.25.2
This release is a bugfix release and contains also the migration path from the legacy furyctl to the current version
What's Changed
- fix: remove duplicates on cidrs by @Al-Pragliola in #422
- docs: add upgrade path from v0.11.1 to v0.25.1 by @g-iannelli in #421
Full Changelog: v0.25.1...v0.25.2
v0.25.1
This releases contains mostly bugfix and a new flag --outdir
.
This new flag can be used to change the default location of the .furyctl
folder to a different folder, for example:
furyctl create cluster --outdir $PWD
What's Changed
- feature: added outdir flag by @nutellinoit in #415
- feature: dynamic configs ${env://} and ${file://} are now concatenable by @alessiodionisi in #414
- feature: support slice of strings and slice of map on dynamic configs by @alessiodionisi in #416
- chore: removed errors and general debug logging from mixpanel by @Al-Pragliola in #410
- fix: fixed removal of current dir by @Al-Pragliola in #417
- fix: support slice of string dynamic configs by @alessiodionisi in #418
- fix: test and fix dynamic config with yaml.v2 structure by @alessiodionisi in #419
Full Changelog: v0.25.0...v0.25.1
v0.11.1
v0.25.0
New Features
- New provider: KFDDistribution! Dedicated provider for the distribution, which installs the Distribution (modules only) on an existing Kubernetes cluster.
- From this version furyctl next is out of beta phase.
What's Changed
- feature: removed windows release by @alessiodionisi in #406
- feature: added yq dependency and support for apply and delete scripts by @alessiodionisi in #399
- feature: added support to new variable bucketNamePrefix by @Al-Pragliola in #389
- feature: added support to KFDDistribution kind by @alessiodionisi in #387
- fix: add support for apple git version in tool validation by @omissis in #400
Full Changelog: v0.25.0-beta.0...v0.25.0
v0.25.0-beta.0
New Features
- openvpn connect command
- ux improvement
- validate git is installed
- add https flag for deps downloads
- add support for arm64 tools (kustomize excluded)
- update golang to 1.20
- support branches in distributionVersion field
- add missing aws regions in validator
- use terraform json outputs instead of log files to get data
- introduce global timeout
- fix release artifacts names
What's Changed
- feature: added git tool check by @Al-Pragliola in #368
- feature: added https flag in every cmd by @Al-Pragliola in #370
- feature: prompt on critical resource delete by @Al-Pragliola in #374
- feature: add connect openvpn command by @alessiodionisi in #329
- feature: add timeout flag by @alessiodionisi in #371
- feature: support branches in distributionVersion field by @Al-Pragliola in #377
- feature: upgrade terraform to 1.x by @omissis in #383
- feature: tools download check for the user os architecture by @Al-Pragliola in #372
- chore: ux improvements by @ralgozino in #367
- chore: up golang version by @Al-Pragliola in #376
- fix: add missing aws regions to JSONSchema and Fix Region Validation Error by @smerlos in #378
- fix: missing output gen in infrastructure phase by @Al-Pragliola in #385
- fix: add support for apple git version in tool validation by @omissis in #400
- fix: avoid printing 'skip_region_validation' if it is not specified in furyctl.yaml by @omissis in #403
New Contributors
Full Changelog: v0.25.0-alpha.1...v0.25.0-beta.0