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.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.14.4
Choose a head ref
  • 8 commits
  • 25 files changed
  • 6 contributors

Commits on Jan 28, 2023

  1. Update golanci-lint script

    Signed-off-by: Vince Prignano <[email protected]>
    vincepri authored and k8s-infra-cherrypick-robot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b55cd2a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. ✨ Add additional SubResource* functions for FieldOwner (#2153)

    * Add additional SubResource* functions for FieldOwner
    
    This enhances #2072 to allow FieldOwner work with SubResources to set the
    FieldManager option.
    
    * Typos
    
    * Apply gofmt -s
    
    * Add tests for FieldOwner
    
    ---------
    
    Co-authored-by: David Schmitt <[email protected]>
    k8s-infra-cherrypick-robot and DavidS-ovm authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8ad99d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. 🌱 Bump kubebuilder-release-tools to v0.3.0

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

    …2151-to-release-0.14
    
    [release-0.14] 🐛 Update golanci-lint script
    k8s-ci-robot authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    849d99b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2154 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2126-to-release-0.14
    
    [release-0.14] 🌱 Bump kubebuilder-release-tools to v0.3.0
    k8s-ci-robot authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b718c5d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. [0.14] Deprecate component configuration package

    This provides an early warning for users on 0.14 that the pkg/config
    types are going to be removed in a future release and they should
    migrate off.
    
    Signed-off-by: Vince Prignano <[email protected]>
    vincepri committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    63e5fef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2165 from vincepri/deprecate-component-config

    🌱 [0.14] Deprecate component configuration package
    k8s-ci-robot authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5055a52 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. ✨ Provide a truly lazy restmapper (#2179)

    * Provide a truly lazy restmapper
    
    This commit adds a rest mapper that will lazily query the provided
    client for discovery information to do REST mappings.
    
    * Use DynamicRESTMapperOption to enable Lazy Restmapper
    
    Instead of creating the instance of the mapper directly, we will use
    WithExperimentalLazyMapper option for Dynamic Restmapper.
    
    * Update tests for 0.14
    
    ---------
    
    Co-authored-by: Mike Fedosin <[email protected]>
    Co-authored-by: Alvaro Aleman <[email protected]>
    3 people authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b9940ed View commit details
    Browse the repository at this point in the history
Loading