From 2c92224bade958cfd2c2b36d5b3d6af73803fa98 Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Sat, 24 Sep 2022 00:33:35 +0200 Subject: [PATCH] :sparkles: update kubebuilder kubernetes version --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- build/.goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index dd0ea9790e..e038569302 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -75,7 +75,7 @@ body: Does it require a particular Kubernetes version? - Is there currently another isssue associated with this (use github syntax + Is there currently another issue associated with this (use github syntax like `#xyz` to link to it)? validations: {required: true} diff --git a/build/.goreleaser.yml b/build/.goreleaser.yml index e08fa0806a..881dab0aa5 100644 --- a/build/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -44,7 +44,7 @@ builds: - darwin_amd64 - darwin_arm64 env: - - KUBERNETES_VERSION=1.24.1 + - KUBERNETES_VERSION=1.25.0 - CGO_ENABLED=0 # Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.