Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Feb 10, 2024

  1. bug: Fakeclient: Do not consider an apply patch to be a strategic mer…

    …ge patch
    
    The fakeclient currently considers an apply patch to be a strategic
    merge patch. This is completely wrong, those are different things and
    apply patches are not supported in the fakeclientl, because in order to
    support them it would need the entire SSA logic which isn't implemented
    in upstream yet.
    alvaroaleman authored and k8s-infra-cherrypick-robot committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    984aee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

    …2679-to-release-0.17
    
    [release-0.17] ⚠ 🐛 Fakeclient: Do not consider an apply patch to be a strategic merge patch
    k8s-ci-robot authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    59c26c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix lazy rest mapper cache invalidation

    When a group version is not found, if the group version is cached in
    apiGroups but not cached in knownGroups, the cache is not invalidated.
    Moreover and even worse, in that scenario an error is returned.
    g-gaston authored and k8s-infra-cherrypick-robot committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    565aa5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2688 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2687-to-release-0.17
    
    [release-0.17] 🐛 Fix lazy rest mapper cache invalidation
    k8s-ci-robot authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d0396a3 View commit details
    Browse the repository at this point in the history
Loading