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.23.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.23.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 2, 2026

  1. [release-0.23] 🐛 Fix fake client's SSA status patch resource version …

    …check (#3446)
    
    * Add unit test to expose fake client bug
    
    Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com>
    
    * Simplify reproducer test
    
    * Fix accessor to match old rv for subresources as well
    
    Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com>
    
    * Also test that passing the wrong RV fails with expected error
    
    Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com>
    
    * Simplify and abbrevaite fix
    
    * Update pkg/client/fake/client_test.go
    
    Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
    
    * Update pkg/client/fake/client_test.go
    
    Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com>
    Co-authored-by: jose.vazquez <jose.vazquez@mongodb.com>
    Co-authored-by: Stefan Büringer <4662360+sbueringer@users.noreply.github.com>
    3 people authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    4dbfa5c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Reduce memory usage of default webhooks

    sbueringer authored and k8s-infra-cherrypick-robot committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    35093c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3467 from k8s-infra-cherrypick-robot/cherry-pick-…

    …3463-to-release-0.23
    
    [release-0.23] ✨ Reduce memory usage of default webhooks
    k8s-ci-robot authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    8122a62 View commit details
    Browse the repository at this point in the history
Loading