Skip to content

Releases: kubernetes-sigs/controller-runtime

v0.1.8

07 Dec 05:08
c63ebda

Choose a tag to compare

v0.1.8

✨ New Features

  • Ensure logging is uniform (#237)
  • change metrics default to off (#238)
  • Update to Kubernetes 1.12.3 (#230)
  • Update to Kubernetes 1.12.2 (#221)
  • Add scheme support to fake client (#213)
  • envtest: export DefaultKubeAPIServerFlags & make flags configurable (#165)
  • added process metrics and Go runtime metrics (#198)
  • Add prometheus metrics to internal controller (#132)

🐛 Bug Fixes

  • Serve metrics even if not leader (#197)
  • fix incorrect logr usage (#193)
  • Set GVK when getting the object from the cache. (#212)
  • fix nil stop value for source.Channel (#204)
  • Refactor metrics tests (#200)
  • do not hold the lock after controller has started (#178)
  • Removes logic that checks for a "port already in use" error (#189)

Thanks to all our contributors!

v0.1.7

29 Oct 21:12
5fd1e9e

Choose a tag to compare

Merge pull request #186 from mengqiy/installWebhookConfig_pointer

Rename InstallWebhookConfig and change it to a pointer

v0.1.6

26 Oct 22:58
a67a503

Choose a tag to compare

Merge pull request #185 from mengqiy/testenv_fix

fix testenv

v0.1.5

25 Oct 22:45
4376e6e

Choose a tag to compare

Merge pull request #179 from mengqiy/sort_webhooks

sort webhooks

v0.1.4

25 Sep 23:13
53fc44b

Choose a tag to compare

Merge pull request #136 from hasbro17/make-list-watchers-namespaced

Option to restrict informer cache to a namespace

v0.1.3

18 Sep 00:13
79f0601

Choose a tag to compare

Merge pull request #146 from kubernetes-sigs/revert-106-list-options

Revert "Convert client.List to use functional options"