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

Hotfix 0.8.1 #652

Closed
33 tasks done
markmandel opened this issue Mar 14, 2019 · 0 comments
Closed
33 tasks done

Hotfix 0.8.1 #652

markmandel opened this issue Mar 14, 2019 · 0 comments
Labels
kind/release Checklist for a release
Milestone

Comments

@markmandel
Copy link
Member

markmandel commented Mar 14, 2019

  • Review closed issues have appropriate tags.
  • Review closed issues have been applied to the current milestone.
  • Review closed PRs have appropriate tags.
  • Review closed PRs have been applied to the current milestone.
  • git checkout hotfix-0.8.1 && git pull --rebase upstream hotfix-0.8.1
  • Run make gen-changelog to generate the CHANGELOG.md (if release candidate make gen-changelog RELEASE_VERSION=0.8.1-rc)
  • Ensure the helm tag value is correct (should be the 0.8.1 if a full release, 0.8.1-rc if release candidate)
  • Ensure the helm Chart version values are correct (should be the 0.8.1 if a full release, 0.8.1-rc if release candidate)
  • Run make gen-install
  • Ensure all example images exist on gcr.io/agones-images-
  • Create a draft release with the release template
    • Make a tag with the release version.
  • Site updated
    • Review all link_test and data-proofer-ignore attributes and remove for link testing
    • If full release, review and remove all instances of the feature shortcode
    • If full release, update to the new release branch 0.8.1+1.
    • If full release, update site with the new release version (release-version in config.toml) to 0.8.1+1
    • If full release, update documentation with updated example images tags
    • If full release, add link to previous version's documentation to nav dropdown
    • 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 git@github.com:GoogleCloudPlatform/agones.git
  • Run git remote update && git checkout hotfix-0.8.1 && git reset --hard upstream/hotfix-0.8.1 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.1-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)
  • Run make gen-install
  • Create PR with this hotfix, and merge them with approval
  • Close this issue.
  • Close the current milestone. Congratulations! - the release is now complete! 🎉 👏 😄 👍
@markmandel markmandel added the kind/release Checklist for a release label Mar 14, 2019
@markmandel markmandel added this to the 0.8.1 milestone Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/release Checklist for a release
Projects
None yet
Development

No branches or pull requests

1 participant