You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If full release, review and remove all instances of the feature shortcode
If full release, update to the new release branch 0.8.0+0.1.
If full release, update site with the new release version (release-version in config.toml) to 0.8.0+0.1
If full release, update documentation with updated example images tags
Copy the draft release content into a new /site/content/en/blog/releases content (this will be what you send via email).
Create PR with these changes, and merge them with approval
Confirm local git remote upstream points at [email protected]:GoogleCloudPlatform/agones.git
Run git remote update && git checkout master && git reset --hard upstream/master to ensure your code is in line with upstream (unless this is a hotfix, then do the same, but for the the release branch)
Run make do-release. (if release candidate: make do-release RELEASE_VERSION=0.8.0-rc) to create and push the docker images and helm chart.
Do a helm repo add agones https://agones.dev/chart/stable and verify that the new version is available via the command helm search agones/
Do a helm install and a smoke test to confirm everything is working.
Attach all assets found in the release folder to the release.
Submit the Release.
Send an email to the mailing list with the release details (copy-paste the release blog post)
If full release, then increment the base_version in build/Makefile
Ensure the helm tag value is set to the next version (should be the 0.8.0+0.1 if a full release, 0.8.0+0.1-rc if release candidate)
Ensure the helm Chart version values is set to the next version (should be the 0.8.0+0.1 if a full release, 0.8.0 if release candidate)
Run make gen-install
Create PR with these changes, and merge them with approval
Close this issue.
If full release, close the current milestone. Congratulations! - the release is now complete! 🎉 👏 😄 👍
The text was updated successfully, but these errors were encountered:
Release 0.8.0-rc
make gen-changelog
to generate the CHANGELOG.md (if release candidatemake gen-changelog RELEASE_VERSION=0.8.0-rc
)tag
value is correct (should be the 0.8.0 if a full release, 0.8.0-rc if release candidate)Chart
version values are correct (should be the 0.8.0 if a full release, 0.8.0-rc if release candidate)make gen-install
tag
with the release version.feature
shortcoderelease-version
in config.toml) to 0.8.0+0.1/site/content/en/blog/releases
content (this will be what you send via email).upstream
points at[email protected]:GoogleCloudPlatform/agones.git
git remote update && git checkout master && git reset --hard upstream/master
to ensure your code is in line with upstream (unless this is a hotfix, then do the same, but for the the release branch)make do-release
. (if release candidate:make do-release RELEASE_VERSION=0.8.0-rc
) to create and push the docker images and helm chart.helm repo add agones https://agones.dev/chart/stable
and verify that the new version is available via the commandhelm search agones/
helm install
and a smoke test to confirm everything is working.release
folder to the release.base_version
inbuild/Makefile
tag
value is set to the next version (should be the 0.8.0+0.1 if a full release, 0.8.0+0.1-rc if release candidate)Chart
version values is set to the next version (should be the 0.8.0+0.1 if a full release, 0.8.0 if release candidate)make gen-install
The text was updated successfully, but these errors were encountered: