v0.7.0
gardener-robot-ci-2
released this
28 Feb 10:12
·
350 commits
to master
since this release
[dependency-watchdog]
✨ New Features
- [DEVELOPER] Export types in
pkg/restarter
andpkg/scaler
to make them reusable for other packages. (gardener/dependency-watchdog#33, @rfranzke)
🏃 Others
- [OPERATOR] Operators can now provide a
scaleUpDelaySeconds
or|andscaleDownDelaySeconds
for individual dependent resources for dependency-watchdog probe to consider while scaling. (gardener/dependency-watchdog#39, @ashwani2k)- In addition to the delay, for each resource managed by dependency-watchdog probe one can also specify additional dependent resources via a new field
scaleRefDependsOn
. This ensures that dependency-watchdog probe applies scaling operation on a resource only if the dependents for this resource defined underscaleRefDependsOn
are available in the desired state as per the applicable scaling operation.
- In addition to the delay, for each resource managed by dependency-watchdog probe one can also specify additional dependent resources via a new field
- [OPERATOR] Switch default leader election resource lock for
dependency-watchdog
fromendpoints
toendpointsleases
(gardener/dependency-watchdog#37, @ary1992) - [OPERATOR] Fix panic during shoot spec and status check. (gardener/dependency-watchdog#28, @amshuman-kr)
- [DEVELOPER] Enhance package structure to isolate APIs (gardener/dependency-watchdog#34, @rfranzke)
📰 Noteworthy
- [DEVELOPER] License and copyright information is now specified in REUSE format. (gardener/dependency-watchdog#31, @msohn)