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
Copy the draft release content into a new /site/content/en/blog/releases content (this will be what you send via email).
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, add a link to previous version's documentation to nav dropdown.
config.toml updates:
If full release, update release_branch to the new release branch for 1.12.0.
If full release, update release-version with the new release version 1.12.0.
If full release, copy dev_supported_k8s to supported_k8s.
If full release, copy dev_aks_minor_supported_k8s to aks_minor_supported_k8s.
If full release, copy dev_minikube_minor_supported_k8s to minikube_minor_supported_k8s.
If full release, update documentation with updated example images tags.
Create PR with these changes, and merge them with an approval.
Confirm local git remote upstream points at git@github.com:googleforgames/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 release branch)
Publish SDK packages
Run make sdk-shell-node to get interactive shell to publish node package. Requires Google internal process
to publish.
Run make sdk-publish-csharp to deploy to NuGet. Requires login credentials. (if release candidate: make sdk-publish-csharp RELEASE_VERSION=1.12.0-rc).
Will need NuGet API Key from Agones account.
Run make do-release. (if release candidate: make do-release RELEASE_VERSION=1.12.0-rc) to create and push the docker images and helm chart.
Do a helm repo add agones https://agones.dev/chart/stable / help repo update and verify that the new
version is available via the command helm search repo agones --versions --devel.
Do a helm install --namespace=agones-system agones agones/agones
(helm install --namespace=agones-system agones agones/agones --version=1.12.0-rc if release candidate) 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)
Paste the announcement blog post to the #users Slack group.
feature-freeze-do-not-merge
to any feature pull requests.git checkout master && git pull --rebase upstream master
make site-deploy SERVICE=1.12.0-1
, (replace . with -)make gen-changelog
to generate the CHANGELOG.md (if release candidatemake gen-changelog RELEASE_VERSION=1.12.0-rc
)tag
value is correct (should be 1.12.0 if a full release, 1.12.0-rc if release candidate)Chart
version values are correct (should be 1.12.0 if a full release, 1.12.0-rc if release candidate)sdks/nodejs/package.json
version is correct (should be 1.12.0 if a full release, 1.12.0-rc if release candidate)sdks/csharp/AgonesSDK.nuspec
andsdks/csharp/csharp-sdk.csproj
versionsare correct (should be 1.12.0 if a full release, 1.12.0-rc if release candidate)
make gen-install
make test-examples-on-gcr
to ensure all example images exist on gcr.io/agones-images-tag
with the release version./site/content/en/blog/releases
content (this will be what you send via email).link_test
anddata-proofer-ignore
attributes and remove for link testingfeature
shortcoderelease_branch
to the new release branch for 1.12.0.release-version
with the new release version 1.12.0.dev_supported_k8s
tosupported_k8s
.dev_aks_minor_supported_k8s
toaks_minor_supported_k8s
.dev_minikube_minor_supported_k8s
tominikube_minor_supported_k8s
.upstream
points atgit@github.com:googleforgames/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 release branch)make sdk-shell-node
to get interactive shell to publish node package. Requires Google internal processto publish.
make sdk-publish-csharp
to deploy to NuGet. Requires login credentials. (if release candidate:make sdk-publish-csharp RELEASE_VERSION=1.12.0-rc
).Will need NuGet API Key from Agones account.
make do-release
. (if release candidate:make do-release RELEASE_VERSION=1.12.0-rc
) to create and push the docker images and helm chart.helm repo add agones https://agones.dev/chart/stable
/help repo update
and verify that the newversion is available via the command
helm search repo agones --versions --devel
.helm install --namespace=agones-system agones agones/agones
(
helm install --namespace=agones-system agones agones/agones --version=1.12.0-rc
if release candidate) and a smoketest to confirm everything is working.
release
folder to the release.base_version
inbuild/Makefile
tag
value is set to 1.12.0+1-devChart
version values is to 1.12.0+1-devsdks/nodejs/package.json
to 1.12.0+1-devsdks/csharp/AgonesSDK.nuspec
andsdks/csharp/csharp-sdk.csproj
to 1.12.0+1-devfeature-freeze-do-not-merge
labels from all pull requestsmake gen-install gen-api-docs
The text was updated successfully, but these errors were encountered: