Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.12.0-rc #973

Merged
merged 1 commit into from
Aug 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 158 additions & 35 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/governance/templates/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Images available with this release:
- [gcr.io/agones-images/agones-sdk:{version}](https://gcr.io/agones-images/agones-sdk:{version})
- [gcr.io/agones-images/agones-ping:{version}](https://gcr.io/agones-images/agones-ping:{version})
- [gcr.io/agones-images/cpp-simple-server:{example-version}](https://gcr.io/agones-images/cpp-simple-server:{example-version})
- [gcr.io/agones-images/nodejs-simple-server:{example-version}](https://gcr.io/agones-images/nodejs-simple-server:{example-version})
- [gcr.io/agones-images/rust-simple-server:{example-version}](https://gcr.io/agones-images/rust-simple-server:{example-version})
- [gcr.io/agones-images/unity-simple-server:{example-version}](https://gcr.io/agones-images/unity-simple-server:{example-version})
- [gcr.io/agones-images/udp-server:{example-version}](https://gcr.io/agones-images/udp-server:{example-version})
- [gcr.io/agones-images/xonotic-example:{example-version}](https://gcr.io/agones-images/xonotic-example:{example-version})

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"
version: 0.12.0
appVersion: "0.12.0-rc"
version: 0.12.0-rc
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
tag: 0.12.0-rc
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
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
---
Expand All @@ -151,7 +151,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -169,7 +169,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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"
image: "gcr.io/agones-images/agones-allocator:0.12.0-rc"
imagePullPolicy: IfNotPresent
ports:
- name: https
Expand All @@ -1047,7 +1047,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -1064,7 +1064,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller

Expand All @@ -1077,7 +1077,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
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"
chart: "agones-0.12.0-rc"
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"
chart: "agones-0.12.0-rc"
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"
chart: "agones-0.12.0-rc"
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
chart: agones-0.12.0-rc
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"
image: "gcr.io/agones-images/agones-controller:0.12.0-rc"
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"
value: "gcr.io/agones-images/agones-sdk:0.12.0-rc"
- 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
chart: agones-0.12.0-rc
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"
image: "gcr.io/agones-images/agones-ping:0.12.0-rc"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1347,7 +1347,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1368,7 +1368,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1423,7 +1423,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.12.0
chart: agones-0.12.0-rc
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
chart: agones-0.12.0-rc
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"
chart: "agones-0.12.0-rc"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/blog/releases/0.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ More awesome things in this release! Massive thanks to the community for working
- Being able to use the same container port as the externally exposed port
- and much more!

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

**Breaking changes:**

Expand All @@ -38,7 +38,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-0.11.0"
- Add AKS, GKE and Helm terraform modules [\#756](https://github.com/googleforgames/agones/pull/756) ([aLekSer](https://github.com/aLekSer))
- Add close method to node client [\#748](https://github.com/googleforgames/agones/pull/748) ([BradfordMedeiros](https://github.com/BradfordMedeiros))

See <a href="https://github.com/googleforgames/agones/blob/release-0.11.0/CHANGELOG.md" data-proofer-ignore>CHANGELOG</a> for more details on changes.
See <a href="https://github.com/googleforgames/agones/blob/release-0.11.0/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 @@ -54,7 +54,7 @@ Images available with this release:

Helm chart available with this release:

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

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

Expand Down
Loading