Skip to content

Commit

Permalink
Release 1.4.0 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored Mar 4, 2020
1 parent a5889c5 commit 19cfb8b
Show file tree
Hide file tree
Showing 23 changed files with 149 additions and 363 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
# Changelog

## [v1.4.0](https://github.com/googleforgames/agones/tree/v1.4.0) (2020-03-04)

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

**Breaking changes:**

- Fix for critical GKE/GCP Terraform Bugs [\#1373](https://github.com/googleforgames/agones/pull/1373) ([markmandel](https://github.com/markmandel))
- Updated documentation for multi-cluster allocation [\#1365](https://github.com/googleforgames/agones/pull/1365) ([pooneh-m](https://github.com/pooneh-m))

**Fixed bugs:**

- Terraform: clean up duplicate tf config files. [\#1372](https://github.com/googleforgames/agones/issues/1372)
- Documentation for gRPC Based Multicluster Allocator [\#1333](https://github.com/googleforgames/agones/issues/1333)

**Closed issues:**

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

**Merged pull requests:**

- Removed dockerfile from build-allocation-images [\#1382](https://github.com/googleforgames/agones/pull/1382) ([akremsa](https://github.com/akremsa))
- Fix the link to cert.sh [\#1381](https://github.com/googleforgames/agones/pull/1381) ([pooneh-m](https://github.com/pooneh-m))
- Add crd-client image to release template [\#1378](https://github.com/googleforgames/agones/pull/1378) ([aLekSer](https://github.com/aLekSer))
- 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)

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

**Breaking changes:**

- Change GameServerAllocationPolicy CRD version to stable [\#1290](https://github.com/googleforgames/agones/issues/1290)
- Update documentation \(examples and website\) to use Kubernetes 1.14 [\#1364](https://github.com/googleforgames/agones/pull/1364) ([roberthbailey](https://github.com/roberthbailey))
- Update terraform configs to use Kubernetes 1.14 [\#1342](https://github.com/googleforgames/agones/pull/1342) ([roberthbailey](https://github.com/roberthbailey))
- Update developer tooling to Kubernetes 1.14 [\#1341](https://github.com/googleforgames/agones/pull/1341) ([roberthbailey](https://github.com/roberthbailey))
Expand All @@ -14,7 +43,6 @@

**Implemented enhancements:**

- Change GameServerAllocationPolicy CRD version to stable [\#1290](https://github.com/googleforgames/agones/issues/1290)
- Better documentation for BufferPolicy in fleetautoscaler [\#1104](https://github.com/googleforgames/agones/issues/1104)
- Add Fuzz Tests [\#1098](https://github.com/googleforgames/agones/issues/1098)
- agones-allocator service should scale up independent to gameserverallocation extension API server [\#1018](https://github.com/googleforgames/agones/issues/1018)
Expand Down Expand Up @@ -64,6 +92,7 @@

**Merged pull requests:**

- Release 1.4.0 Release Candidate [\#1367](https://github.com/googleforgames/agones/pull/1367) ([markmandel](https://github.com/markmandel))
- 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 Expand Up @@ -304,7 +333,6 @@
- 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)

Expand Down Expand Up @@ -375,6 +403,7 @@
- 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))
- Add owners files for the nodejs code [\#1119](https://github.com/googleforgames/agones/pull/1119) ([roberthbailey](https://github.com/roberthbailey))
- Add owners files for the C++ code [\#1118](https://github.com/googleforgames/agones/pull/1118) ([roberthbailey](https://github.com/roberthbailey))
- Move the owners file to the root of the repository. [\#1113](https://github.com/googleforgames/agones/pull/1113) ([roberthbailey](https://github.com/roberthbailey))
- Run all SDK conformance tests in parallel [\#1111](https://github.com/googleforgames/agones/pull/1111) ([aLekSer](https://github.com/aLekSer))
Expand Down Expand Up @@ -1285,6 +1314,7 @@
- Adding goimports back into the build shell. [\#352](https://github.com/googleforgames/agones/pull/352) ([markmandel](https://github.com/markmandel))
- e2e tests for Fleet Scaling and Updates [\#351](https://github.com/googleforgames/agones/pull/351) ([markmandel](https://github.com/markmandel))
- Switch to golangci-lint [\#346](https://github.com/googleforgames/agones/pull/346) ([cyriltovena](https://github.com/cyriltovena))
- Prepare for next release - 0.5.0.rc [\#343](https://github.com/googleforgames/agones/pull/343) ([markmandel](https://github.com/markmandel))

## [v0.4.0](https://github.com/googleforgames/agones/tree/v0.4.0) (2018-09-04)

Expand Down Expand Up @@ -1336,7 +1366,6 @@

**Merged pull requests:**

- Prepare for next release - 0.5.0.rc [\#343](https://github.com/googleforgames/agones/pull/343) ([markmandel](https://github.com/markmandel))
- Changelog, and documentation changes for 0.4.0.rc [\#331](https://github.com/googleforgames/agones/pull/331) ([markmandel](https://github.com/markmandel))
- Added github.com/spf13/viper to dep toml [\#327](https://github.com/googleforgames/agones/pull/327) ([markmandel](https://github.com/markmandel))
- Add Minikube instructions [\#321](https://github.com/googleforgames/agones/pull/321) ([slartibaartfast](https://github.com/slartibaartfast))
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.4.0-rc"
version: 1.4.0-rc
appVersion: "1.4.0"
version: 1.4.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 @@ -125,7 +125,7 @@ agones:
generateTLS: true
image:
registry: gcr.io/agones-images
tag: 1.4.0-rc
tag: 1.4.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.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -31,7 +31,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.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.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -140,7 +140,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
---
Expand All @@ -151,7 +151,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
rules:
Expand All @@ -169,7 +169,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
subjects:
Expand Down Expand Up @@ -205,7 +205,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -457,7 +457,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -543,7 +543,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -761,7 +761,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -854,7 +854,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1102,7 +1102,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1138,7 +1138,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1209,7 +1209,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:1.4.0-rc"
image: "gcr.io/agones-images/agones-allocator:1.4.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1264,7 +1264,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
rules:
Expand Down Expand Up @@ -1296,7 +1296,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller

Expand All @@ -1309,7 +1309,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
subjects:
Expand All @@ -1330,7 +1330,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.4.0-rc"
chart: "agones-1.4.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1347,7 +1347,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.4.0-rc"
chart: "agones-1.4.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand All @@ -1363,7 +1363,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.4.0-rc"
chart: "agones-1.4.0"
release: "agones-manual"
heritage: "Tiller"
data:
Expand Down Expand Up @@ -1393,7 +1393,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1438,7 +1438,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:1.4.0-rc"
image: "gcr.io/agones-images/agones-controller:1.4.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1448,7 +1448,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.4.0-rc"
value: "gcr.io/agones-images/agones-sdk:1.4.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1534,7 +1534,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1571,7 +1571,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:1.4.0-rc"
image: "gcr.io/agones-images/agones-ping:1.4.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -1597,7 +1597,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1618,7 +1618,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand Down Expand Up @@ -1653,7 +1653,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
spec:
Expand All @@ -1673,7 +1673,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1723,7 +1723,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.4.0-rc
chart: agones-1.4.0
release: agones-manual
heritage: Tiller
webhooks:
Expand Down Expand Up @@ -1753,7 +1753,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.4.0-rc"
chart: "agones-1.4.0"
release: "agones-manual"
heritage: "Tiller"
type: Opaque
Expand Down
2 changes: 1 addition & 1 deletion sdks/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.4.0-rc"
"version": "1.4.0"
}
Loading

0 comments on commit 19cfb8b

Please sign in to comment.