From 4c06f8ad83c9acaecd8443ff5f29335054c73070 Mon Sep 17 00:00:00 2001 From: Aravindh K Date: Wed, 20 Nov 2024 03:05:11 +0530 Subject: [PATCH] Release v1.45.0 (#4041) * Release version 1.45.0 - New features and bug fixes * changelog.md date update * data-proofer-ignore in previous release --- CHANGELOG.md | 33 +++++++++ install/helm/agones/Chart.yaml | 4 +- install/helm/agones/values.yaml | 2 +- install/yaml/install.yaml | 74 ++++++++++----------- sdks/csharp/sdk/AgonesSDK.nuspec | 2 +- sdks/csharp/sdk/csharp-sdk.csproj | 2 +- sdks/nodejs/package-lock.json | 4 +- sdks/nodejs/package.json | 2 +- sdks/rust/Cargo.toml | 2 +- sdks/unity/package.json | 2 +- site/config.toml | 16 ++--- site/content/en/blog/releases/1.44.0.md | 6 +- site/content/en/blog/releases/1.45.0.md | 55 +++++++++++++++ site/content/en/docs/Installation/_index.md | 4 +- site/layouts/partials/navbar.html | 2 +- 15 files changed, 149 insertions(+), 61 deletions(-) create mode 100644 site/content/en/blog/releases/1.45.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f641bc6af..cfbee0538e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [v1.45.0](https://github.com/googleforgames/agones/tree/v1.45.0) (2024-11-19) + +[Full Changelog](https://github.com/googleforgames/agones/compare/v1.44.0...v1.45.0) + +**Breaking changes:** +- Update Supported Kubernetes to 1.29, 1.30, 1.31 by @kamaljeeti in https://github.com/googleforgames/agones/pull/4024 + +**Implemented enhancements:** +- Dashboard for Agones GameServer State duration by @vicentefb in https://github.com/googleforgames/agones/pull/3947 +- Add Shutdown Delay Seconds to the sdk-client-test containers by @igooch in https://github.com/googleforgames/agones/pull/4030 +- Add a CI check to fail on change to an example without a new version by @wheatear-dev in https://github.com/googleforgames/agones/pull/3940 + +**Fixed bugs:** +- Allowing list based fleet autoscaler to scale up from 0 replicas by @geopaulm in https://github.com/googleforgames/agones/pull/4016 + +**Other:** +- Preparation for Release v1.45.0 by @0xaravindh in https://github.com/googleforgames/agones/pull/4014 +- Update all Rust SDK dependencies to latest versions by @john-haven in https://github.com/googleforgames/agones/pull/4008 +- Write Terraform scripts and docs to show how to create OKE cluster and install Agones by @ouxingning in https://github.com/googleforgames/agones/pull/4023 +- Created performance cluster 1.30 by @kamaljeeti in https://github.com/googleforgames/agones/pull/4031 +- Updates the upgrade terraform by @igooch in https://github.com/googleforgames/agones/pull/4036 +- Adding Fleet Active GameServerSet Percentage Metrics by @0xaravindh in https://github.com/googleforgames/agones/pull/4021 +- Introducing Agones Guru on Gurubase.io by @kursataktas in https://github.com/googleforgames/agones/pull/4028 + +**New Contributors:** +- @john-haven made their first contribution in https://github.com/googleforgames/agones/pull/4008 +- @geopaulm made their first contribution in https://github.com/googleforgames/agones/pull/4016 +- @ouxingning made their first contribution in https://github.com/googleforgames/agones/pull/4023 +- @wheatear-dev made their first contribution in https://github.com/googleforgames/agones/pull/3940 +- @kursataktas made their first contribution in https://github.com/googleforgames/agones/pull/4028 + ## [v1.44.0](https://github.com/googleforgames/agones/tree/v1.44.0) (2024-10-08) [Full Changelog](https://github.com/googleforgames/agones/compare/v1.43.0...v1.44.0) @@ -12,6 +43,7 @@ - Adds clusters for the in place upgrades tests by @igooch in https://github.com/googleforgames/agones/pull/3990 - Test in place upgrades run tests by @igooch in https://github.com/googleforgames/agones/pull/3991 - Move Feature GKEAutopilotExtendedDurationPods To Beta by @kamaljeeti in https://github.com/googleforgames/agones/pull/4006 + **Fixed bugs:** - fix: remove bad character from metrics markdown by @code-eg in https://github.com/googleforgames/agones/pull/3981 - Updating UpdateList to update the values on a list by @chrisfoster121 in https://github.com/googleforgames/agones/pull/3899 @@ -19,6 +51,7 @@ - Refactor metrics registry exporter by @kamaljeeti in https://github.com/googleforgames/agones/pull/3989 - Fix the build-e2e error by @gongmax in https://github.com/googleforgames/agones/pull/4009 - Add a flag to sdkserver to avoid a collision on port 8080 by @KAllan357 in https://github.com/googleforgames/agones/pull/4010 + **Other:** - Update the note at the top of the player tracking docs by @roberthbailey in https://github.com/googleforgames/agones/pull/3974 - Adds schedule and chain policy to fleetautoscaler documentation by @indexjoseph in https://github.com/googleforgames/agones/pull/3934 diff --git a/install/helm/agones/Chart.yaml b/install/helm/agones/Chart.yaml index 26b3d24588..e46a6d13b5 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.45.0-dev" -version: 1.45.0-dev +appVersion: "1.45.0" +version: 1.45.0 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 2938c04f13..4031aa110f 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -271,7 +271,7 @@ agones: topologySpreadConstraints: {} image: registry: us-docker.pkg.dev/agones-images/release - tag: 1.45.0-dev + tag: 1.45.0 controller: name: agones-controller pullPolicy: IfNotPresent diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index 0d9d8ffa4f..4781e9ef2c 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -50,7 +50,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm --- @@ -75,7 +75,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm --- @@ -100,7 +100,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm --- @@ -112,7 +112,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.45.0-dev" + chart: "agones-1.45.0" release: "agones-manual" heritage: "Helm" type: Opaque @@ -129,7 +129,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.45.0-dev" + chart: "agones-1.45.0" release: "agones-manual" heritage: "Helm" data: @@ -145,7 +145,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.45.0-dev" + chart: "agones-1.45.0" release: "agones-manual" heritage: "Helm" data: @@ -161,7 +161,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.45.0-dev" + chart: "agones-1.45.0" release: "agones-manual" heritage: "Helm" data: @@ -191,7 +191,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -5922,7 +5922,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -6112,7 +6112,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -11675,7 +11675,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm name: gameserverallocationpolicies.multicluster.agones.dev @@ -11754,7 +11754,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17453,7 +17453,7 @@ metadata: name: agones-allocator labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm rules: @@ -17483,7 +17483,7 @@ metadata: name: agones-controller labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm rules: @@ -17537,7 +17537,7 @@ metadata: name: agones-sdk labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm rules: @@ -17556,7 +17556,7 @@ metadata: name: agones-allocator labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm subjects: @@ -17575,7 +17575,7 @@ metadata: name: agones-controller-access labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm subjects: @@ -17627,7 +17627,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm subjects: @@ -17661,7 +17661,7 @@ metadata: labels: agones.dev/role: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17695,7 +17695,7 @@ metadata: labels: agones.dev/role: extensions app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17715,7 +17715,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17737,7 +17737,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17773,7 +17773,7 @@ metadata: labels: agones.dev/role: extensions app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17810,7 +17810,7 @@ metadata: labels: component: allocator app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17832,7 +17832,7 @@ metadata: labels: multicluster.agones.dev/role: allocator app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17866,7 +17866,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -17908,7 +17908,7 @@ spec: serviceAccountName: agones-controller containers: - name: agones-controller - image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.45.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.45.0" imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -17922,7 +17922,7 @@ spec: - name: MAX_PORT value: "8000" - name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used - value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.45.0-dev" + value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.45.0" - name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always value: "false" - name: SIDECAR_CPU_REQUEST @@ -18040,7 +18040,7 @@ metadata: labels: component: extensions app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -18084,7 +18084,7 @@ spec: terminationGracePeriodSeconds: 27 containers: - name: agones-extensions - image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.45.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.45.0" imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -18194,7 +18194,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -18229,7 +18229,7 @@ spec: priorityClassName: agones-system containers: - name: agones-ping - image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.45.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.45.0" imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -18307,7 +18307,7 @@ spec: secretName: allocator-client-ca containers: - name: agones-allocator - image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.45.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.45.0" imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -18394,7 +18394,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm spec: @@ -18445,7 +18445,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm webhooks: @@ -18488,7 +18488,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm webhooks: @@ -18533,7 +18533,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.45.0-dev + chart: agones-1.45.0 release: agones-manual heritage: Helm webhooks: diff --git a/sdks/csharp/sdk/AgonesSDK.nuspec b/sdks/csharp/sdk/AgonesSDK.nuspec index 7559b8e14d..424544136e 100644 --- a/sdks/csharp/sdk/AgonesSDK.nuspec +++ b/sdks/csharp/sdk/AgonesSDK.nuspec @@ -2,7 +2,7 @@ AgonesSDK - 1.45.0-dev + 1.45.0 Google LLC Google LLC false diff --git a/sdks/csharp/sdk/csharp-sdk.csproj b/sdks/csharp/sdk/csharp-sdk.csproj index 462f33ab3d..29c0a9a730 100644 --- a/sdks/csharp/sdk/csharp-sdk.csproj +++ b/sdks/csharp/sdk/csharp-sdk.csproj @@ -13,7 +13,7 @@ https://agones.dev http://www.apache.org/licenses/LICENSE-2.0 AgonesSDK - 1.45.0-dev + 1.45.0 agones, googleforgames, kuberenetes, multiplayer, gameservers agones.dev Debug;Release;DebugProtoGen diff --git a/sdks/nodejs/package-lock.json b/sdks/nodejs/package-lock.json index dbe534162f..8bbaae62c5 100644 --- a/sdks/nodejs/package-lock.json +++ b/sdks/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/agones-sdk", - "version": "1.45.0-dev", + "version": "1.45.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-cloud/agones-sdk", - "version": "1.45.0-dev", + "version": "1.45.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "1.10.9", diff --git a/sdks/nodejs/package.json b/sdks/nodejs/package.json index b6e21dfcce..6b51b164dc 100644 --- a/sdks/nodejs/package.json +++ b/sdks/nodejs/package.json @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "version": "1.45.0-dev" + "version": "1.45.0" } diff --git a/sdks/rust/Cargo.toml b/sdks/rust/Cargo.toml index 18c7e8fcde..f9d17d54d4 100644 --- a/sdks/rust/Cargo.toml +++ b/sdks/rust/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "agones" -version = "1.45.0-dev" +version = "1.45.0" edition = "2021" description = "The Rust SDK for Agones." license = "Apache-2.0" diff --git a/sdks/unity/package.json b/sdks/unity/package.json index b0dcf295f3..80b385fe85 100644 --- a/sdks/unity/package.json +++ b/sdks/unity/package.json @@ -1,6 +1,6 @@ { "name": "com.googleforgames.agones", - "version": "1.45.0-dev", + "version": "1.45.0", "displayName": "Agones Unity SDK", "description": "The Unity Gameserver SDK for Agones", "unity": "2019.1", diff --git a/site/config.toml b/site/config.toml index 1600f4db17..ea54432966 100644 --- a/site/config.toml +++ b/site/config.toml @@ -80,17 +80,17 @@ github_repo = "https://github.com/googleforgames/agones" gcs_engine_id = "016691298986124624340:x7qv2dywdao" # current release branch. Never is rc. -release_branch = "release-1.44.0" +release_branch = "release-1.45.0" # the main version. Never is rc. -release_version = "1.44.0" +release_version = "1.45.0" # shown for production -supported_k8s = ["1.28", "1.29", "1.30"] -k8s_api_version = "1.29" -gke_example_cluster_version = "1.29" -aks_example_cluster_version = "1.29" -eks_example_cluster_version = "1.30" -minikube_example_cluster_version = "1.29.7" +supported_k8s = ["1.29", "1.30", "1.31"] +k8s_api_version = "1.30" +gke_example_cluster_version = "1.30" +aks_example_cluster_version = "1.31" +eks_example_cluster_version = "1.31" +minikube_example_cluster_version = "1.30.4" # shown in development (or the next versions that will be supported) dev_supported_k8s = ["1.29", "1.30", "1.31"] dev_k8s_api_version = "1.30" diff --git a/site/content/en/blog/releases/1.44.0.md b/site/content/en/blog/releases/1.44.0.md index 8dcdac3cfc..e03385515d 100644 --- a/site/content/en/blog/releases/1.44.0.md +++ b/site/content/en/blog/releases/1.44.0.md @@ -18,7 +18,7 @@ In this release, we have added beta support for Extended Duration Pods on GKE Au - **Updated Versions Go v1.22.6 and gRPC v1.65.0 Now Live**: We have upgraded to Go v1.22.6 and gRPC v1.65.0, which bring enhanced performance and crucial security updates. -Check the README for details on features, installation and usage. +Check the README for details on features, installation and usage. **Implemented enhancements:** - Unreal SDK - Added counters to unreal sdk by @GloryOfNight in https://github.com/googleforgames/agones/pull/3935 @@ -29,7 +29,7 @@ Check the CHANGELOG for more details on changes. +See CHANGELOG for more details on changes. Images available with this release: @@ -50,7 +50,7 @@ Images available with this release: Helm chart available with this release: -- +- helm install agones agones/agones --version 1.44.0 > Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable` \ No newline at end of file diff --git a/site/content/en/blog/releases/1.45.0.md b/site/content/en/blog/releases/1.45.0.md new file mode 100644 index 0000000000..93cd9ce92c --- /dev/null +++ b/site/content/en/blog/releases/1.45.0.md @@ -0,0 +1,55 @@ +--- +title: "1.45.0 - Kubernetes 1.31 Support, OKE Cluster Setup Documentation, bug fixes and more" +linktitle: "1.45.0" +date: "2024-11-19" +--- + +This is the 1.45.0 release of Agones. + +In this release, we’ve introduced Terraform scripts and updated documentation for setting up Agones on Oracle Kubernetes Engine (OKE). Additionally, we’ve improved support for new Kubernetes versions, enhanced the Fleet Autoscaler, and introduced a new dashboard feature for GameServer state durations. Additionally, we've updated the Rust SDK and added a CI check for versioning in examples. + +- **Updated Kubernetes Version Support (v1.29, v1.30, v1.31)**: Agones now officially supports Kubernetes versions 1.29, 1.30, and 1.31, ensuring compatibility with the latest Kubernetes releases for improved performance and stability. + +- **Terraform Scripts and Documentation for OKE Cluster Setup**: New documentation has been added, including Terraform scripts to help users set up an OKE (Oracle Kubernetes Engine) cluster and install Agones. + +- **Rust SDK Updates**: All Rust SDK dependencies have been updated to the latest versions. This update brings performance improvements, bug fixes, and ensures compatibility with the newest features in Rust. + +- **Fleet Autoscaler Enhancements: List-based Scaling from Zero Replicas**: The Fleet Autoscaler now supports scaling game server fleets from zero replicas when using a type List Fleet Autoscaler. This improves the flexibility of scaling fleets with GitOps based tools. + +- **New Dashboard Feature for GameServer State Duration**: A new dashboard feature has been added that provides insights into the duration of GameServer states. This will help operators monitor and debug the lifecycle of game servers more efficiently. + +Check the README for details on features, installation and usage. + +**Breaking changes:** +- Update Supported Kubernetes to 1.29, 1.30, 1.31 by @kamaljeeti in https://github.com/googleforgames/agones/pull/4024 + +**Implemented enhancements:** +- Dashboard for Agones GameServer State duration by @vicentefb in https://github.com/googleforgames/agones/pull/3947 +- Add Shutdown Delay Seconds to the sdk-client-test containers by @igooch in https://github.com/googleforgames/agones/pull/4030 +- Add a CI check to fail on change to an example without a new version by @wheatear-dev in https://github.com/googleforgames/agones/pull/3940 + +See CHANGELOG for more details on changes. + +Images available with this release: + +- [us-docker.pkg.dev/agones-images/release/agones-controller:1.45.0](https://us-docker.pkg.dev/agones-images/release/agones-controller:1.45.0) +- [us-docker.pkg.dev/agones-images/release/agones-sdk:1.45.0](https://us-docker.pkg.dev/agones-images/release/agones-sdk:1.45.0) +- [us-docker.pkg.dev/agones-images/release/agones-ping:1.45.0](https://us-docker.pkg.dev/agones-images/release/agones-ping:1.45.0) +- [us-docker.pkg.dev/agones-images/release/agones-allocator:1.45.0](https://us-docker.pkg.dev/agones-images/release/agones-allocator:1.45.0) +- [us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.10](https://us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.10) +- [us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.15](https://us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.15) +- [us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.19](https://us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.19) +- [us-docker.pkg.dev/agones-images/examples/crd-client:0.18](https://us-docker.pkg.dev/agones-images/examples/crd-client:0.18) +- [us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.10](https://us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.10) +- [us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.13](https://us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.13) +- [us-docker.pkg.dev/agones-images/examples/simple-game-server:0.35](https://us-docker.pkg.dev/agones-images/examples/simple-game-server:0.35) +- [us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.15](https://us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.15) +- [us-docker.pkg.dev/agones-images/examples/unity-simple-server:0.3](https://us-docker.pkg.dev/agones-images/examples/unity-simple-server:0.3) +- [us-docker.pkg.dev/agones-images/examples/xonotic-example:2.1](https://us-docker.pkg.dev/agones-images/examples/xonotic-example:2.1) + +Helm chart available with this release: + +- + helm install agones agones/agones --version 1.45.0 + +> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable` \ No newline at end of file diff --git a/site/content/en/docs/Installation/_index.md b/site/content/en/docs/Installation/_index.md index fd89a4a9d6..343448de86 100644 --- a/site/content/en/docs/Installation/_index.md +++ b/site/content/en/docs/Installation/_index.md @@ -47,7 +47,8 @@ The following table lists recent Agones versions and their corresponding require | Agones version | Kubernetes version(s) | | -------------- | ------------------ | -| 1.44 | {{% k8s-version %}} | +| 1.45 | {{% k8s-version %}} | +| 1.44 | 1.28, 1.29, 1.30 | | 1.43 | 1.28, 1.29, 1.30 | | 1.42 | 1.27, 1.28, 1.29 | | 1.41 | 1.27, 1.28, 1.29 | @@ -69,7 +70,6 @@ The following table lists recent Agones versions and their corresponding require | 1.25 | 1.22 | | 1.24 | 1.22 | | 1.23 | 1.22 | -| 1.22 | 1.21 | ## Best Practices {#separation-of-agones-from-gameserver-nodes} diff --git a/site/layouts/partials/navbar.html b/site/layouts/partials/navbar.html index 956799c3d9..fb890b8260 100644 --- a/site/layouts/partials/navbar.html +++ b/site/layouts/partials/navbar.html @@ -27,6 +27,7 @@ {{ if (gt (len .Site.Home.Translations) 0) }}