-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final release pieces for 0.8.1 hotfix.
- Loading branch information
1 parent
479731e
commit c75786e
Showing
4 changed files
with
62 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "0.8.1 - Helm Configuration Hotfix" | ||
linkTitle: "0.8.0" | ||
date: 2019-03-14 | ||
description: | ||
--- | ||
|
||
Hotfixes to Helm configuration options, and bug fixes. | ||
|
||
As always, huge thanks to the team of people working on Agones! | ||
|
||
Details: | ||
Check the <a href="https://github.com/GoogleCloudPlatform/agones/tree/release-0.8.1" data-proofer-ignore>README</a> for details on features, installation and usage. | ||
|
||
This is the 0.8.1 release of Agones. | ||
|
||
Check the <a href="https://github.com/GoogleCloudPlatform/agones/tree/release-0.8.1" data-proofer-ignore>README</a> for details on features, installation and usage. | ||
|
||
**Merged pull requests:** | ||
|
||
- Tarballing source into the images for dependencies that are required by their licenses. [\#634](https://github.com/GoogleCloudPlatform/agones/pull/634) ([bbf](https://github.com/bbf)) | ||
- 2 Hotfixes: Allow Helm to reference image digests and inject licenses [\#631](https://github.com/GoogleCloudPlatform/agones/pull/631) ([bbf](https://github.com/bbf)) | ||
- \[Hotfix\] Prep work for hotfix 0.8.1 [\#628](https://github.com/GoogleCloudPlatform/agones/pull/628) ([markmandel](https://github.com/markmandel)) | ||
|
||
See <a href="https://github.com/GoogleCloudPlatform/agones/blob/release-0.8.1/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.1](https://gcr.io/agones-images/agones-controller:0.8.1) | ||
- [gcr.io/agones-images/agones-sdk:0.8.1](https://gcr.io/agones-images/agones-sdk:0.8.1) | ||
- [gcr.io/agones-images/agones-ping:0.8.1](https://gcr.io/agones-images/agones-ping:0.8.1) | ||
- [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.1.tgz" data-proofer-ignore><code>helm install agones/agones --version 0.8.1</code></a> | ||
|
||
> Make sure to add our stable helm repository using `helm repo add https://agones.dev/chart/stable` |