From 9348280b7a56309aff9f46237ad4324254b7cef2 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 4 Aug 2023 08:50:23 +0530 Subject: [PATCH] Squashed 'release-tools/' changes from 63473cc96..670bb0ef1 670bb0ef1 Merge pull request #229 from marosset/fix-codespell-errors 35d5e783c Merge pull request #219 from yashsingh74/update-registry 2b8b80ead fixing some codespell errors 901bcb5a9 Update registry k8s.gcr.io -> registry.k8s.io git-subtree-dir: release-tools git-subtree-split: 670bb0ef135a53be44643cc34440eff22ad3ac8c --- SIDECAR_RELEASE_PROCESS.md | 2 +- cloudbuild.yaml | 2 +- contrib/get_supported_version_csi-sidecar.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SIDECAR_RELEASE_PROCESS.md b/SIDECAR_RELEASE_PROCESS.md index d1cc80b8d1..0e3d516a5e 100644 --- a/SIDECAR_RELEASE_PROCESS.md +++ b/SIDECAR_RELEASE_PROCESS.md @@ -102,7 +102,7 @@ naming convention `-on-`. 1. If release was a new major/minor version, create a new `release-` branch at that commit. 1. Check [image build status](https://k8s-testgrid.appspot.com/sig-storage-image-build). -1. Promote images from k8s-staging-sig-storage to k8s.gcr.io/sig-storage. From +1. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From the [k8s image repo](https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage), run `./generate.sh > images.yaml`, and send a PR with the updated images. diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 4cd4ce933b..99044b8186 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -13,7 +13,7 @@ # See https://github.com/kubernetes/test-infra/blob/HEAD/config/jobs/image-pushing/README.md # for more details on image pushing process in Kubernetes. # -# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/k8s.gcr.io/images/k8s-staging-sig-storage. +# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage. # This must be specified in seconds. If omitted, defaults to 600s (10 mins). # Building three images in external-snapshotter takes more than an hour. diff --git a/contrib/get_supported_version_csi-sidecar.py b/contrib/get_supported_version_csi-sidecar.py index b5380ab92a..30bbcf24b3 100644 --- a/contrib/get_supported_version_csi-sidecar.py +++ b/contrib/get_supported_version_csi-sidecar.py @@ -32,7 +32,7 @@ def check_gh_command(): def duration_ago(dt): """ - Humanize duration ouputs + Humanize duration outputs """ delta = relativedelta(datetime.datetime.now(), dt) if delta.years > 0: @@ -98,7 +98,7 @@ def end_of_life_grouped_versions(versions): def get_release_docker_image(repo, version): """ - Extract docker image name from the relase page documentation + Extract docker image name from the release page documentation """ output = subprocess.check_output(['gh', 'release', '-R', repo, 'view', version], text=True) #Extract matching image name excluding `