Skip to content

Tags: 2uasimojo/controller-runtime

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubernetes-sigs#2340 from kubernetes-sigs/dependab…

…ot/go_modules/github.com/onsi/gomega-1.27.7

🌱 Bump github.com/onsi/gomega from 1.27.6 to 1.27.7

Verified

This tag was signed with the committer’s verified signature.
vincepri Vince Prignano

Verified

This tag was signed with the committer’s verified signature.
vincepri Vince Prignano

Verified

This tag was signed with the committer’s verified signature.
vincepri Vince Prignano

v0.14.6

Toggle v0.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubernetes-sigs#2249 from joelanford/0-14-preserve…

…-unstructured-gvk-cache-options

🐛 release-0.14: Preserve unstructured object GVKs when using *ByObject cache options

v0.14.5

Toggle v0.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubernetes-sigs#2219 from sbueringer/pr-cherry-laz…

…y-restmapper-fix

[release-0.14] 🐛 Allow lazy restmapper to work with CRDs created at runtime

v0.14.4

Toggle v0.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ Provide a truly lazy restmapper (kubernetes-sigs#2179)

* Provide a truly lazy restmapper

This commit adds a rest mapper that will lazily query the provided
client for discovery information to do REST mappings.

* Use DynamicRESTMapperOption to enable Lazy Restmapper

Instead of creating the instance of the mapper directly, we will use
WithExperimentalLazyMapper option for Dynamic Restmapper.

* Update tests for 0.14

---------

Co-authored-by: Mike Fedosin <[email protected]>
Co-authored-by: Alvaro Aleman <[email protected]>

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubernetes-sigs#2165 from vincepri/deprecate-compo…

…nent-config

🌱 [0.14] Deprecate component configuration package

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubernetes-sigs#2146 from sbueringer/pr-bump-0.14-…

…to-v0.26.1

[release-0.14] 🌱 Bump k8s.io/* to v0.26.1

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 controllers without For() fail to start (kubernetes-sigs#2108)

* 🐛 controllers without For() fail to start

* Add a test for Builder without For

Co-authored-by: Tsuzu <[email protected]>