Skip to content

v0.14.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 11 Feb 07:23
· 23 commits to main since this release

[gardener/gardener-extension-registry-cache]

✨ New Features

  • [USER] In registry-cache < v0.12, TLS was not supported for a registry cache.
    In [email protected], TLS was enabled by default and there was no option to disable it.
    The TLS feature is now configurable for a registry cache using the providerConfig.caches[].http.tls field. Using this field, the TLS can be disabled which is useful for cases where a machinery that consumes a registry cache endpoint is not yet adapted to consume it over HTTPS. by @ialidzhikov [#331]

🐛 Bug Fixes

  • [USER] An issue causing reconciliation to fail for caches with long upstreams (> 59 chars) is now fixed. by @ialidzhikov [#339]

🏃 Others

  • [OPERATOR] Registry cache Services with IPv6 spec.clusterIP are now supported. by @dimitar-kostadinov [#336]
  • [OPERATOR] The registry cache DNS service names are now included in the Subject Alternative Name of the server certificate. by @dimitar-kostadinov [#336]

Helm Charts

  • admission-registry-cache-application: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/admission-registry-cache-application:v0.14.0
  • admission-registry-cache-runtime: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/admission-registry-cache-runtime:v0.14.0
  • registry-cache: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/registry-cache:v0.14.0

Docker Images

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