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

Update Tools and API Versions #56

Merged
merged 6 commits into from
Jul 3, 2023

Commits on Jun 29, 2023

  1. Update tools versions

    There are newer versions & reorganize the tool order as their targets order
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1348b0b View commit details
    Browse the repository at this point in the history
  2. Add write/delete permissions for envtest target

    There was no write permission, thus go-install-tool couldn't remove the old directory
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5b05d33 View commit details
    Browse the repository at this point in the history
  3. Update Kubernetes and OpenShift pacakages

    Use Kubernetes v1.27, and OCP v4.14 (go get -u github.com/openshift/[email protected])
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    749355c View commit details
    Browse the repository at this point in the history
  4. Use OCP client-go for fetching machine client

    github.com/openshift/machine-api-operator pacakge was outdated, thus we use the OCP client-go package
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0565d41 View commit details
    Browse the repository at this point in the history
  5. Run make go-verify

    Add missing and remove unused modules, make vendored copy of dependencies, and verify dependencies have expected content
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    49a35cc View commit details
    Browse the repository at this point in the history
  6. Apply controller-gen and Operator-sdk changes

    Update /bundle directory
    razo7 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a745ec7 View commit details
    Browse the repository at this point in the history