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.15.0
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.15.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 8 contributors

Commits on May 24, 2023

  1. Fix logs in unstructured client

    Poor12 authored and k8s-infra-cherrypick-robot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c9cefc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2344 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2343-to-release-0.15
    
    [release-0.15] ✨Fix logs in unstructured client
    k8s-ci-robot authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1a82503 View commit details
    Browse the repository at this point in the history
  3. [release-0.15] 🐛 fix unspecified KindsFor version (#2347)

    * Fix unspecified KindsFor version
    
    * Dont allocate empty list
    
    Co-authored-by: Alvaro Aleman <[email protected]>
    
    * Test all four relevant interface methods, and do not assert count
    
    * Attempt to format correctly in web editor
    
    * Remove request count asserts
    
    * Remove non-version item asserts
    
    ---------
    
    Co-authored-by: Amund Tenstad <[email protected]>
    Co-authored-by: Alvaro Aleman <[email protected]>
    3 people authored May 24, 2023
    Configuration menu
    Copy the full SHA
    530dde0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. 🐛 fakeClient.Status().Update(...) cannot recognize resource version c…

    …onflicts
    
    The fake client of subresource is unable to correctly handle the case of
    resource version conflict when updating. The phenomenon is that it did
    not return a 409 status error.
    
    Signed-off-by: iiiceoo <[email protected]>
    iiiceoo authored and k8s-infra-cherrypick-robot committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    37c58ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2372 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2365-to-release-0.15
    
    [release-0.15] 🐛 fakeClient.Status().Update(...) cannot recognize resource version conflicts
    k8s-ci-robot authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    111c938 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. [release-0.15] 🐛 hasLabels and matchingLabels step on each other (#2373)

    * fix: hasLabels and matchingLabels step on each other
    
    * remove testcase with invalid input
    
    ---------
    
    Co-authored-by: Shanshan.Ying <[email protected]>
    k8s-infra-cherrypick-robot and shanshanying authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0e37217 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. 🐛 Fix Defaulting of the User Agent

    This broke when we added the HTTP client, because the user-agent gets
    set by a roundtripper that is constructed within `rest.HTTPClientFor`.
    As a result, we have to default it before we do that. Currently, it ends
    up being defaulted to `Go-http-client` which is not very useful.
    alvaroaleman committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3de9624 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2436 from alvaroaleman/fix-ua-3

    [release-0.15] 🐛 Fix Defaulting of the User Agent
    k8s-ci-robot authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    40203bf View commit details
    Browse the repository at this point in the history
Loading