Skip to content

0.0.19

Compare
Choose a tag to compare
@chipzoller chipzoller released this 21 May 20:42
· 39 commits to main since this release
c53652d

✨ 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