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.14.4
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.14.5
Choose a head ref
  • 10 commits
  • 21 files changed
  • 5 contributors

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    5d27848 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2190 from kubernetes-sigs/revert-2165-deprecate-c…

    …omponent-config
    
    🌱 [0.14] Revert deprecation component configuration package
    k8s-ci-robot authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a9d6107 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Allow to set GracefulShutdownTimeout to -1, disabling timeouts

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri authored and k8s-infra-cherrypick-robot committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d4a8a96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2198 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2169-to-release-0.14
    
    [release-0.14] 🐛 Allow to set GracefulShutdownTimeout to -1, disabling timeouts
    k8s-ci-robot authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7a19e15 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. GVKForObject should handle multiple GVKs in Scheme gracefully

    - If the user sets the GVK, make sure that's in the list of the GVK
      returned from the Scheme.
    - Always print out the multiple GVKs when erroring out
    - Add more comments on where to find more information about this issue
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri authored and k8s-infra-cherrypick-robot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1e00eec View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

    …2192-to-release-0.14
    
    [release-0.14] 🌱 GVKForObject should handle multiple GVKs in Scheme gracefully
    k8s-ci-robot authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b6fc422 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Add rest client request duration and size metrics

    Signed-off-by: Stefan Büringer [email protected]
    sbueringer authored and k8s-infra-cherrypick-robot committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    96165fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2218 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2217-to-release-0.14
    
    [release-0.14] ✨ Add rest client request duration and size metrics
    k8s-ci-robot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0b49f2e View commit details
    Browse the repository at this point in the history
  3. Allow lazy restmapper to work with CRDs created in runtime

    Now lazy restmapper fetches all API resources once at start and then
    caches them. It prevents it from discovery of new CRDs created after
    the controller has started.
    This commit allows lazy restmapper to work with such CRDs.
    Fedosin authored and sbueringer committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    66fe1a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2219 from sbueringer/pr-cherry-lazy-restmapper-fix

    [release-0.14] 🐛 Allow lazy restmapper to work with CRDs created at runtime
    k8s-ci-robot authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ffb74e5 View commit details
    Browse the repository at this point in the history
Loading