-
Notifications
You must be signed in to change notification settings - Fork 4
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
Automate zbchaos release #429
Conversation
In order to deploy resources to gke and push images to gcr.io we have set up workload federation
go-chaos/release.sh
Outdated
lastRelease=$(git tag | sort -Vr | head -n1) | ||
|
||
echo "Last release was: $lastRelease" | ||
read -p "Please type a new release here: " newRelease |
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.
❌ This won't work when run from GH actions. Maybe allow providing newRelease
as an environment variable?
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 good catch, totally forgot about this 😆
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 checking @oleschoenburg should be fixed
Release is now fully automated, you can either run the
./release
script undergo-chaos/
or use the corresponding github action.The release script contains: