From d9d7b1617fb6e159b29d4ff128bf2064ee5657b3 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 7 Apr 2020 14:26:09 -0700 Subject: [PATCH] Release 1.5.0-rc (#1455) --- CHANGELOG.md | 82 ++++++++++++++++++++++- install/helm/agones/Chart.yaml | 4 +- install/helm/agones/values.yaml | 2 +- install/yaml/install.yaml | 62 ++++++++--------- sdks/nodejs/package.json | 2 +- site/content/en/blog/releases/1.4.0.md | 6 +- site/content/en/blog/releases/1.5.0-rc.md | 65 ++++++++++++++++++ 7 files changed, 184 insertions(+), 39 deletions(-) create mode 100755 site/content/en/blog/releases/1.5.0-rc.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2616bd283b..0818e23ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,84 @@ # Changelog +## [v1.5.0-rc](https://github.com/googleforgames/agones/tree/v1.5.0-rc) (2020-04-07) + +[Full Changelog](https://github.com/googleforgames/agones/compare/v1.4.0...v1.5.0-rc) + +**Breaking changes:** + +- Upgrade to Kubernetes 1.14 [\#1329](https://github.com/googleforgames/agones/issues/1329) + +**Implemented enhancements:** + +- GameServer remains "STATE:Creating" if not create serviceaccount [\#1370](https://github.com/googleforgames/agones/issues/1370) +- Site: Prioritise search results on agones.dev better [\#1327](https://github.com/googleforgames/agones/issues/1327) +- Create and document rules of thumb for log levels in agones code [\#1223](https://github.com/googleforgames/agones/issues/1223) +- Configurable Log Level for Agones controllers [\#1218](https://github.com/googleforgames/agones/issues/1218) +- Refactor Docker files for gRPC between SDK and allocation [\#1115](https://github.com/googleforgames/agones/issues/1115) +- C\# SDK [\#884](https://github.com/googleforgames/agones/issues/884) +- Feature Gates: EnableAllFeatures [\#1448](https://github.com/googleforgames/agones/pull/1448) ([markmandel](https://github.com/markmandel)) +- Local implementation of Set/GetPlayerCapacity [\#1444](https://github.com/googleforgames/agones/pull/1444) ([markmandel](https://github.com/markmandel)) +- Alpha GameServer attributes added to SDK [\#1440](https://github.com/googleforgames/agones/pull/1440) ([markmandel](https://github.com/markmandel)) +- Added version to stress tests files [\#1433](https://github.com/googleforgames/agones/pull/1433) ([akremsa](https://github.com/akremsa)) +- Terraform: Add FeatureGates into helm release [\#1431](https://github.com/googleforgames/agones/pull/1431) ([aLekSer](https://github.com/aLekSer)) +- SuperTuxKart Game Server that allows AI connections [\#1424](https://github.com/googleforgames/agones/pull/1424) ([markmandel](https://github.com/markmandel)) +- Fix wrong condition check for Memory limit [\#1418](https://github.com/googleforgames/agones/pull/1418) ([aLekSer](https://github.com/aLekSer)) +- Applied allocation test [\#1417](https://github.com/googleforgames/agones/pull/1417) ([akremsa](https://github.com/akremsa)) +- Add shutdown duration option to Node.js simple [\#1413](https://github.com/googleforgames/agones/pull/1413) ([steven-supersolid](https://github.com/steven-supersolid)) +- Add sidecar memory resources setting [\#1402](https://github.com/googleforgames/agones/pull/1402) ([suecideTech](https://github.com/suecideTech)) +- Add ErrorHandling for failed to create pods because of forbidden [\#1400](https://github.com/googleforgames/agones/pull/1400) ([suecideTech](https://github.com/suecideTech)) +- Alpha SDK.SetPlayerCapacity & GetPlayerCapacity [\#1399](https://github.com/googleforgames/agones/pull/1399) ([markmandel](https://github.com/markmandel)) +- Add feature gate block to Make install [\#1397](https://github.com/googleforgames/agones/pull/1397) ([markmandel](https://github.com/markmandel)) +- Allow ports to be added to any container in a GS pod [\#1396](https://github.com/googleforgames/agones/pull/1396) ([benclive](https://github.com/benclive)) +- Adding the C\# gRPC SDK [\#1315](https://github.com/googleforgames/agones/pull/1315) ([Reousa](https://github.com/Reousa)) + +**Fixed bugs:** + +- No validation when helm parameter `agones.image.sdk.cpuRequest` set less than `cpuLimit` [\#1419](https://github.com/googleforgames/agones/issues/1419) +- AKS labels are not supported in the Terraform provider, wrong Controller placement [\#1383](https://github.com/googleforgames/agones/issues/1383) +- sdk-server needs patch rbac on events [\#1304](https://github.com/googleforgames/agones/issues/1304) +- Flaky: TestGameServerReserve [\#1276](https://github.com/googleforgames/agones/issues/1276) +- Flaky: TestLocalSDKServerPlayerCapacity [\#1451](https://github.com/googleforgames/agones/pull/1451) ([markmandel](https://github.com/markmandel)) +- Revert local sdk logging from Debug-\>Info [\#1443](https://github.com/googleforgames/agones/pull/1443) ([markmandel](https://github.com/markmandel)) +- Retry logic in htmltest [\#1429](https://github.com/googleforgames/agones/pull/1429) ([markmandel](https://github.com/markmandel)) +- Terraform fix AKS Node Pool Labels [\#1420](https://github.com/googleforgames/agones/pull/1420) ([aLekSer](https://github.com/aLekSer)) +- Update Node.js dependencies and fix annoyances [\#1415](https://github.com/googleforgames/agones/pull/1415) ([steven-supersolid](https://github.com/steven-supersolid)) +- Flaky: TestGameServerReserve [\#1414](https://github.com/googleforgames/agones/pull/1414) ([markmandel](https://github.com/markmandel)) +- Fixed permission of sidecar serviceaccount [\#1408](https://github.com/googleforgames/agones/pull/1408) ([suecideTech](https://github.com/suecideTech)) +- SdkServer: updateState does not do a DeepClone\(\) [\#1398](https://github.com/googleforgames/agones/pull/1398) ([markmandel](https://github.com/markmandel)) +- Fix SDK conformance GRPC gateway test [\#1390](https://github.com/googleforgames/agones/pull/1390) ([aLekSer](https://github.com/aLekSer)) +- Extra Debugging for TestGameServerReserve [\#1334](https://github.com/googleforgames/agones/pull/1334) ([markmandel](https://github.com/markmandel)) + +**Closed issues:** + +- Release 1.4.0 [\#1387](https://github.com/googleforgames/agones/issues/1387) +- C++ Game Server Client SDK documentation formatting [\#1379](https://github.com/googleforgames/agones/issues/1379) +- \[Deprecation\] Upgrade Build Node.js version to 12 [\#1272](https://github.com/googleforgames/agones/issues/1272) + +**Merged pull requests:** + +- 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)) +- Added log\_level parameter to Terraform deployment [\#1438](https://github.com/googleforgames/agones/pull/1438) ([akremsa](https://github.com/akremsa)) +- update local.md [\#1437](https://github.com/googleforgames/agones/pull/1437) ([DemonsLu](https://github.com/DemonsLu)) +- Add go.sum to SuperTuxKart example. [\#1434](https://github.com/googleforgames/agones/pull/1434) ([markmandel](https://github.com/markmandel)) +- Terraform docs about terraform destroy [\#1425](https://github.com/googleforgames/agones/pull/1425) ([aLekSer](https://github.com/aLekSer)) +- Super Tux Kart -\> SuperTuxKart, and additional wording fixes [\#1410](https://github.com/googleforgames/agones/pull/1410) ([qwertychouskie](https://github.com/qwertychouskie)) +- Docs: Add description for Kubernetes client metrics [\#1409](https://github.com/googleforgames/agones/pull/1409) ([aLekSer](https://github.com/aLekSer)) +- Add missing allocator affinity and tolerations to helm docs [\#1406](https://github.com/googleforgames/agones/pull/1406) ([bburghaus](https://github.com/bburghaus)) +- Upgrade Build Node.js version to 12 [\#1405](https://github.com/googleforgames/agones/pull/1405) ([akremsa](https://github.com/akremsa)) +- update client-go for kubernetes-1.14.10 [\#1404](https://github.com/googleforgames/agones/pull/1404) ([heartrobotninja](https://github.com/heartrobotninja)) +- Site search only agones.dev, not previous version domains. [\#1395](https://github.com/googleforgames/agones/pull/1395) ([markmandel](https://github.com/markmandel)) +- Switch godoc.org links to pkg.go.dev [\#1394](https://github.com/googleforgames/agones/pull/1394) ([markmandel](https://github.com/markmandel)) +- Fixed mangled lists in C++ guide [\#1393](https://github.com/googleforgames/agones/pull/1393) ([akremsa](https://github.com/akremsa)) +- Preparation for 1.5.0 Release [\#1391](https://github.com/googleforgames/agones/pull/1391) ([markmandel](https://github.com/markmandel)) +- Update terraform EKS module to 1.14 version [\#1386](https://github.com/googleforgames/agones/pull/1386) ([aLekSer](https://github.com/aLekSer)) +- AKS use supported version of Kubernetes 1.14 [\#1385](https://github.com/googleforgames/agones/pull/1385) ([aLekSer](https://github.com/aLekSer)) +- Fix for AKS recent provider change [\#1380](https://github.com/googleforgames/agones/pull/1380) ([aLekSer](https://github.com/aLekSer)) +- Terraform make targets: Switch from the plane structure to module terraform config [\#1375](https://github.com/googleforgames/agones/pull/1375) ([aLekSer](https://github.com/aLekSer)) +- Separate e2e tests in build Makefile [\#1371](https://github.com/googleforgames/agones/pull/1371) ([drichardson](https://github.com/drichardson)) +- Updated log levels in pkg [\#1359](https://github.com/googleforgames/agones/pull/1359) ([akremsa](https://github.com/akremsa)) + ## [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) @@ -20,6 +99,7 @@ **Merged pull requests:** +- Release 1.4.0 [\#1388](https://github.com/googleforgames/agones/pull/1388) ([markmandel](https://github.com/markmandel)) - 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)) @@ -333,6 +413,7 @@ - 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) @@ -403,7 +484,6 @@ - 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)) diff --git a/install/helm/agones/Chart.yaml b/install/helm/agones/Chart.yaml index e972cf1e59..e6afb8bfa1 100644 --- a/install/helm/agones/Chart.yaml +++ b/install/helm/agones/Chart.yaml @@ -15,8 +15,8 @@ # Declare variables to be passed into your templates. apiVersion: v1 -appVersion: "1.5.0" -version: 1.5.0 +appVersion: "1.5.0-rc" +version: 1.5.0-rc name: agones description: a library for hosting, running and scaling dedicated game servers on Kubernetes. keywords: diff --git a/install/helm/agones/values.yaml b/install/helm/agones/values.yaml index b2f674a395..0620bc3c00 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -125,7 +125,7 @@ agones: generateTLS: true image: registry: gcr.io/agones-images - tag: 1.5.0 + tag: 1.5.0-rc controller: name: agones-controller pullPolicy: IfNotPresent diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index bcf75690a3..a1382db0c2 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -20,7 +20,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller --- @@ -31,7 +31,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller rules: @@ -76,7 +76,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller subjects: @@ -140,7 +140,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller --- @@ -151,7 +151,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller rules: @@ -169,7 +169,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller subjects: @@ -205,7 +205,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -457,7 +457,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -543,7 +543,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -761,7 +761,7 @@ metadata: controller-tools.k8s.io: "1.0" component: crd app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller name: gameserverallocationpolicies.multicluster.agones.dev @@ -854,7 +854,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1102,7 +1102,7 @@ metadata: labels: agones.dev/role: controller app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1138,7 +1138,7 @@ metadata: labels: component: allocator app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1209,7 +1209,7 @@ spec: secretName: allocator-client-ca containers: - name: agones-allocator - image: "gcr.io/agones-images/agones-allocator:1.5.0" + image: "gcr.io/agones-images/agones-allocator:1.5.0-rc" imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1264,7 +1264,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller rules: @@ -1296,7 +1296,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller @@ -1309,7 +1309,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller subjects: @@ -1330,7 +1330,7 @@ metadata: namespace: agones-system labels: app: agones-manual - chart: "agones-1.5.0" + chart: "agones-1.5.0-rc" release: "agones-manual" heritage: "Tiller" data: @@ -1347,7 +1347,7 @@ metadata: namespace: agones-system labels: app: agones-manual - chart: "agones-1.5.0" + chart: "agones-1.5.0-rc" release: "agones-manual" heritage: "Tiller" data: @@ -1363,7 +1363,7 @@ metadata: namespace: agones-system labels: app: agones-manual - chart: "agones-1.5.0" + chart: "agones-1.5.0-rc" release: "agones-manual" heritage: "Tiller" data: @@ -1393,7 +1393,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1438,7 +1438,7 @@ spec: serviceAccountName: agones-controller containers: - name: agones-controller - image: "gcr.io/agones-images/agones-controller:1.5.0" + image: "gcr.io/agones-images/agones-controller:1.5.0-rc" imagePullPolicy: IfNotPresent env: # minimum port that can be exposed to GameServer traffic @@ -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.5.0" + value: "gcr.io/agones-images/agones-sdk:1.5.0-rc" - name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always value: "false" - name: SIDECAR_CPU_REQUEST @@ -1538,7 +1538,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1575,7 +1575,7 @@ spec: priorityClassName: agones-system containers: - name: agones-ping - image: "gcr.io/agones-images/agones-ping:1.5.0" + image: "gcr.io/agones-images/agones-ping:1.5.0-rc" imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1601,7 +1601,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1622,7 +1622,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1657,7 +1657,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller spec: @@ -1677,7 +1677,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller webhooks: @@ -1727,7 +1727,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.5.0 + chart: agones-1.5.0-rc release: agones-manual heritage: Tiller webhooks: @@ -1757,7 +1757,7 @@ metadata: namespace: agones-system labels: app: agones-manual - chart: "agones-1.5.0" + chart: "agones-1.5.0-rc" release: "agones-manual" heritage: "Tiller" type: Opaque diff --git a/sdks/nodejs/package.json b/sdks/nodejs/package.json index ba662be864..5975835d91 100644 --- a/sdks/nodejs/package.json +++ b/sdks/nodejs/package.json @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "version": "1.5.0" + "version": "1.5.0-rc" } diff --git a/site/content/en/blog/releases/1.4.0.md b/site/content/en/blog/releases/1.4.0.md index 6b2637f0e0..5674727c6e 100755 --- a/site/content/en/blog/releases/1.4.0.md +++ b/site/content/en/blog/releases/1.4.0.md @@ -12,7 +12,7 @@ The Node package has now been officially moved to NPM, away from Github packages Between RC and Stable, critical issues with the Terraform scripts for GKE were discovered. In the process some duplicate example scripts for GKE were removed, and others were adjusted. So please review your GKE based Terraform Agones scripts still work, and adjust accordingly. -Check the README for details on features, installation and usage. +Check the README for details on features, installation and usage. **Breaking changes:** @@ -41,7 +41,7 @@ Check the CHANGELOG for more details on changes. +See CHANGELOG for more details on changes. Images available with this release: @@ -61,7 +61,7 @@ Images available with this release: Helm chart available with this release: -- +- helm install agones/agones --version 1.4.0 > Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable` diff --git a/site/content/en/blog/releases/1.5.0-rc.md b/site/content/en/blog/releases/1.5.0-rc.md new file mode 100755 index 0000000000..7c938088b0 --- /dev/null +++ b/site/content/en/blog/releases/1.5.0-rc.md @@ -0,0 +1,65 @@ +--- +title: "1.5.0 - Release Candidate" +linkTitle: "1.5.0-rc" +date: "2020-04-06" +--- + +# v1.5.0-rc + +This is the 1.5.0-rc release of Agones. + +This release sees the release of an official C# SDK, as well as our first Alpha feature, being able to allow port +mapping to any container in the backing GameServer Pod. + +Check the README for details on features, installation and usage. + +**Implemented enhancements:** + +- GameServer remains "STATE:Creating" if not create serviceaccount [\#1370](https://github.com/googleforgames/agones/issues/1370) +- Site: Prioritise search results on agones.dev better [\#1327](https://github.com/googleforgames/agones/issues/1327) +- Create and document rules of thumb for log levels in agones code [\#1223](https://github.com/googleforgames/agones/issues/1223) +- Configurable Log Level for Agones controllers [\#1218](https://github.com/googleforgames/agones/issues/1218) +- Refactor Docker files for gRPC between SDK and allocation [\#1115](https://github.com/googleforgames/agones/issues/1115) +- C\# SDK [\#884](https://github.com/googleforgames/agones/issues/884) +- Feature Gates: EnableAllFeatures [\#1448](https://github.com/googleforgames/agones/pull/1448) ([markmandel](https://github.com/markmandel)) +- Local implementation of Set/GetPlayerCapacity [\#1444](https://github.com/googleforgames/agones/pull/1444) ([markmandel](https://github.com/markmandel)) +- Alpha GameServer attributes added to SDK [\#1440](https://github.com/googleforgames/agones/pull/1440) ([markmandel](https://github.com/markmandel)) +- Added version to stress tests files [\#1433](https://github.com/googleforgames/agones/pull/1433) ([akremsa](https://github.com/akremsa)) +- Terraform: Add FeatureGates into helm release [\#1431](https://github.com/googleforgames/agones/pull/1431) ([aLekSer](https://github.com/aLekSer)) +- SuperTuxKart Game Server that allows AI connections [\#1424](https://github.com/googleforgames/agones/pull/1424) ([markmandel](https://github.com/markmandel)) +- Fix wrong condition check for Memory limit [\#1418](https://github.com/googleforgames/agones/pull/1418) ([aLekSer](https://github.com/aLekSer)) +- Applied allocation test [\#1417](https://github.com/googleforgames/agones/pull/1417) ([akremsa](https://github.com/akremsa)) +- Add shutdown duration option to Node.js simple [\#1413](https://github.com/googleforgames/agones/pull/1413) ([steven-supersolid](https://github.com/steven-supersolid)) +- Add sidecar memory resources setting [\#1402](https://github.com/googleforgames/agones/pull/1402) ([suecideTech](https://github.com/suecideTech)) +- Add ErrorHandling for failed to create pods because of forbidden [\#1400](https://github.com/googleforgames/agones/pull/1400) ([suecideTech](https://github.com/suecideTech)) +- Alpha SDK.SetPlayerCapacity & GetPlayerCapacity [\#1399](https://github.com/googleforgames/agones/pull/1399) ([markmandel](https://github.com/markmandel)) +- Add feature gate block to Make install [\#1397](https://github.com/googleforgames/agones/pull/1397) ([markmandel](https://github.com/markmandel)) +- Allow ports to be added to any container in a GS pod [\#1396](https://github.com/googleforgames/agones/pull/1396) ([benclive](https://github.com/benclive)) +- Adding the C\# gRPC SDK [\#1315](https://github.com/googleforgames/agones/pull/1315) ([Reousa](https://github.com/Reousa)) + +Documentation: https://development.agones.dev/site/ + +See CHANGELOG for more details on changes. + +Images available with this release: + +- [gcr.io/agones-images/agones-controller:1.5.0-rc](https://gcr.io/agones-images/agones-controller:1.5.0-rc) +- [gcr.io/agones-images/agones-sdk:1.5.0-rc](https://gcr.io/agones-images/agones-sdk:1.5.0-rc) +- [gcr.io/agones-images/agones-ping:1.5.0-rc](https://gcr.io/agones-images/agones-ping:1.5.0-rc) +- [gcr.io/agones-images/agones-allocator:1.5.0-rc](https://gcr.io/agones-images/agones-allocator:1.5.0-rc) +- [gcr.io/agones-images/cpp-simple-server:0.12](https://gcr.io/agones-images/cpp-simple-server:0.12) +- [gcr.io/agones-images/nodejs-simple-server:0.4](https://gcr.io/agones-images/nodejs-simple-server:0.4) +- [gcr.io/agones-images/rust-simple-server:0.7](https://gcr.io/agones-images/rust-simple-server:0.7) +- [gcr.io/agones-images/unity-simple-server:0.3](https://gcr.io/agones-images/unity-simple-server:0.3) +- [gcr.io/agones-images/udp-server:0.19](https://gcr.io/agones-images/udp-server:0.19) +- [gcr.io/agones-images/tcp-server:0.4](https://gcr.io/agones-images/tcp-server:0.4) +- [gcr.io/agones-images/xonotic-example:0.8](https://gcr.io/agones-images/xonotic-example:0.8) +- [gcr.io/agones-images/supertuxkart-example:0.2](https://gcr.io/agones-images/supertuxkart-example:0.2) +- [gcr.io/agones-images/crd-client:0.2](https://gcr.io/agones-images/crd-client:0.2) + +Helm chart available with this release: + +- + helm install agones/agones --version 1.5.0-rc + +> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`