Skip to content

Releases: caas-team/py-kube-downscaler

v24.12.0

11 Dec 07:47
61d1a26
Compare
Choose a tag to compare

🚀 Release Notes 🚀

  • The optional argument --api-server-timeout, introduced in previous versions, has been further enhanced for improved stability. This advanced argument allows users to set a timeout duration (in seconds) for all calls made by KubeDownscaler to the Kubernetes API Server.
  • Introduced a new optional argument, --max-retries-on-conflict, which allows users to define the maximum number of retries KubeDownscaler will perform when encountering HTTP 409 conflict errors. Such conflicts typically occur when another entity (such as an HPA, CI/CD pipeline, or manual intervention) modifies a resource just before KubeDownscaler processes it. These errors are non-blocking because the resource will be processed again during the next cycle; however, this argument provides users with the flexibility to choose whether to retry processing the resource immediately.
  • Upgraded the Python version and Dependencies to address security vulnerabilities.
  • Introduced customization options for imagePullSecret in the Helm chart.

🏷️ What's Changed 🏷️

🎉 New Contributors 🎉

Full Changelog: v24.11.0...v24.12.0

v24.11.0

12 Nov 08:31
72ad3fb
Compare
Choose a tag to compare

What's Changed

  • fix: serviceaccount creation by @JTaeuber in #104
  • New Feature: Introduced An Argument To Customize Timeout When Contacting API Server by @samuel-esp in #106
  • Chore: Update Dependencies November 2024, Release 24.11.0 by @samuel-esp in #108

Full Changelog: v24.10.1...v24.11.0

v24.10.1

17 Oct 09:40
2194268
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.10.0...v24.10.1

v24.10.0

01 Oct 12:31
df20668
Compare
Choose a tag to compare

What's Changed

  • Added missing job resource on clusterrole by @ricjsan in #95
  • fix: chart - use podAnnotations from values in deployment by @vmignot in #98
  • Chore/bump to24.10.0 by @JTaeuber in #99

New Contributors

Full Changelog: v24.8.3...v24.10.0

v24.8.3

10 Sep 11:20
f248930
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.8.2...v24.8.3

v24.8.2

26 Aug 07:52
6cd190f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.8.1...v24.8.2

v24.8.1

22 Aug 12:19
f9b68a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.8.0...v24.8.1

v24.8.0

02 Aug 07:49
d17089b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.7.1...v24.8.0

v24.7.1

22 Jul 11:03
8690011
Compare
Choose a tag to compare

What's Changed

  • Facilitates backward compatibility by @samuel-esp in #69
  • Scale Jobs Natively (Without Admission Controllers) by @samuel-esp in #71
  • New Feature: Use KubeDownscaler Without Cluster Wide Access (Namespaced Access) by @samuel-esp in #73
  • New Feature: New Downscaler/Grace-Period Annotation To Override Global Grace Period for Individual Resources by @samuel-esp in #74
  • chore: bump-appVersion-24.7.1 and chart version to 0.2.4 by @JTaeuber in #75

Full Changelog: v24.7.0...v24.7.1

v24.7.0

11 Jul 10:34
f2586bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.6.1...v24.7.0