Skip to content

Commit

Permalink
Release 0.11.0 (#850)
Browse files Browse the repository at this point in the history
Update work for 0.11.0

Also had to include some updates to fix some site link checking, since
adding a new release pushed us into pagination, which has some issues
we will need to push up to Hugo to fix - but are easily overridable for
now.
  • Loading branch information
markmandel authored and pooneh-m committed Jun 25, 2019
1 parent f9ef4f2 commit 1fe4c9d
Show file tree
Hide file tree
Showing 16 changed files with 167 additions and 189 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

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

**Fixed bugs:**

- Set secret namespace to agones-system for allocator service [\#843](https://github.com/googleforgames/agones/pull/843) ([pooneh-m](https://github.com/pooneh-m))

**Closed issues:**

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

**Merged pull requests:**

- Flaky: TestAutoscalerWebhook [\#844](https://github.com/googleforgames/agones/pull/844) ([aLekSer](https://github.com/aLekSer))

## [v0.11.0-rc](https://github.com/googleforgames/agones/tree/v0.11.0-rc) (2019-06-18)

[Full Changelog](https://github.com/googleforgames/agones/compare/v0.10.0...v0.11.0-rc)
Expand Down Expand Up @@ -60,6 +76,7 @@

**Merged pull requests:**

- Release 0.11.0-rc [\#842](https://github.com/googleforgames/agones/pull/842) ([markmandel](https://github.com/markmandel))
- Flaky: TestFleetRecreateGameServers [\#840](https://github.com/googleforgames/agones/pull/840) ([markmandel](https://github.com/markmandel))
- Flaky: TestAllocator [\#839](https://github.com/googleforgames/agones/pull/839) ([markmandel](https://github.com/markmandel))
- Flaky: TestFleetRollingUpdate [\#838](https://github.com/googleforgames/agones/pull/838) ([markmandel](https://github.com/markmandel))
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.11.0-rc"
version: 0.11.0-rc
appVersion: "0.11.0"
version: 0.11.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 @@ -111,7 +111,7 @@ agones:
generateTLS: true
image:
registry: gcr.io/agones-images
tag: 0.11.0-rc
tag: 0.11.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
64 changes: 32 additions & 32 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.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -78,7 +78,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -142,7 +142,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -153,7 +153,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -171,7 +171,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -207,7 +207,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -403,7 +403,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -468,7 +468,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -552,7 +552,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -713,7 +713,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -799,7 +799,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -990,7 +990,7 @@ metadata:
labels:
stable.agones.dev/role: controller
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1026,7 +1026,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1077,7 +1077,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:0.11.0-rc"
image: "gcr.io/agones-images/agones-allocator:0.11.0"
imagePullPolicy: IfNotPresent
ports:
- name: https
Expand All @@ -1099,7 +1099,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -1116,7 +1116,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller

Expand All @@ -1129,7 +1129,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
subjects:
Expand All @@ -1150,7 +1150,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.11.0-rc"
chart: "agones-0.11.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1167,7 +1167,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.11.0-rc"
chart: "agones-0.11.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1183,7 +1183,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.11.0-rc"
chart: "agones-0.11.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand Down Expand Up @@ -1213,7 +1213,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1258,7 +1258,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:0.11.0-rc"
image: "gcr.io/agones-images/agones-controller:0.11.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1268,7 +1268,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.11.0-rc"
value: "gcr.io/agones-images/agones-sdk:0.11.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1338,7 +1338,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1375,7 +1375,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:0.11.0-rc"
image: "gcr.io/agones-images/agones-ping:0.11.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1399,7 +1399,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1420,7 +1420,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1455,7 +1455,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1475,7 +1475,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1527,7 +1527,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-0.11.0-rc
chart: agones-0.11.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1558,7 +1558,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-0.11.0-rc"
chart: "agones-0.11.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.10.0"
release_branch = "release-0.11.0"
# the main version. Never is rc.
release_version = "0.10.0"
release_version = "0.11.0"

# User interface configuration
[params.ui]
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/blog/releases/0.11.0-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This cycles release candidate! Test is out for the next week, and try out the ne
**We are now in feature freeze until Tuesday, 25th of June. This means only docs, bug fixes and tests PRs will be merged during this time.**
(Other PRs will be labelled `feature-freeze-do-not-merge` and will be held until after that date)

Check the <a href="https://github.com/googleforgames/agones/tree/release-0.11.0-rc" 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-rc" >README</a> for details on features, installation and usage.

**Breaking changes:**

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

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

See <a href="https://github.com/googleforgames/agones/blob/release-0.11.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.11.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 @@ -59,7 +59,7 @@ Images available with this release:

Helm chart available with this release:

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

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

0 comments on commit 1fe4c9d

Please sign in to comment.