Skip to content

Commit

Permalink
Release 0.12.0 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored Aug 7, 2019
1 parent c59f2e7 commit fbc2f2f
Show file tree
Hide file tree
Showing 34 changed files with 169 additions and 1,394 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.12.0](https://github.com/googleforgames/agones/tree/v0.12.0) (2019-08-06)

[Full Changelog](https://github.com/googleforgames/agones/compare/v0.12.0-rc...v0.12.0)

**Closed issues:**

- Release 0.12.0-rc [\#972](https://github.com/googleforgames/agones/issues/972)

**Merged pull requests:**

- Minor Fix 0.8.1 release on agones.dev Blog [\#978](https://github.com/googleforgames/agones/pull/978) ([aLekSer](https://github.com/aLekSer))
- Minor - Fix helm repo command in the governance template [\#977](https://github.com/googleforgames/agones/pull/977) ([aLekSer](https://github.com/aLekSer))
- Documentation updates to apply just prior to cutting the 0.12.0 release. [\#911](https://github.com/googleforgames/agones/pull/911) ([roberthbailey](https://github.com/roberthbailey))

## [v0.12.0-rc](https://github.com/googleforgames/agones/tree/v0.12.0-rc) (2019-08-01)

[Full Changelog](https://github.com/googleforgames/agones/compare/v0.11.0...v0.12.0-rc)
Expand All @@ -14,7 +28,6 @@
- C++ SDK: Update the function signature of WatchGameServer to use a const-reference [\#951](https://github.com/googleforgames/agones/pull/951) ([roberthbailey](https://github.com/roberthbailey))
- Update GKE documentation to 1.12 [\#897](https://github.com/googleforgames/agones/pull/897) ([roberthbailey](https://github.com/roberthbailey))
- Move the stable api group and promote it to v1 [\#894](https://github.com/googleforgames/agones/pull/894) ([roberthbailey](https://github.com/roberthbailey))
- Reserve\(\) SDK implementation [\#891](https://github.com/googleforgames/agones/pull/891) ([markmandel](https://github.com/markmandel))
- Promote allocation to v1 [\#881](https://github.com/googleforgames/agones/pull/881) ([roberthbailey](https://github.com/roberthbailey))
- Promote autoscaling to v1 [\#874](https://github.com/googleforgames/agones/pull/874) ([roberthbailey](https://github.com/roberthbailey))
- Remove / Expire FleetAllocation from documentation. [\#867](https://github.com/googleforgames/agones/pull/867) ([markmandel](https://github.com/markmandel))
Expand All @@ -37,6 +50,7 @@
- E2E tests for SDK.Reserve\(seconds\) [\#925](https://github.com/googleforgames/agones/pull/925) ([markmandel](https://github.com/markmandel))
- Add new GameServer lifecycle diagrams for Reserved [\#922](https://github.com/googleforgames/agones/pull/922) ([markmandel](https://github.com/markmandel))
- Compliance tests for Reserve\(seconds\). [\#920](https://github.com/googleforgames/agones/pull/920) ([markmandel](https://github.com/markmandel))
- Reserve\(\) SDK implementation [\#891](https://github.com/googleforgames/agones/pull/891) ([markmandel](https://github.com/markmandel))
- Update GKE development tooling to 1.12 [\#887](https://github.com/googleforgames/agones/pull/887) ([markmandel](https://github.com/markmandel))
- Fix Rust SDK, add allocate, add conformance test [\#879](https://github.com/googleforgames/agones/pull/879) ([aLekSer](https://github.com/aLekSer))
- Add instructions about taints and tolerations to the install instructions [\#870](https://github.com/googleforgames/agones/pull/870) ([roberthbailey](https://github.com/roberthbailey))
Expand Down Expand Up @@ -76,6 +90,8 @@

**Merged pull requests:**

- Typo in the changelog. [\#974](https://github.com/googleforgames/agones/pull/974) ([markmandel](https://github.com/markmandel))
- Release 0.12.0-rc [\#973](https://github.com/googleforgames/agones/pull/973) ([markmandel](https://github.com/markmandel))
- Fix Reference docs and sync it with Examples dir [\#970](https://github.com/googleforgames/agones/pull/970) ([aLekSer](https://github.com/aLekSer))
- Fix AWS EKS cluster creating docs [\#965](https://github.com/googleforgames/agones/pull/965) ([aLekSer](https://github.com/aLekSer))
- Fix Installation Docs and example GS configuration [\#962](https://github.com/googleforgames/agones/pull/962) ([aLekSer](https://github.com/aLekSer))
Expand Down
4 changes: 2 additions & 2 deletions install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Declare variables to be passed into your templates.

apiVersion: v1
appVersion: "0.12.0-rc"
version: 0.12.0-rc
appVersion: "0.12.0"
version: 0.12.0
name: agones
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ agones:
generateTLS: true
image:
registry: gcr.io/agones-images
tag: 0.12.0-rc
tag: 0.12.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
62 changes: 31 additions & 31 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -76,7 +76,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -140,7 +140,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -151,7 +151,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -169,7 +169,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -205,7 +205,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -401,7 +401,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -485,7 +485,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -646,7 +646,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -732,7 +732,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -923,7 +923,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -959,7 +959,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1025,7 +1025,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:0.12.0-rc"
image: "gcr.io/agones-images/agones-allocator:0.12.0"
imagePullPolicy: IfNotPresent
ports:
- name: https
Expand All @@ -1047,7 +1047,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -1064,7 +1064,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller

Expand All @@ -1077,7 +1077,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
subjects:
Expand All @@ -1098,7 +1098,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.12.0-rc"
chart: "agones-0.12.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1115,7 +1115,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.12.0-rc"
chart: "agones-0.12.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1131,7 +1131,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.12.0-rc"
chart: "agones-0.12.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand Down Expand Up @@ -1161,7 +1161,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1206,7 +1206,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.12.0-rc"
image: "gcr.io/agones-images/agones-controller:0.12.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1216,7 +1216,7 @@ spec:
- name: MAX_PORT
value: "8000"
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
value: "gcr.io/agones-images/agones-sdk:0.12.0-rc"
value: "gcr.io/agones-images/agones-sdk:0.12.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1286,7 +1286,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1323,7 +1323,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:0.12.0-rc"
image: "gcr.io/agones-images/agones-ping:0.12.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1347,7 +1347,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1368,7 +1368,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1403,7 +1403,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1423,7 +1423,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1473,7 +1473,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.12.0-rc
chart: agones-0.12.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1503,7 +1503,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.12.0-rc"
chart: "agones-0.12.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
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/googleforgames/agones"
gcs_engine_id = "002375903941309441958:rceiko9wfuw"

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

# example tag
example_image_tag = "gcr.io/agones-images/udp-server:0.14"
Expand Down
8 changes: 3 additions & 5 deletions site/content/en/blog/releases/0.12.0-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ We've also worked to complete functionality across GameServer SDKs, but we still

We are on track for a 1.0 release in September, with only a [few features left to implement](https://github.com/googleforgames/agones/milestone/14).

Check the <a href="https://github.com/googleforgames/agones/tree/release-0.12.0-rc" data-proofer-ignore>README</a> for details on features, installation and usage.

**Implemented enhancements:**
Check the <a href="https://github.com/googleforgames/agones/tree/release-0.12.0-rc" >README</a> for details on features, installation and usage.

**Breaking changes:**

Expand Down Expand Up @@ -68,7 +66,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-0.12.0-

Documentation: https://development.agones.dev/site/

See <a href="https://github.com/googleforgames/agones/blob/release-0.12.0-rc/CHANGELOG.md" data-proofer-ignore>CHANGELOG</a> for more details on changes.
See <a href="https://github.com/googleforgames/agones/blob/release-0.12.0-rc/CHANGELOG.md" >CHANGELOG</a> for more details on changes.

This software is currently alpha, and subject to change. Not to be used in production systems.

Expand All @@ -86,6 +84,6 @@ Images available with this release:

Helm chart available with this release:

- <a href="https://agones.dev/chart/stable/agones-0.12.0-rc.tgz" data-proofer-ignore><code>helm install agones/agones --version 0.12.0-rc</code></a>
- <a href="https://agones.dev/chart/stable/agones-0.12.0-rc.tgz" ><code>helm install agones/agones --version 0.12.0-rc</code></a>

> Make sure to add our stable helm repository using `helm repo add https://agones.dev/chart/stable`
Loading

0 comments on commit fbc2f2f

Please sign in to comment.