Skip to content

v0.9.0

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 22 Dec 10:50
· 836 commits to main since this release
7f6d799

Furyctl v0.9.0

This is a minor release including the following changes:

  • Improved error handling and logging for the vendor command (thanks @luigibarbato)
  • EKS Clusters: new logRetentionDays parameter to configure the number of days that logs are kept (we just used the default 90 days until now) (thanks @sbruzzese902)
  • EKS Clusters: the exported kubeconfig now uses v1beta1 for the AWS authentication. v1alpha1 will be deprecated.

WARNING

  • EKS Clusters: new nodePoolsLaunchKind to enable Node Pools migration from using Launch Configurations to Launch Templates. Launch Configurations are being deprecated by AWS. (thanks @lnovara)

For existing clusters, we recommend you migrate from launch configurations to launch templates. You can find more information in the EKS Installer upgrade docs.

We recommend you upgrade to the new version and let us know if you find any problems by opening an issue in GitHub.

You can update using brew or asdf as usual.

Changelog

  • 5188ae2 Add EKS LogRetentionDays
  • 49e96cc Merge pull request #110 from sighupio/fix/fallback-log-info
  • 494ee01 Merge pull request #111 from sighupio/hotfix/vendor-module-repo
  • 9cd3141 Merge pull request #120 from sighupio/feature/add-eks-log-retention-days
  • 5c48ff7 Merge pull request #129 from sighupio/feature/launch-templates
  • 7f6d799 chore(ci): update e2e-furyctl image tag
  • 7f76308 chore(ci): use containerd images in GKE test
  • 89f4f74 chore(eks): remove unneeded comment
  • 3df99be chore: handle module's repository edge-cases
  • 714a4ab chore: update GKE version in CI tests
  • 5df0d0c chore: update sample Furyfile.yml
  • 8e80458 feat!(eks): add support for EKS Installer v1.10.0
  • 09f64ef feat: improve logs for better UX
  • 7b2f1b1 fix(vendor): downgrade repository fallaback message to Info
  • c64e14e fix: check if repo exists before start the download
  • f40eb12 fix: invert fallback's log history
  • 5da5ece fix: missing else condition
  • 6ae15af fix: oauth url in https mode,wrong https repo prefix,double repository check
  • 9b25b15 fix: ssh download mode doesn't need a get request, invert repo's fallback prefixes
  • 741dcf4 fix: standardize repo's url for the http request
  • 2cf5b04 fix: use https check instead of ssh