Releases: kubecost/disk-autoscaler
Releases · kubecost/disk-autoscaler
0.0.20
0.0.19
✨ 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
What's Changed
- Create dependabot.yml by @chipzoller in #1
- Misc fixes by @chipzoller in #2
- minor manifest fixes by @chipzoller in #11
- move TESTING.md by @chipzoller in #12
- bump go version to 1.22.3 and point to new image by @avrodrigues5 in #13
- Add license by @chipzoller in #15
- Add release workflow by @chipzoller in #16
New Contributors
- @chipzoller made their first contribution in #1
- @avrodrigues5 made their first contribution in #13
Full Changelog: https://github.com/kubecost/disk-autoscaler/commits/0.0.18