Skip to content

Releases: kubernetes-sigs/controller-runtime

v0.7.0-alpha.5

02 Nov 18:28
9975e29
Compare
Choose a tag to compare
v0.7.0-alpha.5 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.7.0-alpha.4

22 Oct 14:51
32e94b6
Compare
Choose a tag to compare
v0.7.0-alpha.4 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.7.0-alpha.3

14 Oct 14:51
f52b618
Compare
Choose a tag to compare
v0.7.0-alpha.3 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.7.0-alpha.2

02 Oct 17:22
c000ea8
Compare
Choose a tag to compare
v0.7.0-alpha.2 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.7.0-alpha.1

01 Oct 23:35
c726ff0
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.7.0-alpha.0

01 Oct 15:28
7f050c2
Compare
Choose a tag to compare
v0.7.0-alpha.0 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.

v0.6.3

15 Sep 22:12
ac380d6
Compare
Choose a tag to compare

Changes since v0.6.2

🐛 Bug Fixes

  • Controller.Watch() should not store watches if already started (#1165)

🌱 Others

  • Update json-patch to v4.9.0 (#1137)

Thanks to all our contributors! 😊

v0.5.11

15 Sep 22:14
9dc7370
Compare
Choose a tag to compare

Changes since v0.5.10

🐛 Bug Fixes

  • Controller.Watch() should not store watches if already started (#1164)

Thanks to all our contributors! 😊

v0.5.10

28 Aug 18:04
d7b2d62
Compare
Choose a tag to compare

This is a maintenance release with bug fixes backported from release-0.6.

Changes since v0.5.9

🌱 Others

🌱 Update json-patch to v4.9.0

v0.6.2

04 Aug 17:12
ebb8f3f
Compare
Choose a tag to compare

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! 😊