Skip to content

Commit

Permalink
Final release pieces for 0.8.1 hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Mar 15, 2019
1 parent 479731e commit c75786e
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.8.1](https://github.com/GoogleCloudPlatform/agones/tree/v0.8.1) (2019-03-14)

[Full Changelog](https://github.com/GoogleCloudPlatform/agones/compare/v0.8.0...v0.8.1)

**Fixed bugs:**

- SDK Service Account was Hardcoded [\#629](https://github.com/GoogleCloudPlatform/agones/pull/629) ([markmandel](https://github.com/markmandel))

**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))

## [v0.8.0](https://github.com/GoogleCloudPlatform/agones/tree/v0.8.0) (2019-02-20)

[Full Changelog](https://github.com/GoogleCloudPlatform/agones/compare/v0.8.0-rc...v0.8.0)
Expand All @@ -22,6 +36,7 @@

**Merged pull requests:**

- Release 0.8.0 [\#605](https://github.com/GoogleCloudPlatform/agones/pull/605) ([markmandel](https://github.com/markmandel))
- Remove deprecation from FleetAllocation [\#603](https://github.com/GoogleCloudPlatform/agones/pull/603) ([markmandel](https://github.com/markmandel))
- Remove -v from Go testing - becomes too noisy [\#595](https://github.com/GoogleCloudPlatform/agones/pull/595) ([markmandel](https://github.com/markmandel))
- Minor tweaks to release process. [\#592](https://github.com/GoogleCloudPlatform/agones/pull/592) ([markmandel](https://github.com/markmandel))
Expand Down Expand Up @@ -80,6 +95,7 @@
**Closed issues:**

- Grafana: add graph of nodes in cluster [\#547](https://github.com/GoogleCloudPlatform/agones/issues/547)
- Replace global allocation mutex with fine-grained concurrency controls. [\#535](https://github.com/GoogleCloudPlatform/agones/issues/535)
- Approver access for @jkowalski [\#526](https://github.com/GoogleCloudPlatform/agones/issues/526)
- Docker images layers not optimal [\#481](https://github.com/GoogleCloudPlatform/agones/issues/481)
- Release 0.7.0 [\#477](https://github.com/GoogleCloudPlatform/agones/issues/477)
Expand Down
2 changes: 2 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,15 @@ setup-grafana:

# generate a changelog using github-changelog-generator
gen-changelog: RELEASE_VERSION ?= $(base_version)
gen-changelog: RELEASE_BRANCH ?= master
gen-changelog:
read -p 'Github Token: ' TOKEN && \
docker run -it --rm -v "$(agones_path)":/project markmandel/github-changelog-generator \
--user=GoogleCloudPlatform --project=agones \
--bug-labels=kind/bug --enhancement-labels=kind/feature \
--breaking-labels=kind/breaking --security-labels=area/security \
--future-release "v$(RELEASE_VERSION)" \
--release-branch=$(RELEASE_BRANCH) \
--token $$TOKEN

# Creates a release. Version defaults to the base_version
Expand Down
4 changes: 2 additions & 2 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ github_repo = "https://github.com/GoogleCloudPlatform/agones"
gcs_engine_id = "002375903941309441958:rceiko9wfuw"

# current release branch - could be rc
release_branch = "release-0.8.0"
release_branch = "release-0.8.1"
# the main version. Never is rc.
release_version = "0.8.0"
release_version = "0.8.1"

# User interface configuration
[params.ui]
Expand Down
42 changes: 42 additions & 0 deletions site/content/en/blog/releases/0.8.1.md
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`

0 comments on commit c75786e

Please sign in to comment.