Skip to content

Tags: kubernetes-sigs/controller-runtime

Tags

v0.22.3

Toggle v0.22.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
[release-0.22] 🐛 Allow SSA after normal resource creation (#3348) * fix: enable apply after normal create * improvements: cache now considers disable protobuf flag for lookup * feedback improvements --------- Co-authored-by: filipcirtog <filip.cirtog@mongodb.com>

v0.22.2

Toggle v0.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-0.22] 🐛 Fix a bug where the priorityqueue would sometimes no… …t return high-priority items first (#3340) * fix: adjust priority queue order and spin Co-authored-by: kstiehl <kevin.stiehl@maybit.email> * fix: do not hand out item during metrics ascend Co-authored-by: kstiehl <kevin.stiehl@maybit.email> * test: add test case Co-authored-by: kstiehl <kevin.stiehl@maybit.email> * rm async from test * rm metricsAscend flag * fix test Co-authored-by: kstiehl <kevin.stiehl@maybit.email> * add comments Co-authored-by: kstiehl <kevin.stiehl@maybit.email> * Update pkg/controller/priorityqueue/priorityqueue.go Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com> * Rebase for releasebranch without newQueueWithTimeForwarder --------- Co-authored-by: moritzmoe <51033452+moritzmoe@users.noreply.github.com> Co-authored-by: kstiehl <kevin.stiehl@maybit.email> Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3308 from k8s-infra-cherrypick-robot/cherry-pick-… …3307-to-release-0.22 [release-0.22] 🌱 Revert deprecation of client.Apply

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34 🌱Update k8s.io dependencies to v0.34.0

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3225 from troy0820/troy0820/prepare-for-0.21-release 📖 Update README with compatability matrix

v0.20.4

Toggle v0.20.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3179 from alvaroaleman/lowpdefault [release-0.20] 🌱 Handlers: Default to LowPriorityWhenUnchanged without a wrapper

v0.20.3

Toggle v0.20.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3147 from alvaroaleman/rev [release-0.20] 🐛 Revert "✨ Expose all Go runtime metrics"

v0.19.7

Toggle v0.19.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3148 from k8s-infra-cherrypick-robot/cherry-pick-… …3147-to-release-0.19 [release-0.19] 🐛 Revert "✨ Expose all Go runtime metrics"

v0.20.2

Toggle v0.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-0.20] 🌱 Update dependencies, k8s 1.32.1 (#3108) * Update dependencies, k8s 1.32.1 Build with Go 1.23.4 Signed-off-by: Joshua Cuellar <joshuac.cuellar@outlook.com> * Revert Go version from 1.23.4 to 1.23.0 Signed-off-by: Joshua Cuellar <joshuac.cuellar@outlook.com> * Resync k8s 1.32.1 dependencies Signed-off-by: Joshua Cuellar <joshuac.cuellar@outlook.com> --------- Signed-off-by: Joshua Cuellar <joshuac.cuellar@outlook.com> Co-authored-by: Joshua Cuellar <joshuac.cuellar@outlook.com>

v0.19.6

Toggle v0.19.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release-0.19] ✨ Expose all Go runtime metrics (#3101) * add GoCollector and rocessCollector Signed-off-by: dongjiang <dongjiang1989@126.com> * move to internal/controller/metrics Signed-off-by: dongjiang <dongjiang1989@126.com> * default add all go runtime metrics Signed-off-by: dongjiang <dongjiang1989@126.com> --------- Signed-off-by: dongjiang <dongjiang1989@126.com> Co-authored-by: dongjiang <dongjiang1989@126.com>