Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE.md to match the current Makefile #116

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ v2.0.0

$ git tag -am "v2.0.1" v2.0.1

$ make container TAG=v2.0.1
$ make manifest-list
<...lots of output...>
container: gcr.io/k8s-staging-networking/ip-masq-agent-amd64:v2.0.1

$ gcloud docker -- push gcr.io/k8s-staging-networking/ip-masq-agent-amd64:v2.0.1
<...lots of output...>
v2.0.1: digest: sha256:504833aedf3f14379e73296240ed44d54aecd4c02367b004452dfeca2465e5bf size: 950
Digest: sha256:504833aedf3f14379e73296240ed44d54aecd4c02367b004452dfeca2465e5bf 1556

<Merge a PR that adds a line of the form
"sha256:504833aedf3f14379e73296240ed44d54aecd4c02367b004452dfeca2465e5bf": ["v2.0.1"]
Expand Down