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

Automate zbchaos release #429

Merged
merged 14 commits into from
Nov 2, 2023
Merged

Automate zbchaos release #429

merged 14 commits into from
Nov 2, 2023

Conversation

ChrisKujawa
Copy link
Member

Release is now fully automated, you can either run the ./release script under go-chaos/ or use the corresponding github action.

The release script contains:

  1. determining the release version
  2. building the artifacts
  3. creating a github release
  4. building and pushing docker images
  5. deploying the resources to gke

@ChrisKujawa ChrisKujawa requested a review from npepinpe October 29, 2023 11:17
lastRelease=$(git tag | sort -Vr | head -n1)

echo "Last release was: $lastRelease"
read -p "Please type a new release here: " newRelease
Copy link
Member

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?

Copy link
Member Author

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 😆

Copy link
Member Author

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

@ChrisKujawa ChrisKujawa merged commit 65c1157 into main Nov 2, 2023
1 check passed
@ChrisKujawa ChrisKujawa deleted the ck-release-script branch November 2, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants