-
Notifications
You must be signed in to change notification settings - Fork 2
Release 1.6.1-gcm.0 #71
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
Conversation
Signed-off-by: Maël Valais <mael@vls.dev>
Commands run: # From the jetstack-secure-gcm repo. cd chart/jetstack-secure-gcm/charts/ rm -rf cert-manager helm pull jetstack/cert-manager --version 1.6.0 --untar find cert-manager -type f -print0 | xargs -0 perl -i~ -pe 's/app\.kubernetes\.io\/name:(.*\")[a-z-._]+\.name(\".*)/app.kubernetes.io\/name:$1cert-manager.name$2/g' find cert-manager -type f -print0 | xargs -0 perl -i~ -nle 'print if !/^ *app:/' and then, do: git add -p and make sure not to remove any ubbagent-specific stuff. Signed-off-by: Maël Valais <mael@vls.dev>
This change is required due to the following error: Error: container has runAsNonRoot and image will run as root (pod: "cert-manager-apptest-1234, container: ubbagent) Signed-off-by: Maël Valais <mael@vls.dev>
…ests Signed-off-by: Maël Valais <mael@vls.dev>
|
1.4.4-gcm.0, 1.5.4-gcm.1 and 1.6.1-gcm.0 have been accepted! @wallrj Would you like to review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in reviewing this.
There are some 1.6.0 references still in here,
and the "Draft release" link in the PR description no longer works for me.
178f2b9 to
0ed6462
Compare
|
I changed the references from 1.6.0 to 1.6.1. Since this branch was never merged into master, I don't think anyone has ever tried to use the Helm chart for 1.6.1-gcm.0, so I expect no breakage. We are good to go. |
Signed-off-by: Maël Valais <mael@vls.dev>
I changed all the references to 'sed -i~' (which was due to the need for compatibility between BSD sed on macOS and GNU sed on Linux) to perl, which is identical on both platforms. Signed-off-by: Maël Valais <mael@vls.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates @maelvls
/lgtm
I did not release 1.6.0-gcm.0 since 1.6.1 was released the same day I did the GCM update. So I went directly to 1.6.1.
https://github.com/jetstack/jetstack-secure-gcm/releases/tag/untagged-46cf5afbfd97cce01433