Skip to content

Commit

Permalink
Release 1.1.0 (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Oct 29, 2019
1 parent 9251919 commit f891609
Show file tree
Hide file tree
Showing 17 changed files with 157 additions and 262 deletions.
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"
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
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

0 comments on commit f891609

Please sign in to comment.