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 1.1.0 #1161

Merged
merged 1 commit into from
Oct 29, 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
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [v1.1.0](https://github.com/googleforgames/agones/tree/v1.1.0) (2019-10-29)

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

**Implemented enhancements:**

- Document agones-allocator and multi-cluster allocation [\#1155](https://github.com/googleforgames/agones/pull/1155) ([pooneh-m](https://github.com/pooneh-m))
- Add SDK.GameServer\(\) to Matchmaking Registration Diagram [\#1149](https://github.com/googleforgames/agones/pull/1149) ([markmandel](https://github.com/markmandel))
- Update the instructions for installing a GKE cluster with terraform to disable automatic node upgrades [\#1141](https://github.com/googleforgames/agones/pull/1141) ([roberthbailey](https://github.com/roberthbailey))

**Fixed bugs:**

- TestMultiClusterAllocationOnLocalCluster is flakey [\#1114](https://github.com/googleforgames/agones/issues/1114)
- TestFleetRollingUpdate/Use\_fleet\_Patch\_false\_10% test is flaky [\#1049](https://github.com/googleforgames/agones/issues/1049)
- Broke Allocator Status in Grafana Dashboard [\#1158](https://github.com/googleforgames/agones/pull/1158) ([markmandel](https://github.com/markmandel))

**Closed issues:**

- Release 1.1.0-rc [\#1133](https://github.com/googleforgames/agones/issues/1133)
- Rebuild example images for the 1.1 release [\#1126](https://github.com/googleforgames/agones/issues/1126)
- Allow issues to be assigned to collaborators [\#1120](https://github.com/googleforgames/agones/issues/1120)

**Merged pull requests:**

- Update "Local Development" documents [\#1159](https://github.com/googleforgames/agones/pull/1159) ([aLekSer](https://github.com/aLekSer))
- Cloud Build: Add --output-sync=target to run-sdk-conformance-tests [\#1157](https://github.com/googleforgames/agones/pull/1157) ([markmandel](https://github.com/markmandel))
- Update the images for all examples to use the 1.1 SDKs [\#1153](https://github.com/googleforgames/agones/pull/1153) ([roberthbailey](https://github.com/roberthbailey))
- Replace `\>` quoted text with alert shortcodes [\#1152](https://github.com/googleforgames/agones/pull/1152) ([markmandel](https://github.com/markmandel))
- Fixed a typo [\#1147](https://github.com/googleforgames/agones/pull/1147) ([pooneh-m](https://github.com/pooneh-m))
- Disable Auto Upgrade for Deployment Manager [\#1143](https://github.com/googleforgames/agones/pull/1143) ([aLekSer](https://github.com/aLekSer))
- Update the instructions for manually creating a GKE cluster to disable automatic node upgrades [\#1140](https://github.com/googleforgames/agones/pull/1140) ([roberthbailey](https://github.com/roberthbailey))
- Replace tabs with spaces in the svg file so that it renders more nicely. [\#1139](https://github.com/googleforgames/agones/pull/1139) ([roberthbailey](https://github.com/roberthbailey))
- Remove the svg version of the old logo. [\#1138](https://github.com/googleforgames/agones/pull/1138) ([roberthbailey](https://github.com/roberthbailey))
- CI: Update Rust SDK conformance test cache version [\#1135](https://github.com/googleforgames/agones/pull/1135) ([aLekSer](https://github.com/aLekSer))
- Add owners files for the nodejs code [\#1119](https://github.com/googleforgames/agones/pull/1119) ([roberthbailey](https://github.com/roberthbailey))

## [v1.1.0-rc](https://github.com/googleforgames/agones/tree/v1.1.0-rc) (2019-10-22)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.0.0...v1.1.0-rc)
Expand Down Expand Up @@ -31,6 +67,7 @@
- Fixes, more e2e tests and logging for multi-cluster allocation [\#1077](https://github.com/googleforgames/agones/pull/1077) ([pooneh-m](https://github.com/pooneh-m))
- Longer blog post for Agones 1.0.0 announcement [\#1076](https://github.com/googleforgames/agones/pull/1076) ([markmandel](https://github.com/markmandel))
- Add a delay flag to the sdkserver [\#1070](https://github.com/googleforgames/agones/pull/1070) ([roberthbailey](https://github.com/roberthbailey))
- Add Yager Logo to companies using Agones [\#1057](https://github.com/googleforgames/agones/pull/1057) ([topochan](https://github.com/topochan))
- Adding namespace for multi-cluster allocation policy [\#1052](https://github.com/googleforgames/agones/pull/1052) ([pooneh-m](https://github.com/pooneh-m))
- Logging Agones version and port on the startup. [\#1048](https://github.com/googleforgames/agones/pull/1048) ([pooneh-m](https://github.com/pooneh-m))
- Adding make file to generate allocation go from proto [\#1041](https://github.com/googleforgames/agones/pull/1041) ([pooneh-m](https://github.com/pooneh-m))
Expand Down Expand Up @@ -64,6 +101,7 @@

**Merged pull requests:**

- Release 1.1.0-rc [\#1134](https://github.com/googleforgames/agones/pull/1134) ([markmandel](https://github.com/markmandel))
- Style fixes. [\#1129](https://github.com/googleforgames/agones/pull/1129) ([roberthbailey](https://github.com/roberthbailey))
- Drop the Extension API Server reference from agones-allocator [\#1124](https://github.com/googleforgames/agones/pull/1124) ([pooneh-m](https://github.com/pooneh-m))
- Faster subsequent Rust SDK conformance builds [\#1122](https://github.com/googleforgames/agones/pull/1122) ([aLekSer](https://github.com/aLekSer))
Expand All @@ -83,7 +121,6 @@
- Add func to wait for fleet condition without Fatalf [\#1065](https://github.com/googleforgames/agones/pull/1065) ([aLekSer](https://github.com/aLekSer))
- Small refactoring of the simple udp server. [\#1062](https://github.com/googleforgames/agones/pull/1062) ([roberthbailey](https://github.com/roberthbailey))
- Preparation for 1.1.0 [\#1060](https://github.com/googleforgames/agones/pull/1060) ([markmandel](https://github.com/markmandel))
- Add Yager Logo to companies using Agones [\#1057](https://github.com/googleforgames/agones/pull/1057) ([topochan](https://github.com/topochan))
- Update golangci-lint to 1.18, add bodyclose check [\#1051](https://github.com/googleforgames/agones/pull/1051) ([aLekSer](https://github.com/aLekSer))
- E2E test for Unhealthy GameServer on process crash [\#1038](https://github.com/googleforgames/agones/pull/1038) ([markmandel](https://github.com/markmandel))
- Build examples make target [\#1019](https://github.com/googleforgames/agones/pull/1019) ([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: "1.1.0-rc"
version: 1.1.0-rc
appVersion: "1.1.0"
roberthbailey marked this conversation as resolved.
Show resolved Hide resolved
version: 1.1.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 @@ -124,7 +124,7 @@ agones:
generateTLS: true
image:
registry: gcr.io/agones-images
tag: 1.1.0-rc
tag: 1.1.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-1.1.0-rc
chart: agones-1.1.0
roberthbailey marked this conversation as resolved.
Show resolved Hide resolved
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -76,7 +76,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -140,7 +140,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -151,7 +151,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -169,7 +169,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -205,7 +205,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -434,7 +434,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -518,7 +518,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -712,7 +712,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -798,7 +798,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1022,7 +1022,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1058,7 +1058,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1129,7 +1129,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:1.1.0-rc"
image: "gcr.io/agones-images/agones-allocator:1.1.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1170,7 +1170,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -1202,7 +1202,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller

Expand All @@ -1215,7 +1215,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
subjects:
Expand All @@ -1236,7 +1236,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.1.0-rc"
chart: "agones-1.1.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1253,7 +1253,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.1.0-rc"
chart: "agones-1.1.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1269,7 +1269,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.1.0-rc"
chart: "agones-1.1.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand Down Expand Up @@ -1299,7 +1299,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1344,7 +1344,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:1.1.0-rc"
image: "gcr.io/agones-images/agones-controller:1.1.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1354,7 +1354,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:1.1.0-rc"
value: "gcr.io/agones-images/agones-sdk:1.1.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1424,7 +1424,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1461,7 +1461,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:1.1.0-rc"
image: "gcr.io/agones-images/agones-ping:1.1.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1485,7 +1485,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1506,7 +1506,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1541,7 +1541,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1561,7 +1561,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1611,7 +1611,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.1.0-rc
chart: agones-1.1.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1641,7 +1641,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.1.0-rc"
chart: "agones-1.1.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-1.0.0"
release_branch = "release-1.1.0"
# the main version. Never is rc.
release_version = "1.0.0"
release_version = "1.1.0"

# example tag
example_image_tag = "gcr.io/agones-images/udp-server:0.17"
Expand Down
Loading