Skip to content

Releases: gardener/kupid

v0.9.0

10 Oct 04:28
Compare
Choose a tag to compare

[gardener/kupid]

🏃 Others

  • [DEVELOPER] Updated goLang version to v1.23.1 and k8s version to v0.24.3 along with g/g to v1.50 by @ashwani2k [#73]
  • [USER] Kupid now supports using match expressions as part of podSelectors in defining scheduling policies by @ashwani2k [#73]

Docker Images

  • kupid: europe-docker.pkg.dev/gardener-project/releases/gardener/kupid:v0.9.0

v0.8.0

05 Aug 08:53
Compare
Choose a tag to compare

no release notes available

Docker Images

  • kupid: europe-docker.pkg.dev/gardener-project/releases/gardener/kupid:v0.8.0

v0.7.0

12 Feb 15:35
Compare
Choose a tag to compare

[gardener/kupid]

⚠️ Breaking Changes

  • [OPERATOR] Change OCI Image Registry from GCR (eu.gcr.io/gardener-project) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases). Users should update their references.
    by @ccwienk [#65]

🏃 Others

  • [OPERATOR] QPS and Burst values can now be configured through Helm charts. by @renormalize [#67]

Docker Images

  • kupid: europe-docker.pkg.dev/gardener-project/releases/gardener/kupid:v0.7.0

v0.6.0

07 Jun 14:34
Compare
Choose a tag to compare

[kupid]

🏃 Others

v0.5.0

03 Apr 14:58
Compare
Choose a tag to compare

[kupid]

✨ New Features

  • [OPERATOR] Extension components have been adjusted to the high availability configuration supported by Gardener as of release v1.60. See this document for more information about HA in gardener. (gardener/kupid#51, @timuthy)

🏃 Others

v0.4.0

06 Jan 17:13
Compare
Choose a tag to compare

[kupid]

🏃 Others

📰 Noteworthy

v0.3.0

04 Aug 05:59
Compare
Choose a tag to compare

[kupid]

⚠️ Breaking Changes

v0.2.2

13 Jun 08:36
Compare
Choose a tag to compare

no release notes available

v0.2.1

10 Jun 06:33
Compare
Choose a tag to compare

no release notes available

v0.2.0

05 Jun 06:27
Compare
Choose a tag to compare

[kupid]

⚠️ Breaking Changes

🏃 Others

  • [USER] Kupid shall inject Jobs with scheduling policy only during create operation (gardener/kupid#30, @ashwani2k)
  • [OPERATOR] "NONE" (gardener/kupid#37, @ashwani2k)
  • [OPERATOR] Migrated the manifests and clients to use the admissionregistration.k8s.io/v1 and admissionregistration.k8s.io/v1 as supported from k8s v1.22 onwards. (gardener/kupid#36, @ashwani2k)
    • Please ensure to update your deployment to Kupid v0.2.0 on your garden cluster before creating a seed with k8s v1.22 or higher.
  • [OPERATOR] Default webhook timeout in the charts as 10s. This is to ensure the webhook timeout is shorter than the timeouts used by the apiserver clients so that the failure policy remains effective. (gardener/kupid#24, @amshuman-kr)
  • [OPERATOR] Re-introduced kupid policies in to the charts to optionally deploy configurable clusterpodschedulingpolicies along with kupid extension. (gardener/kupid#22, @amshuman-kr)
  • [OPERATOR] Increase initialDelaySeconds in livenessProbe. (gardener/kupid#20, @amshuman-kr)
  • [OPERATOR] Improved behaviour if cache goes stale. (gardener/kupid#17, @amshuman-kr)
  • [OPERATOR] Added resource limits and VPA minAllowed. (gardener/kupid#15, @amshuman-kr)

📰 Noteworthy

  • [OPERATOR] The extension controller uses a projected ServiceAccount token in case it runs on a seed with a gardenlet of at least v1.37 or higher. (gardener/kupid#31, @rfranzke)