Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.8] WINC-678: Upgrade to Operator SDK 1.15.0 #839

Merged
merged 7 commits into from Jan 12, 2022

Commits on Dec 1, 2021

  1. [build] update Makefile targets

    This commit removes CRD_OPTIONS as a Makefile target since the v1beta1 K8s APIs
    are no longer supported in Kubernetes 1.22+.
    
    (cherry picked from commit 13e84f8)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7698427 View commit details
    Browse the repository at this point in the history
  2. [config] Move leases to its own proxy-role rule

    This commmit bumps leases.coordination.k8s.io to its own proxy-role
    rule.
    
    (cherry picked from commit 15e2824)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e5129c7 View commit details
    Browse the repository at this point in the history
  3. [config] Add containerPort protocol

    This commit specifies the containerPort protocol field in manifest files.
    
    (cherry picked from commit 353cf52)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    99688a4 View commit details
    Browse the repository at this point in the history
  4. [deploy] Update bundle directory

    Ran 'make bundle' to reflect the config changes.
    Manually removed ':latest' in image to maintain
    CI compatibility.
    
    (cherry picked from commit d78647f)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    95ae59d View commit details
    Browse the repository at this point in the history
  5. [docs] Update docs for OSDK 1.15.0

    Update docs/HACKING.md
    
    (cherry picked from commit 7459a10)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    aade5ee View commit details
    Browse the repository at this point in the history
  6. [hack] Update OSDK bin location in common.sh

    This updates the OSDK bin location tag from 1.6.1 to latest 1.15.0 in
    common.sh to test OSDKs usage in our e2e tests.
    
    (cherry picked from commit c778241)
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8b1c1f7 View commit details
    Browse the repository at this point in the history
  7. [vendor] update sigs.k8s.io/controller-runtime

    Ran:
    go get sigs.k8s.io/controller-runtime
    
    Ran:
    go mod tidy && go mod vendor && go mod verify
    
    Ran:
    make manifests
    make build
    alinaryan committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    813d431 View commit details
    Browse the repository at this point in the history