Skip to content

Releases: kubecost/disk-autoscaler

0.0.20

16 Oct 13:33
d32c85f
Compare
Choose a tag to compare

🐛 Fixed 🐛

Full Changelog: 0.0.19...0.0.20

0.0.19

21 May 20:42
c53652d
Compare
Choose a tag to compare

✨ Added ✨

  • Introduced a new audit mode which, rather than resize volumes, will simply print the actions it'd take in the logs along with how much money you'd save. This is now on by default, so if you want to disable audit mode and have autoscaler perform resizes, set the value of the DAS_AUDIT_MODE environment variable to "false". (#21)
  • Adds caching in front of API calls (#21)
  • Added logging of release tag and git commit hash upon initialization (#22)

⚠️ Changed ⚠️

  • Refined RBAC permissions so they are (almost) as slim as possible (#20)
  • Added resource requests to the Deployment (#20)
  • Updated the Justfile to allow builds with ko locally (#22)
  • Upped the Kubernetes client QPS value to avoid client-side throttling (#21)

🐛 Fixed 🐛

  • Fixed image verification commands in SECURITY.md (#19)
  • Fixed a log message where variables got swapped (#21)
  • Fixed some linting issues (#31)

Full Changelog: 0.0.18...0.0.19

0.0.18

14 May 11:18
1e31b44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/kubecost/disk-autoscaler/commits/0.0.18