Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/controller-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.3
Choose a base ref
...
head repository: kubernetes-sigs/controller-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.4
Choose a head ref
  • 15 commits
  • 19 files changed
  • 4 contributors

Commits on Mar 15, 2025

  1. 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.
    alvaroaleman authored and k8s-infra-cherrypick-robot committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    dfd1239 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Merge pull request #3159 from k8s-infra-cherrypick-robot/cherry-pick-…

    …3151-to-release-0.20
    
    [release-0.20] 🐛 Restmapper: Respect preferred version
    k8s-ci-robot authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    50ae490 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Mention the SkipNameValidation option in the name validation error

    Signed-off-by: Stefan Büringer buringerst@vmware.com
    sbueringer authored and k8s-infra-cherrypick-robot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e813e08 View commit details
    Browse the repository at this point in the history
  2. 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.
    alvaroaleman authored and k8s-infra-cherrypick-robot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    2510686 View commit details
    Browse the repository at this point in the history
  3. 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
    k8s-ci-robot authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    23975bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3173 from k8s-infra-cherrypick-robot/cherry-pick-…

    …3167-to-release-0.20
    
    [release-0.20] ✨ Controller: Retain the priority
    k8s-ci-robot authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    833f208 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. add version.version to tools/setup-envtest to show installed version

    Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
    troy0820 authored and k8s-infra-cherrypick-robot committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    4ae5f39 View commit details
    Browse the repository at this point in the history
  2. 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
    k8s-ci-robot authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    3156ace View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. 🐛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>
    troy0820 authored and alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    5355658 View commit details
    Browse the repository at this point in the history
  2. 🌱 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`.
    alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    29debb1 View commit details
    Browse the repository at this point in the history
  3. 🌱 Followups to default low priority in mappers

    Addresses Stefans comments
    alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    2af3164 View commit details
    Browse the repository at this point in the history
  4. 🌱 Remove redundant WithLowPriorityWhenUnchanged in builder

    The handlers themselves already support this, so there is no need to
    also do it in the builder.
    alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    2062f3a View commit details
    Browse the repository at this point in the history
  5. Fix godoc of TypedEventHandler

    Signed-off-by: Stefan Büringer buringerst@vmware.com
    sbueringer authored and alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    c7d5d83 View commit details
    Browse the repository at this point in the history
  6. 🌱 TypedRequestForOwner: Decrease priority when unchanged

    We already did this for RequestForOwner, but not the typed variation,
    this change adds that.
    alvaroaleman committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    9951869 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3179 from alvaroaleman/lowpdefault

    [release-0.20] 🌱 Handlers: Default to LowPriorityWhenUnchanged without a wrapper
    k8s-ci-robot authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    0f7927c View commit details
    Browse the repository at this point in the history
Loading