-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: kubernetes-sigs/controller-runtime
base: v0.20.3
head repository: kubernetes-sigs/controller-runtime
compare: v0.20.4
- 15 commits
- 19 files changed
- 4 contributors
Commits on Mar 15, 2025
-
bug: Restmapper: Respect preferred version
When requesting a resource without version through methods such as `RESTMapping`, the mapper would previously return a random version rather than the preferred one, this change fixes that.
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for dfd1239 - Browse repository at this point
Copy the full SHA dfd1239View commit details
Commits on Mar 16, 2025
-
Merge pull request #3159 from k8s-infra-cherrypick-robot/cherry-pick-…
…3151-to-release-0.20 [release-0.20] 🐛 Restmapper: Respect preferred version
Configuration menu - View commit details
-
Copy full SHA for 50ae490 - Browse repository at this point
Copy the full SHA 50ae490View commit details
Commits on Mar 21, 2025
-
Mention the SkipNameValidation option in the name validation error
Signed-off-by: Stefan Büringer buringerst@vmware.com
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for e813e08 - Browse repository at this point
Copy the full SHA e813e08View commit details -
sparkles: Controller: Retain the priority
This change makes the controller retain the priority if a priority queue is used. The priority queue will still bump the priority if the item gets re-added to it with a higher priority.
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 2510686 - Browse repository at this point
Copy the full SHA 2510686View commit details -
Merge pull request #3172 from k8s-infra-cherrypick-robot/cherry-pick-…
…3170-to-release-0.20 [release-0.20] 🌱 Mention the SkipNameValidation option in the name validation error
Configuration menu - View commit details
-
Copy full SHA for 23975bc - Browse repository at this point
Copy the full SHA 23975bcView commit details -
Merge pull request #3173 from k8s-infra-cherrypick-robot/cherry-pick-…
…3167-to-release-0.20 [release-0.20] ✨ Controller: Retain the priority
Configuration menu - View commit details
-
Copy full SHA for 833f208 - Browse repository at this point
Copy the full SHA 833f208View commit details
Commits on Mar 23, 2025
-
add version.version to tools/setup-envtest to show installed version
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 4ae5f39 - Browse repository at this point
Copy the full SHA 4ae5f39View commit details -
Merge pull request #3175 from k8s-infra-cherrypick-robot/cherry-pick-…
…3166-to-release-0.20 [release-0.20] ✨Add RELEASE_TAG to tools/setup-envtest to show binary version with setup-envtest version
Configuration menu - View commit details
-
Copy full SHA for 3156ace - Browse repository at this point
Copy the full SHA 3156aceView commit details
Commits on Mar 24, 2025
-
🐛Implement priorityqueue as default on handlers if using priorityqueu…
…e interface (#3111) * implement priority queue for handlers Signed-off-by: Troy Connor <troy0820@users.noreply.github.com> * check object before placing in priorityqueue Signed-off-by: Troy Connor <troy0820@users.noreply.github.com> * implement priority queue Signed-off-by: Troy Connor <troy0820@users.noreply.github.com> --------- Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5355658 - Browse repository at this point
Copy the full SHA 5355658View commit details -
🌱 Handlers: Use low priority when object is unchanged and priority q
This change makes the `TypedFuncs` and `enqueueRequestsFromMapFunc` set a low priority when the object is unchanged by default, as well as extend the test coverage to validate this behavior for `EnqueueRequestForOwner`.
Configuration menu - View commit details
-
Copy full SHA for 29debb1 - Browse repository at this point
Copy the full SHA 29debb1View commit details -
🌱 Followups to default low priority in mappers
Addresses Stefans comments
Configuration menu - View commit details
-
Copy full SHA for 2af3164 - Browse repository at this point
Copy the full SHA 2af3164View commit details -
🌱 Remove redundant WithLowPriorityWhenUnchanged in builder
The handlers themselves already support this, so there is no need to also do it in the builder.
Configuration menu - View commit details
-
Copy full SHA for 2062f3a - Browse repository at this point
Copy the full SHA 2062f3aView commit details -
Fix godoc of TypedEventHandler
Signed-off-by: Stefan Büringer buringerst@vmware.com
Configuration menu - View commit details
-
Copy full SHA for c7d5d83 - Browse repository at this point
Copy the full SHA c7d5d83View commit details -
🌱 TypedRequestForOwner: Decrease priority when unchanged
We already did this for RequestForOwner, but not the typed variation, this change adds that.
Configuration menu - View commit details
-
Copy full SHA for 9951869 - Browse repository at this point
Copy the full SHA 9951869View commit details -
Merge pull request #3179 from alvaroaleman/lowpdefault
[release-0.20] 🌱 Handlers: Default to LowPriorityWhenUnchanged without a wrapper
Configuration menu - View commit details
-
Copy full SHA for 0f7927c - Browse repository at this point
Copy the full SHA 0f7927cView commit details
There are no files selected for viewing