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 go 1.22 #516

Merged
merged 7 commits into from
Jun 14, 2024
Merged

Bump go 1.22 #516

merged 7 commits into from
Jun 14, 2024

Commits on Jun 13, 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 and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4bc0520 View commit details
    Browse the repository at this point in the history
  2. 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 authored and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e5c0673 View commit details
    Browse the repository at this point in the history
  3. chore: generate

    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f authored and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    583b67b View commit details
    Browse the repository at this point in the history
  4. 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 authored and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63830d0 View commit details
    Browse the repository at this point in the history
  5. chore: remove unused code

    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f authored and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    010bfc2 View commit details
    Browse the repository at this point in the history
  6. ci: setup go after starting kind

    Also update kind version and kind-action version.
    
    Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
    jan--f authored and marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e661740 View commit details
    Browse the repository at this point in the history
  7. chore: minor fixes

    Signed-off-by: Mario Fernandez <mariofer@redhat.com>
    marioferh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a53939e View commit details
    Browse the repository at this point in the history