Skip to content

Commit 9348280

Browse files
committed
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
1 parent 0e6f375 commit 9348280

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SIDECAR_RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
102102
1. If release was a new major/minor version, create a new `release-<minor>`
103103
branch at that commit.
104104
1. Check [image build status](https://k8s-testgrid.appspot.com/sig-storage-image-build).
105-
1. Promote images from k8s-staging-sig-storage to k8s.gcr.io/sig-storage. From
105+
1. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From
106106
the [k8s image
107107
repo](https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage),
108108
run `./generate.sh > images.yaml`, and send a PR with the updated images.

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See https://github.com/kubernetes/test-infra/blob/HEAD/config/jobs/image-pushing/README.md
1414
# for more details on image pushing process in Kubernetes.
1515
#
16-
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/k8s.gcr.io/images/k8s-staging-sig-storage.
16+
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage.
1717

1818
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
1919
# Building three images in external-snapshotter takes more than an hour.

contrib/get_supported_version_csi-sidecar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def check_gh_command():
3232

3333
def duration_ago(dt):
3434
"""
35-
Humanize duration ouputs
35+
Humanize duration outputs
3636
"""
3737
delta = relativedelta(datetime.datetime.now(), dt)
3838
if delta.years > 0:
@@ -98,7 +98,7 @@ def end_of_life_grouped_versions(versions):
9898

9999
def get_release_docker_image(repo, version):
100100
"""
101-
Extract docker image name from the relase page documentation
101+
Extract docker image name from the release page documentation
102102
"""
103103
output = subprocess.check_output(['gh', 'release', '-R', repo, 'view', version], text=True)
104104
#Extract matching image name excluding `

0 commit comments

Comments
 (0)