8000 Comparing v0.22.1...v0.22.2 · kubernetes-sigs/controller-runtime · GitHub
[go: up one dir, main page]

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.22.1
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.22.2
Choose a head ref
  • 7 commits
  • 10 files changed
  • 8 contributors

Commits on Sep 10, 2025

  1. [release-0.22] 🐛Panic when trying to build more than one instance of …

    …fake.ClientBuilder (#3315)
    
    * panic when trying to build more than one instance of fake.ClientBuilder
    
    Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
    
    * pr feedback
    
    Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
    Co-authored-by: Troy Connor <troy0820@users.noreply.github.com>
    k8s-infra-cherrypick-robot and troy0820 authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    04c6a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Bump to k8s.io/* v0.34.1

    Signed-off-by: dongjiang <dongjiang1989@126.com>
    dongjiang1989 authored and k8s-infra-cherrypick-robot committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    f3b9e4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3317 from k8s-infra-cherrypick-robot/cherry-pick-…

    …3316-to-release-0.22
    
    [release-0.22] 🌱Bump to k8s.io/* v0.34.1
    k8s-ci-robot authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    7f146f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Don't block on Get when queue is shutdown (2nd try)

    Signed-off-by: Stefan Büringer buringerst@vmware.com
    sbueringer authored and k8s-infra-cherrypick-robot committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    d04f428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d368ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3338 from k8s-infra-cherrypick-robot/cherry-pick-…

    …3337-to-release-0.22
    
    [release-0.22] 🐛 Don't block on Get when queue is shutdown (2nd try)
    k8s-ci-robot authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    27d4b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. [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>
    4 people authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    7fb34b5 View commit details
    Browse the repository at this point in the history
Loading
0