|
1 | 1 | # UPDATE_HERE |
2 | | -# !!!!!!! NOTE: GOEXPERIMENT=nocoverageredesign is temp until 1.23.x |
3 | | -GO := GOEXPERIMENT=nocoverageredesign GOPROXY=https://proxy.golang.org go |
4 | | -SOPS_SEC_OPERATOR_VERSION := 0.16.0 |
| 2 | +GO := GOPROXY=https://proxy.golang.org go |
| 3 | +SOPS_SEC_OPERATOR_VERSION := 0.17.0 |
5 | 4 |
|
6 | 5 | # https://github.com/kubernetes-sigs/controller-tools/releases |
7 | | -CONTROLLER_GEN_VERSION := "v0.18.0" |
| 6 | +CONTROLLER_GEN_VERSION := "v0.19.0" |
8 | 7 | # https://github.com/kubernetes-sigs/controller-runtime/releases |
9 | | -CONTROLLER_RUNTIME_VERSION := "v0.20.4" |
| 8 | +CONTROLLER_RUNTIME_VERSION := "v0.22.0" |
10 | 9 | # https://github.com/kubernetes-sigs/kustomize/releases |
11 | | -KUSTOMIZE_VERSION := "v5.6.0" |
| 10 | +KUSTOMIZE_VERSION := "v5.7.1" |
12 | 11 | # use `setup-envtest list` to obtain the list of available versions |
13 | 12 | # until fixed, can't use newer version, see: |
14 | 13 | # https://github.com/kubernetes-sigs/controller-runtime/issues/1571 |
15 | 14 | # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. |
16 | | -# https://storage.googleapis.com/kubebuilder-tools |
17 | | -ENVTEST_K8S_VERSION := "1.30.2" |
| 15 | +# https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml |
| 16 | +ENVTEST_K8S_VERSION := "1.34.0" |
18 | 17 |
|
19 | 18 | # Use existing cluster instead of starting processes |
20 | 19 | USE_EXISTING_CLUSTER ?= true |
|
0 commit comments