-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2acac7
commit 8d1cf8f
Showing
17 changed files
with
117 additions
and
179 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
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
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,50 @@ | ||
--- | ||
title: "0.9.0 - The SDK Release!" | ||
linkTitle: "0.9.0" | ||
date: 2019-04-01 | ||
--- | ||
|
||
There is a new Node SDK in this release, and CMake support for our C++ SDK as well! | ||
|
||
As always, huge thanks to the team of people working on Agones! | ||
|
||
This is the 0.9.0 release of Agones. | ||
|
||
Check the <a href="https://github.com/GoogleCloudPlatform/agones/tree/release-0.9.0" data-proofer-ignore>README</a> for details on features, installation and usage. | ||
|
||
**Breaking changes:** | ||
|
||
- Consistency: Portpolicy static=\>Static & dynamic=\>Dynamic [\#617](https://github.com/GoogleCloudPlatform/agones/pull/617) ([markmandel](https://github.com/markmandel)) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Adding a section in the documentation about deploying Agones using GCP Marketplace. [\#664](https://github.com/GoogleCloudPlatform/agones/pull/664) ([bbf](https://github.com/bbf)) | ||
- Add Agones Kubernetes API docs generator [\#645](https://github.com/GoogleCloudPlatform/agones/pull/645) ([aLekSer](https://github.com/aLekSer)) | ||
- Added support for persisting logs in 'emptyDir' volume attached to agones controller. [\#620](https://github.com/GoogleCloudPlatform/agones/pull/620) ([jkowalski](https://github.com/jkowalski)) | ||
- Adding Locust tests - initial changes for \#412 [\#611](https://github.com/GoogleCloudPlatform/agones/pull/611) ([pm7h](https://github.com/pm7h)) | ||
- Emit stress test metrics in Fortio format. [\#586](https://github.com/GoogleCloudPlatform/agones/pull/586) ([jkowalski](https://github.com/jkowalski)) | ||
- Add Node.js SDK and example - closes \#538 [\#581](https://github.com/GoogleCloudPlatform/agones/pull/581) ([steven-supersolid](https://github.com/steven-supersolid)) | ||
- Cpp sdk cmake [\#464](https://github.com/GoogleCloudPlatform/agones/pull/464) ([dsazonoff](https://github.com/dsazonoff)) | ||
|
||
**Security fixes:** | ||
|
||
- Remove serviceaccount for game server container [\#640](https://github.com/GoogleCloudPlatform/agones/pull/640) ([markmandel](https://github.com/markmandel)) | ||
|
||
See <a href="https://github.com/GoogleCloudPlatform/agones/blob/release-0.9.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.9.0](https://gcr.io/agones-images/agones-controller:0.9.0) | ||
- [gcr.io/agones-images/agones-sdk:0.9.0](https://gcr.io/agones-images/agones-sdk:0.9.0) | ||
- [gcr.io/agones-images/agones-ping:0.9.0](https://gcr.io/agones-images/agones-ping:0.9.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.5](https://gcr.io/agones-images/xonotic-example:0.5) | ||
|
||
Helm chart available with this release: | ||
|
||
- <a href="https://agones.dev/chart/stable/agones-0.9.0.tgz" data-proofer-ignore><code>helm install agones/agones --version 0.9.0</code></a> | ||
|
||
> Make sure to add our stable helm repository using `helm repo add https://agones.dev/chart/stable` |
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
Oops, something went wrong.