Skip to content

Commit

Permalink
Release 1.10.0 (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored Nov 10, 2020
1 parent 815b918 commit 13a0e14
Show file tree
Hide file tree
Showing 18 changed files with 142 additions and 164 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v1.10.0](https://github.com/googleforgames/agones/tree/v1.10.0) (2020-11-10)

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

**Fixed bugs:**

- helm install fails since helm3 requires a name [\#1886](https://github.com/googleforgames/agones/issues/1886)
- Fix formatting on the 1.10 blog post. [\#1889](https://github.com/googleforgames/agones/pull/1889) ([roberthbailey](https://github.com/roberthbailey))
- Fix GameServer count per type graph back to pie [\#1888](https://github.com/googleforgames/agones/pull/1888) ([markmandel](https://github.com/markmandel))
- Updates to the release template [\#1887](https://github.com/googleforgames/agones/pull/1887) ([markmandel](https://github.com/markmandel))

**Closed issues:**

- Release 1.10.0 [\#1884](https://github.com/googleforgames/agones/issues/1884)

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

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.9.0...v1.10.0-rc)
Expand Down Expand Up @@ -30,6 +45,7 @@
- Make the force\_update option configurable in Helm/Terraform [\#1844](https://github.com/googleforgames/agones/pull/1844) ([comerford](https://github.com/comerford))
- \[Doc\] Mark multicluster allocation feature as stable [\#1843](https://github.com/googleforgames/agones/pull/1843) ([pooneh-m](https://github.com/pooneh-m))
- Docs: Prerequisite Knowledge section [\#1821](https://github.com/googleforgames/agones/pull/1821) ([markmandel](https://github.com/markmandel))
- adding timeout to remote cluster allocate call and adding total timeout to allocate [\#1815](https://github.com/googleforgames/agones/pull/1815) ([kdima](https://github.com/kdima))
- Docs: Update C\# SDK docs page [\#1796](https://github.com/googleforgames/agones/pull/1796) ([Reousa](https://github.com/Reousa))

**Fixed bugs:**
Expand All @@ -55,6 +71,7 @@

**Merged pull requests:**

- Release 1.10.0-rc [\#1885](https://github.com/googleforgames/agones/pull/1885) ([markmandel](https://github.com/markmandel))
- Move the loadBalancerIP to helm installation as best effort [\#1877](https://github.com/googleforgames/agones/pull/1877) ([pooneh-m](https://github.com/pooneh-m))
- Fixed error message [\#1875](https://github.com/googleforgames/agones/pull/1875) ([pooneh-m](https://github.com/pooneh-m))
- MultiCluster Allocation: Cleanup on error logs [\#1862](https://github.com/googleforgames/agones/pull/1862) ([markmandel](https://github.com/markmandel))
Expand Down Expand Up @@ -98,7 +115,6 @@
- Support using the same port for both TCP/UDP forwarding [\#1523](https://github.com/googleforgames/agones/issues/1523)
- Write Tests for Terraform configs [\#1227](https://github.com/googleforgames/agones/issues/1227)
- Add player tracking and shutdown to the supertuxkart example server [\#1825](https://github.com/googleforgames/agones/pull/1825) ([sudermanjr](https://github.com/sudermanjr))
- adding timeout to remote cluster allocate call and adding total timeout to allocate [\#1815](https://github.com/googleforgames/agones/pull/1815) ([kdima](https://github.com/kdima))
- Add logging for the client certificate verification [\#1812](https://github.com/googleforgames/agones/pull/1812) ([pooneh-m](https://github.com/pooneh-m))
- Troubleshooting - namespace stuck terminating [\#1795](https://github.com/googleforgames/agones/pull/1795) ([domgreen](https://github.com/domgreen))
- Add load balancer configuration for Helm options [\#1793](https://github.com/googleforgames/agones/pull/1793) ([yoshd](https://github.com/yoshd))
Expand Down Expand Up @@ -535,6 +551,7 @@
- Release 1.5.0 [\#1473](https://github.com/googleforgames/agones/pull/1473) ([markmandel](https://github.com/markmandel))
- Website: A number of corrections in the docs [\#1466](https://github.com/googleforgames/agones/pull/1466) ([aLekSer](https://github.com/aLekSer))
- Website: Fix path in swagger command [\#1462](https://github.com/googleforgames/agones/pull/1462) ([aLekSer](https://github.com/aLekSer))
- Use go modules for a website and update go version [\#1457](https://github.com/googleforgames/agones/pull/1457) ([aLekSer](https://github.com/aLekSer))

## [v1.5.0-rc](https://github.com/googleforgames/agones/tree/v1.5.0-rc) (2020-04-07)

Expand Down Expand Up @@ -593,7 +610,6 @@

**Merged pull requests:**

- Use go modules for a website and update go version [\#1457](https://github.com/googleforgames/agones/pull/1457) ([aLekSer](https://github.com/aLekSer))
- Release 1.5.0-rc [\#1455](https://github.com/googleforgames/agones/pull/1455) ([markmandel](https://github.com/markmandel))
- Fix wrong function usage [\#1442](https://github.com/googleforgames/agones/pull/1442) ([aLekSer](https://github.com/aLekSer))
- Index out of range error in e2e TestFleetGSSpecValidation [\#1439](https://github.com/googleforgames/agones/pull/1439) ([akremsa](https://github.com/akremsa))
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.10.0-rc"
version: 1.10.0-rc
appVersion: "1.10.0"
version: 1.10.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 @@ -155,7 +155,7 @@ agones:
totalRemoteAllocationTimeout: 30s
image:
registry: gcr.io/agones-images
tag: 1.10.0-rc
tag: 1.10.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.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
---
Expand All @@ -33,7 +33,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
---
Expand All @@ -58,7 +58,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
---
Expand All @@ -70,7 +70,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.10.0-rc"
chart: "agones-1.10.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.10.0-rc"
chart: "agones-1.10.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -103,7 +103,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.10.0-rc"
chart: "agones-1.10.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -119,7 +119,7 @@ metadata:
namespace: agones-system
labels:
app: agones-manual
chart: "agones-1.10.0-rc"
chart: "agones-1.10.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand Down Expand Up @@ -147,7 +147,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -383,7 +383,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -468,7 +468,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -670,7 +670,7 @@ metadata:
controller-tools.k8s.io: "1.0"
component: crd
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -765,7 +765,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -983,7 +983,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -1014,7 +1014,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -1060,7 +1060,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
rules:
Expand All @@ -1080,7 +1080,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -1100,7 +1100,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
subjects:
Expand Down Expand Up @@ -1152,7 +1152,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -1173,7 +1173,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -1195,7 +1195,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1231,7 +1231,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1267,7 +1267,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1303,7 +1303,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1346,7 +1346,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "gcr.io/agones-images/agones-controller:1.10.0-rc"
image: "gcr.io/agones-images/agones-controller:1.10.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -1356,7 +1356,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.10.0-rc"
value: "gcr.io/agones-images/agones-sdk:1.10.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -1445,7 +1445,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1480,7 +1480,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "gcr.io/agones-images/agones-ping:1.10.0-rc"
image: "gcr.io/agones-images/agones-ping:1.10.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1554,7 +1554,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "gcr.io/agones-images/agones-allocator:1.10.0-rc"
image: "gcr.io/agones-images/agones-allocator:1.10.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1622,7 +1622,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -1661,7 +1661,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down Expand Up @@ -1701,7 +1701,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.10.0-rc
chart: agones-1.10.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/AgonesSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AgonesSDK</id>
<version>1.10.0-rc</version>
<version>1.10.0</version>
<authors>Google LLC</authors>
<owners>Google LLC</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/csharp-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://agones.dev</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<AssemblyName>AgonesSDK</AssemblyName>
<Version>1.10.0-rc</Version>
<Version>1.10.0</Version>
<PackageTags>agones, googleforgames, kuberenetes, multiplayer, gameservers</PackageTags>
<Company>agones.dev</Company>
<Configurations>Debug;Release;DebugProtoGen</Configurations>
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.10.0-rc"
"version": "1.10.0"
}
4 changes: 2 additions & 2 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ github_repo = "https://github.com/googleforgames/agones"
gcs_engine_id = "016691298986124624340:x7qv2dywdao"

# current release branch. Never is rc.
release_branch = "release-1.9.0"
release_branch = "release-1.10.0"
# the main version. Never is rc.
release_version = "1.9.0"
release_version = "1.10.0"

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

0 comments on commit 13a0e14

Please sign in to comment.