Skip to content

Commit

Permalink
Release 1.8.0 (#1760)
Browse files Browse the repository at this point in the history
* Release 1.8.0
* Move K8s upgrade to 1.15 to 1.6.0
  • Loading branch information
markmandel committed Aug 18, 2020
1 parent da6cc1b commit 72d2c66
Show file tree
Hide file tree
Showing 14 changed files with 129 additions and 111 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v1.8.0](https://github.com/googleforgames/agones/tree/v1.8.0) (2020-08-18)

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

**Fixed bugs:**

- Content-Type: application/json; charset=utf-8 results in "Could not find deserializer" [\#1748](https://github.com/googleforgames/agones/issues/1748)
- Fix parsing the media type in GameServerAllocation [\#1749](https://github.com/googleforgames/agones/pull/1749) ([aLekSer](https://github.com/aLekSer))

**Closed issues:**

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

**Merged pull requests:**

- Helm default values in docs \(related to controller limits\) match chart default values [\#1755](https://github.com/googleforgames/agones/pull/1755) ([pgilfillan](https://github.com/pgilfillan))
- Best practices for game server shutdown [\#1752](https://github.com/googleforgames/agones/pull/1752) ([markmandel](https://github.com/markmandel))
- Remove Deployment Manager from build/ [\#1750](https://github.com/googleforgames/agones/pull/1750) ([markmandel](https://github.com/markmandel))

## [v1.8.0-rc](https://github.com/googleforgames/agones/tree/v1.8.0-rc) (2020-08-11)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.7.0...v1.8.0-rc)
Expand Down Expand Up @@ -55,6 +74,7 @@

**Merged pull requests:**

- Release 1.8.0 Release Candidate [\#1746](https://github.com/googleforgames/agones/pull/1746) ([markmandel](https://github.com/markmandel))
- Add note on GKE cluster versions [\#1743](https://github.com/googleforgames/agones/pull/1743) ([markmandel](https://github.com/markmandel))
- Switch gcloud-test-cluster to Terraform [\#1738](https://github.com/googleforgames/agones/pull/1738) ([markmandel](https://github.com/markmandel))
- Added several tests for metrics package [\#1735](https://github.com/googleforgames/agones/pull/1735) ([akremsa](https://github.com/akremsa))
Expand Down Expand Up @@ -106,7 +126,6 @@
- Flaky: TestSDKServerWatchGameServerFeatureSDKWatchSendOnExecute [\#1667](https://github.com/googleforgames/agones/pull/1667) ([markmandel](https://github.com/markmandel))
- Flaky TestLocal [\#1665](https://github.com/googleforgames/agones/pull/1665) ([markmandel](https://github.com/markmandel))
- Add ensure-build-image to test-go Make target [\#1664](https://github.com/googleforgames/agones/pull/1664) ([markmandel](https://github.com/markmandel))
- $\(ALPHA\_FEATURE\_GATES\) on gcloud-terraform-install [\#1663](https://github.com/googleforgames/agones/pull/1663) ([markmandel](https://github.com/markmandel))

## [v1.7.0-rc](https://github.com/googleforgames/agones/tree/v1.7.0-rc) (2020-06-30)

Expand Down Expand Up @@ -167,6 +186,7 @@

**Merged pull requests:**

- $\(ALPHA\_FEATURE\_GATES\) on gcloud-terraform-install [\#1663](https://github.com/googleforgames/agones/pull/1663) ([markmandel](https://github.com/markmandel))
- Release 1.7.0-rc [\#1662](https://github.com/googleforgames/agones/pull/1662) ([markmandel](https://github.com/markmandel))
- Update Node.js dependencies in sdk and example [\#1657](https://github.com/googleforgames/agones/pull/1657) ([steven-supersolid](https://github.com/steven-supersolid))
- Update Agones developer guide to point at faster targets [\#1656](https://github.com/googleforgames/agones/pull/1656) ([markmandel](https://github.com/markmandel))
Expand Down Expand Up @@ -468,7 +488,6 @@
- Fix for 404 in OpenSSL Install link [\#1374](https://github.com/googleforgames/agones/pull/1374) ([markmandel](https://github.com/markmandel))
- Main page, gameserver lifecycle page - typos [\#1369](https://github.com/googleforgames/agones/pull/1369) ([burningalchemist](https://github.com/burningalchemist))
- Documented an approach of log levels usage [\#1368](https://github.com/googleforgames/agones/pull/1368) ([akremsa](https://github.com/akremsa))
- UE4 readme to communicate development information [\#1360](https://github.com/googleforgames/agones/pull/1360) ([drichardson](https://github.com/drichardson))

## [v1.4.0-rc](https://github.com/googleforgames/agones/tree/v1.4.0-rc) (2020-02-26)

Expand Down Expand Up @@ -535,6 +554,7 @@
**Merged pull requests:**

- Release 1.4.0 Release Candidate [\#1367](https://github.com/googleforgames/agones/pull/1367) ([markmandel](https://github.com/markmandel))
- UE4 readme to communicate development information [\#1360](https://github.com/googleforgames/agones/pull/1360) ([drichardson](https://github.com/drichardson))
- Update Feature Stage: New CRD attributes section [\#1355](https://github.com/googleforgames/agones/pull/1355) ([markmandel](https://github.com/markmandel))
- Fix Kubernetes terraform provider version [\#1353](https://github.com/googleforgames/agones/pull/1353) ([aLekSer](https://github.com/aLekSer))
- Update the kind make targets to work with kind 0.6.0 and later. [\#1349](https://github.com/googleforgames/agones/pull/1349) ([roberthbailey](https://github.com/roberthbailey))
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.8.0-rc"
version: 1.8.0-rc
appVersion: "1.8.0"
version: 1.8.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 @@ -130,7 +130,7 @@ agones:
disableMTLS: false
image:
registry: gcr.io/agones-images
tag: 1.8.0-rc
tag: 1.8.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 @@ -8,7 +8,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
---
Expand All @@ -33,7 +33,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
---
Expand All @@ -58,7 +58,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
---
Expand All @@ -70,7 +70,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.8.0-rc"
chart: "agones-1.8.0"
release: "agones-manual"
heritage: "Helm"
type: Opaque
Expand All @@ -87,7 +87,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.8.0-rc"
chart: "agones-1.8.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -103,7 +103,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.8.0-rc"
chart: "agones-1.8.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -119,7 +119,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.8.0-rc"
chart: "agones-1.8.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand Down Expand Up @@ -147,7 +147,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -382,7 +382,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -467,7 +467,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -668,7 +668,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -763,7 +763,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -980,7 +980,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -1011,7 +1011,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -1057,7 +1057,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
rules:
Expand All @@ -1077,7 +1077,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -1097,7 +1097,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
subjects:
Expand Down Expand Up @@ -1149,7 +1149,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -1170,7 +1170,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -1192,7 +1192,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1228,7 +1228,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1264,7 +1264,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1300,7 +1300,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1343,7 +1343,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:1.8.0-rc"
image: "gcr.io/agones-images/agones-controller:1.8.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1353,7 +1353,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.8.0-rc"
value: "gcr.io/agones-images/agones-sdk:1.8.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1442,7 +1442,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1477,7 +1477,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:1.8.0-rc"
image: "gcr.io/agones-images/agones-ping:1.8.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1551,7 +1551,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:1.8.0-rc"
image: "gcr.io/agones-images/agones-allocator:1.8.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1607,7 +1607,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1646,7 +1646,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down Expand Up @@ -1686,7 +1686,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.8.0-rc
chart: agones-1.8.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion sdks/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.8.0-rc"
"version": "1.8.0"
}
6 changes: 3 additions & 3 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ github_repo = "https://github.com/googleforgames/agones"
# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "016691298986124624340:x7qv2dywdao"

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

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

0 comments on commit 72d2c66

Please sign in to comment.