diff --git a/cloudbuild-nightly.yaml b/cloudbuild-nightly.yaml index a5f9fd83108c..d7badb1487a8 100644 --- a/cloudbuild-nightly.yaml +++ b/cloudbuild-nightly.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220506-774f302a94' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled @@ -13,7 +13,7 @@ steps: - DOCKER_BUILDKIT=1 args: - release-staging-nightly - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220506-774f302a94' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' dir: 'test/infrastructure/docker' entrypoint: make env: diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 77457cf1b3d2..5c9d6b715419 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220506-774f302a94' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' entrypoint: make env: - DOCKER_CLI_EXPERIMENTAL=enabled @@ -13,7 +13,7 @@ steps: - DOCKER_BUILDKIT=1 args: - release-staging - - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220506-774f302a94' + - name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e' dir: 'test/infrastructure/docker' entrypoint: make env: diff --git a/docs/book/src/developer/providers/v1.1-to-v1.2.md b/docs/book/src/developer/providers/v1.1-to-v1.2.md index 493a5fa733b6..e638cef8c1b1 100644 --- a/docs/book/src/developer/providers/v1.1-to-v1.2.md +++ b/docs/book/src/developer/providers/v1.1-to-v1.2.md @@ -10,6 +10,8 @@ maintainers of providers and consumers of our Go API. ## Minimum Go version * The Go version used by Cluster API is now Go 1.18.x + * If you are using the gcb-docker-gcloud image in cloudbuild, bump to an image which is using + Go 1.18, e.g.: `gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20220609-2e4c91eb7e`. ## Dependencies