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.9.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.9.1
Choose a head ref
  • 13 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 7, 2021

  1. Initial commit for finalizer helper library

    Signed-off-by: rashmigottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0a3b455 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c6fecbb View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9f61089 View commit details
    Browse the repository at this point in the history
  4. Add needsUpdate and err fields on mockFinalizer struct for customizat…

    …ions
    
    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b269322 View commit details
    Browse the repository at this point in the history
  5. Address review feedback #2

    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ac093b0 View commit details
    Browse the repository at this point in the history
  6. Split needsUpdate into two separate variables and update unit tests

    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    60ab6fd View commit details
    Browse the repository at this point in the history
  7. Address review feedback #3

    Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
    rashmigottipati committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5eb033d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Merge pull request #1481 from rashmigottipati/finalizer-library

    ✨Finalizer helper library
    k8s-ci-robot authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    750cf33 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. ✨ Allow TLS minimum version to be configured (#1548)

    * Allow TLS minimum version to be configured
    
    Some environments have automated security scans that trigger
    on TLS versions or insecure cipher suites. Setting TLS to 1.3
    would solve both problems (setting to 1.2 only solves the former
    as the default 1.2 cipher suites are insecure).
    
    Default TLS minimum version of 1.0 remains.
    
    * Add error handling to tls version conversion
    willthames authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fbf50b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    bf19298 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge pull request #1555 from DirectXMan12/infra/maintainer-emeritus-…

    …main
    
    🌱 Move directxman12 to approvers-emeritus
    k8s-ci-robot authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    719e576 View commit details
    Browse the repository at this point in the history
  2. 🌱 Update dependencies to Kubernetes v1.21.2

    Signed-off-by: Vince Prignano <vincepri@vmware.com>
    vincepri committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0ba05d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1561 from vincepri/update-deps-1212

    🌱 Update dependencies to Kubernetes v1.21.2
    k8s-ci-robot authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    484f82a View commit details
    Browse the repository at this point in the history
Loading