Skip to content

v0.5.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 19 Jan 14:19
· 111 commits to main since this release

[gardener/gardener-extension-registry-cache]

⚠️ Breaking Changes

  • [USER] It is now forbidden to enable garbage collection for a cache once it is disabled. This constraint is added to mitigate distribution/distribution#4249. by @ialidzhikov [#131]
  • [OPERATOR] CA and server certificates for the admission component are managed automatically. Passing custom certificates via Helm values is not supported anymore. by @ialidzhikov [#122]
  • [OPERATOR] The OCI Image Registry is changed from GCR (eu.gcr.io/gardener-project/gardener/extensions/{registry-cache,registry-cache-admission}) to Artifact-Registry (europe-docker.pkg.dev/gardener-project/releases/gardener/extensions/{registry-cache,registry-cache-admission}). Users should update their references. by @ccwienk [#113]

📰 Noteworthy

  • [USER] The cache upstream is now required to be a a valid DNS subdomain (RFC 1123). by @ialidzhikov [#130]

🐛 Bug Fixes

  • [OPERATOR] An issue in the Distribution project that causes in-used blob to be wrongly deleted during GC of an image layer which later on causes the images that reference this blob to fail to be pulled is now mitigated. by @ialidzhikov [#128]
  • [USER] An issue causing the registry StatefulSet to fail to create Pods for registry caches with long upstreams is now mitigated. by @ialidzhikov [#129]

🏃 Others

  • [DEPENDENCY] The following dependency is updated:
    • github.com/gardener/gardener: v1.85.1 -> v1.86.0 by @dependabot[bot] [#115]
  • [DEPENDENCY] The following dependency is updated:
  • [OPERATOR] A flake in the should enable and disable the registry-cache extension testmachinery test is now fixed. by @ialidzhikov [#123]

Docker Images

  • gardener-extension-registry-cache-admission: europe-docker.pkg.dev/gardener-project/releases/gardener/extensions/registry-cache-admission:v0.5.0
  • gardener-extension-registry-cache: europe-docker.pkg.dev/gardener-project/releases/gardener/extensions/registry-cache:v0.5.0