Skip to content

Commit 3e43e9a

Browse files
committed
add RELEASING.md
1 parent 8ff015f commit 3e43e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Releasing a new gcp-auth-webhook image
2+
Bump the `VERSION` variable in the Makefile and open a PR to update it. Make sure `KO_VERSION` is the latest version according to its [github repo](https://github.com/google/ko/releases).
3+
Once merged, create a tag with the same name as the new version, then create a releasein the github UI. Once the release is created, run `make image`. This will use `ko` to create the new multiarch image and push it to `$REGISTRY/gcp-auth-webhook` according to the REGISTRY variable in the Makefile.

0 commit comments

Comments
 (0)