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

✨ Bump cluster-api dependency to v1.5.0-beta.1 #1970

Merged
merged 12 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. capi: bump go modules to v1.5.0-beta.1 and move kustomize out of hack…

    …/tools
    
    Compiling kustomize broke with bumping the go modules.
    Adopting the way upstream CAPI uses to build the kustomize binary instead.
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e394ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d2a60 View commit details
    Browse the repository at this point in the history
  3. controller-runtime: adopt webhook changes in apis/v1beta1

    Webhooks are now able to return warning errors.
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ce02109 View commit details
    Browse the repository at this point in the history
  4. controller-runtime: fix unit-tests to due to new behavior of fake client

    Fake client requires to have a finalizer set when a DeletionTimestamp is set on object creation.
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e19a60b View commit details
    Browse the repository at this point in the history
  5. controller-runtime: fix CRD detection in main.go

    The returned errors of controller-runtime did change so the detection did not work anymore.
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    19eec33 View commit details
    Browse the repository at this point in the history
  6. controller-runtime: use WithStatusSubresource when initializing fake-…

    …client for objects we update .status
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7f6624e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ce0bc4 View commit details
    Browse the repository at this point in the history
  8. math/rand: fix usage

    Beginning with Go 1.20 rand gets auto-seeded on startup.
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9a7811a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f09896 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cd15ee View commit details
    Browse the repository at this point in the history
  11. controllers: disable metrics endpoint on tests to prevent flaky resul…

    …ts due to bind address already in use
    chrischdi committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    40df0e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7805709 View commit details
    Browse the repository at this point in the history