v0.8.0
gardener-robot-ci-1
released this
02 Aug 08:14
·
297 commits
to master
since this release
[dependency-watchdog]
🐛 Bug Fixes
- [OPERATOR] A bug is fixed which allowed dependency-watchdog to not ignore scaling operations on deployment which are not enabled/deployed in a given cluster (gardener/dependency-watchdog#41, @ashwani2k)
- A bug with uploading of a rotated dependency-watchdog-probe secrets is now fixed by refreshing the clients with updated secrets.
🏃 Others
- [OPERATOR] Switch default leader election resource lock for
dependency-watchdog
fromendpointsleases
toleases
. (gardener/dependency-watchdog#44, @ary1992) - [OPERATOR] Published docker images for Dependency-Watchdog are now multi-arch ready. They support
linux/amd64
andlinux/arm64
. (gardener/dependency-watchdog#57, @timuthy) - [OPERATOR] DWD client shall no longer use long running TCP connections when attempting to probe Kube ApiServer via internal endpoint. (gardener/dependency-watchdog#62, @unmarshall)
📰 Noteworthy
- [OPERATOR] A dependent's scaling up/down can be ignored by DWD now by adding the annotation
dependency-watchdog.gardener.cloud/ignore-scaling
to the deployment (gardener/dependency-watchdog#48, @himanshu-kun) - [OPERATOR] The
dependency-watchdog
now usesdistroless
instead ofalpine
as a base image. (gardener/dependency-watchdog#59, @dimityrmirchev)