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 to go v1.22 #483

Closed
wants to merge 6 commits into from
Closed

bump to go v1.22 #483

wants to merge 6 commits into from

Commits on May 14, 2024

  1. build(deps): bump k8s.io/apiextensions-apiserver from 0.29.3 to 0.30.0

    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.29.3 to 0.30.0.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.29.3...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    60bddba View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. build: require go v1.22

    This fixes our current ci issues. Seems like some dependencies have
    updated to go1.22 and operator-sdk generate is not backwards compatible.
    kubernetes-sigs/controller-runtime#2720 has
    some details.
    
    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f committed May 16, 2024
    Configuration menu
    Copy the full SHA
    aca5719 View commit details
    Browse the repository at this point in the history
  2. chore: generate

    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cfe9fb4 View commit details
    Browse the repository at this point in the history
  3. chore: update controller-runtime to 0.18.2

    With the go1.22 update and controller-runtime 0.17.x the project doesn't
    build.
    
    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f889c57 View commit details
    Browse the repository at this point in the history
  4. chore: remove unused code

    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d8b00b9 View commit details
    Browse the repository at this point in the history
  5. ci: setup go after starting kind

    Also update kind version and kind-action version.
    
    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f committed May 16, 2024
    Configuration menu
    Copy the full SHA
    686f120 View commit details
    Browse the repository at this point in the history