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

Commits on Sep 26, 2023

  1. update dependency go-restful to 3.11.0

    Signed-off-by: Troy Connor <[email protected]>
    troy0820 authored and k8s-infra-cherrypick-robot committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    73f22e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2516 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2507-to-release-0.16
    
    [release-0.16] 🐛Update dependency go-restful to 3.11.0
    k8s-ci-robot authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    da31104 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. [release-0.16] 🐛 Correctly identify if patch call was made on status (#…

    …2515)
    
    * correctly identify if patch was done in status
    
    * Add test
    
    ---------
    
    Co-authored-by: Sonu Kumar Singh <[email protected]>
    k8s-infra-cherrypick-robot and acumino authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2d6b699 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. 🐛 Handle unstructured status update with fake client (#2495)

    * Handle unstructured status update with fake client
    
    In order to prevent unintentional mutations outside of the status during
    a status update, the non-status fields are copied back onto the passed
    object.
    
    This operation now gracefully handles both unstructured and typed
    objects. Previously, it would panic if an unstructured object was passed
    for a GVK known to the scheme, as internally the object within the
    tracker is converted to the typed equivalent. The two types cannot
    be directly assigned to each other and instead must be copied.
    
    Signed-off-by: Scott Andrews <[email protected]>
    
    * Review feedback
    
    Using typed objects for the initial and actual object content assertion.
    Unstructured objects are only used for the update.
    
    Signed-off-by: Scott Andrews <[email protected]>
    
    ---------
    
    Signed-off-by: Scott Andrews <[email protected]>
    scothis authored and troy0820 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f7b7450 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2523 from troy0820/troy0820/cherry-pick-to-releas…

    …e-0.16
    
    [release-0.16] 🐛 Handle unstructured status update with fake client
    k8s-ci-robot authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8361246 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. sparkles: Cache: Allow defining options that apply to all namespaces …

    …that themselves have no explicit config
    
    This change allows to define a cache selector config that applies to all
    namespaces that themselves do not have an explicit config. An example
    would be "Cache all namespaces without selector, except for namespace
    foo, there use labelSelector bar=baz".
    
    More as a side effect than intentionally, this also makes it valid to use
    the empty string as a key in the `Namespaces` and `byObject.Namespaces`
    config of the cache. This is very useful to for example have a
    `namespace` CLI flag that might be empty.
    
    This change is the last missing bit to finish the implementation of the
    [cache options design doc](./designs/cache_options.md).
    alvaroaleman authored and k8s-infra-cherrypick-robot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b9c691d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2539 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2528-to-release-0.16
    
    [release-0.16] ✨ Cache: Allow defining options that apply to all namespaces that themselves have no explicit config
    k8s-ci-robot authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8b5b1a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. 🐛 bump golang.org/x/net to v0.17.0

    Signed-off-by: Joe Lanford <[email protected]>
    joelanford committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5201923 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2541 from joelanford/0.16-golang-x-net

    🐛 [release-0.16] bump golang.org/x/net to v0.17.0
    k8s-ci-robot authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7c1e2d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. [fix]: Bump k8s to 1.28.3

    Bumps k8s depedencies to use 0.28.3 patch release as it
    contains fixes for http2 rapid reset CVE
    
    Signed-off-by: Varsha Prasad Narsing <[email protected]>
    varshaprasad96 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5572514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2552 from varshaprasad96/bump/k8s-1.28.3

    [release-0.16] 🌱 Bump k8s to 1.28.3
    k8s-ci-robot authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5f8d96b View commit details
    Browse the repository at this point in the history
Loading