Skip to content

Tags: kubernetes-sigs/controller-runtime

Tags

v0.22.4

Toggle v0.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3378 from k8s-infra-cherrypick-robot/cherry-pick-…

…3376-to-release-0.22

[release-0.22] ✨ cache: Allow fine-granular SyncPeriod configuration

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 <[email protected]>

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 <[email protected]>

* fix: do not hand out item during metrics ascend

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

* test: add test case

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

* rm async from test

* rm metricsAscend flag

* fix test

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

* add comments

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

* Update pkg/controller/priorityqueue/priorityqueue.go

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

* Rebase for releasebranch without newQueueWithTimeForwarder

---------

Co-authored-by: moritzmoe <[email protected]>
Co-authored-by: kstiehl <[email protected]>
Co-authored-by: Alvaro Aleman <[email protected]>

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 <[email protected]>

* Revert Go version from 1.23.4 to 1.23.0

Signed-off-by: Joshua Cuellar <[email protected]>

* Resync k8s 1.32.1 dependencies

Signed-off-by: Joshua Cuellar <[email protected]>

---------

Signed-off-by: Joshua Cuellar <[email protected]>
Co-authored-by: Joshua Cuellar <[email protected]>