-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First time running through a release with the new site and with the new site checker -- had to add a few spots in which we need to tell the link checker to ignore as those links won't exist until we merge the release.
- Loading branch information
1 parent
4ee2602
commit 5f6d61a
Showing
15 changed files
with
163 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ and copy it into a release issue. Fill in relevent values, found inside {} | |
- [ ] Review closed PRs have been applied to the current milestone. | ||
- [ ] Ensure the next version milestone is created. | ||
- [ ] Any issues in the current milestone that are not closed, move to next milestone. | ||
- [ ] `git checkout master && git pull --rebase upstream master` | ||
- [ ] If full release, run `make site-deploy SERVICE={version}-1`, (replace . with -) | ||
- [ ] Run `make gen-changelog` to generate the CHANGELOG.md (if release candidate `make gen-changelog RELEASE_VERSION={version}-rc`) | ||
- [ ] Ensure the [helm `tag` value][values] is correct (should be the {version} if a full release, {version}-rc if release candidate) | ||
- [ ] Ensure the [helm `Chart` version values][chart] are correct (should be the {version} if a full release, {version}-rc if release candidate) | ||
|
@@ -24,6 +26,7 @@ and copy it into a release issue. Fill in relevent values, found inside {} | |
- [ ] If full release, update to the new release branch {version}+1. | ||
- [ ] If full release, update site with the new release version (`release-version` in config.toml) to {version}+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 `[email protected]:GoogleCloudPlatform/agones.git` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
title: "0.8.0 - GameServerAllocations, Performance Improvements, Monitoring Improvements and more!" | ||
linkTitle: "0.8.0" | ||
date: 2019-02-21 | ||
description: | ||
--- | ||
|
||
So many amazing features in this release! | ||
|
||
- More sophisticated allocation with `GameServerAllocation` | ||
- More metrics and dashboards | ||
- Build in support for node selection on Agones deployments | ||
- Stackdriver support | ||
|
||
And more (see below) -- download it now, and take it for a spin! | ||
|
||
As always, huge thanks to the team of people working on Agones! | ||
|
||
Details: | ||
This is the 0.8.0 release of Agones. | ||
|
||
Check the <a href="https://github.com/GoogleCloudPlatform/agones/tree/release-0.8.0" data-proofer-ignore>README</a> for details on features, installation and usage. | ||
|
||
**Security fixes:** | ||
|
||
- \[SECURITY\] Update Go to 1.11.5 [\#528](https://github.com/GoogleCloudPlatform/agones/pull/528) ([markmandel](https://github.com/markmandel)) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Allocation on GameServers rather than Fleets [\#436](https://github.com/GoogleCloudPlatform/agones/issues/436) | ||
- Website that contains documentation [\#410](https://github.com/GoogleCloudPlatform/agones/issues/410) | ||
- Node Affinity, Tolerations and Node selector support for helm chart [\#407](https://github.com/GoogleCloudPlatform/agones/issues/407) | ||
- As game server, I want to get the Agones sidecar version [\#310](https://github.com/GoogleCloudPlatform/agones/issues/310) | ||
- fix setAnnotation for simple-udp to use customized key & value [\#576](https://github.com/GoogleCloudPlatform/agones/pull/576) ([Yingxin-Jiang](https://github.com/Yingxin-Jiang)) | ||
- Adding Github link and version dropdown to the navigation bar [\#566](https://github.com/GoogleCloudPlatform/agones/pull/566) ([markmandel](https://github.com/markmandel)) | ||
- simple-udp: added support for customizing labels and annotations by the caller [\#564](https://github.com/GoogleCloudPlatform/agones/pull/564) ([jkowalski](https://github.com/jkowalski)) | ||
- Monitoring improvements [\#559](https://github.com/GoogleCloudPlatform/agones/pull/559) ([jkowalski](https://github.com/jkowalski)) | ||
- Add support to create a development gameserver. [\#558](https://github.com/GoogleCloudPlatform/agones/pull/558) ([jeremyje](https://github.com/jeremyje)) | ||
- Adds gameservers per node count and distribution [\#551](https://github.com/GoogleCloudPlatform/agones/pull/551) ([Kuqd](https://github.com/Kuqd)) | ||
- Add Scale Subresource into Fleet and Gameserverset CRDs [\#539](https://github.com/GoogleCloudPlatform/agones/pull/539) ([aLekSer](https://github.com/aLekSer)) | ||
- Continuous Deployment of Agones.dev [\#527](https://github.com/GoogleCloudPlatform/agones/pull/527) ([markmandel](https://github.com/markmandel)) | ||
- Makefile: allowed 'go test' to run without docker and optionally w/o race detector [\#509](https://github.com/GoogleCloudPlatform/agones/pull/509) ([jkowalski](https://github.com/jkowalski)) | ||
- add client-go metrics and grafana dashboards [\#505](https://github.com/GoogleCloudPlatform/agones/pull/505) ([Kuqd](https://github.com/Kuqd)) | ||
- Prometheus and grafana improvements based on load testing experience [\#501](https://github.com/GoogleCloudPlatform/agones/pull/501) ([jkowalski](https://github.com/jkowalski)) | ||
- improved isolation of Agones controllers using taints and priority [\#500](https://github.com/GoogleCloudPlatform/agones/pull/500) ([jkowalski](https://github.com/jkowalski)) | ||
- Add Agones version into Gameserver Annotation [\#498](https://github.com/GoogleCloudPlatform/agones/pull/498) ([aLekSer](https://github.com/aLekSer)) | ||
- controller: made QPS, burst QPS and number of workers externally configurable [\#497](https://github.com/GoogleCloudPlatform/agones/pull/497) ([jkowalski](https://github.com/jkowalski)) | ||
- Website for Agones [\#493](https://github.com/GoogleCloudPlatform/agones/pull/493) ([markmandel](https://github.com/markmandel)) | ||
- Add Stackdriver Exporter for Opencensus [\#492](https://github.com/GoogleCloudPlatform/agones/pull/492) ([aLekSer](https://github.com/aLekSer)) | ||
- Add TLS to Fleetautoscaler webhook service [\#476](https://github.com/GoogleCloudPlatform/agones/pull/476) ([aLekSer](https://github.com/aLekSer)) | ||
- Add pod tolerations, nodeSelector and affinity in helm [\#473](https://github.com/GoogleCloudPlatform/agones/pull/473) ([Kuqd](https://github.com/Kuqd)) | ||
- adding Prometheus+Grafana for metrics and visualizations [\#472](https://github.com/GoogleCloudPlatform/agones/pull/472) ([Kuqd](https://github.com/Kuqd)) | ||
- GameServerAllocation implementation [\#465](https://github.com/GoogleCloudPlatform/agones/pull/465) ([markmandel](https://github.com/markmandel)) | ||
|
||
See <a href="https://github.com/GoogleCloudPlatform/agones/blob/release-0.8.0/CHANGELOG.md" data-proofer-ignore>CHANGELOG</a> for more details on changes. | ||
|
||
This software is currently alpha, and subject to change. Not to be used in production systems. | ||
|
||
Images available with this release: | ||
|
||
- [gcr.io/agones-images/agones-controller:0.8.0](https://gcr.io/agones-images/agones-controller:0.8.0) | ||
- [gcr.io/agones-images/agones-sdk:0.8.0](https://gcr.io/agones-images/agones-sdk:0.8.0) | ||
- [gcr.io/agones-images/agones-ping:0.8.0](https://gcr.io/agones-images/agones-ping:0.8.0) | ||
- [gcr.io/agones-images/cpp-simple-server:0.4](https://gcr.io/agones-images/cpp-simple-server:0.4) | ||
- [gcr.io/agones-images/udp-server:0.7](https://gcr.io/agones-images/udp-server:0.7) | ||
- [gcr.io/agones-images/xonotic-example:0.4](https://gcr.io/agones-images/xonotic-example:0.4) | ||
|
||
Helm chart available with this release: | ||
|
||
- <a href="https://agones.dev/chart/stable/agones-0.8.0.tgz" data-proofer-ignore><code>helm install agones/agones --version 0.8.0</code></a> | ||
|
||
> Make sure to add our stable helm repository using `helm repo add https://agones.dev/chart/stable` |
Oops, something went wrong.