Releases: kubernetes-sigs/controller-runtime
Releases · kubernetes-sigs/controller-runtime
v0.7.0-alpha.4
🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.
v0.7.0-alpha.3
🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.
v0.7.0-alpha.2
🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.
v0.7.0-alpha.1
🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.
v0.7.0-alpha.0
🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.
v0.6.3
v0.5.11
v0.5.10
v0.6.2
Changes since v0.6.1
✨ New Features
- Make individual readiness and liveness checks accessible (#1100)
- Add options to configure a logger for manager and controllers (#1095)
- Add ability to set/get logger in/from a context.Context (#1093)
- Fix typo in envtest.Environment struct (#1065)
- Implement NewPredicateFuncs to create predicate functions from a filter function (#1066)
- Implement graceful shutdown (#967)
- Add IsZero method to reconcile.Result (#1059)
- pkg/predicate.go: add And and Or predicates (#1043)
- optionally override leader election client config (#1047)
🐛 Bug Fixes
- Avoid marshalling error in debug log line (#989)
- Test can inspect stdout & stderr: Give some time to exit (#1077)
- Enable Logger Injection for Controller Manager (#1072)
- Prefer reconciler from controller.Options (#1022)
🌱 Others
- hack/setup-envtest.sh: follow-up from #1092 (#1097)
- Generate junit in CI (#1053)
- setup-envtest.sh: standalone script for setting up envtest (#1092)
- Make alvaroaleman approver (#1067)
- Remove -parallel flag from test coverage (#1062)
- Disable golangs parallel testing (#1057)
- Run tests with race detector enabled (#1012)
- Update dependencies to Kubernetes v1.18.6 (#1098)
- Mark leak goroutine tests as pending (#1070)
- Remove coverage when running tests (#1069)
Thanks to all our contributors! 😊
v0.5.9
This is a maintenance release with bug fixes backported from release-0.6
.
Changes since v0.5.8
✨ New Features
🐛 Bug Fixes
- Better UserAgent for leader-election client (#981)
🌱 Others
- Add apidiff to verify.sh (#905, #910)
- Optionally override leader election client config (#1047)
- Remove inactive members from OWNERS_ALIASES (#1045)
- Remove the whitelist word from our codebase (#1037)
- Remove master word from our codebase (#1028)
- Disable golangs parallel testing (#1057)
Thanks to all our contributors! 😊