Skip to content

Commit ff922f3

Browse files
authored
Merge pull request #352 from pohly/prow-update-master
master: update release-tools
2 parents 4e0d027 + db597ef commit ff922f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release-tools/SIDECAR_RELEASE_PROCESS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
8686
[external-provisioner example](https://github.com/kubernetes-csi/external-provisioner/releases/new)
8787
1. If release was a new major/minor version, create a new `release-<minor>`
8888
branch at that commit.
89+
1. Check [image build status](https://k8s-testgrid.appspot.com/sig-storage-image-build).
90+
1. Promote images from k8s-staging-sig-storage to k8s.gcr.io/sig-storage. From
91+
the [k8s image
92+
repo](https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage),
93+
run `./generate.sh > images.yaml`, and send a PR with the updated images.
94+
Once merged, the image promoter will copy the images from staging to prod.
8995
1. Update [kubernetes-csi/docs](https://github.com/kubernetes-csi/docs) sidecar
9096
and feature pages with the new released version.
9197
1. After all the sidecars have been released, update

release-tools/travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
depth: false
77
matrix:
88
include:
9-
- go: 1.13.3
9+
- go: 1.15
1010
before_script:
1111
- mkdir -p bin
1212
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep

0 commit comments

Comments
 (0)