diff --git a/CHANGELOG.md b/CHANGELOG.md index 24697da11b..a611103e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## [v1.33.0](https://github.com/googleforgames/agones/tree/v1.33.0) (2023-07-05) + +[Full Changelog](https://github.com/googleforgames/agones/compare/v1.32.0...v1.33.0) + +**Implemented enhancements:** +- Cloud Build config to trigger a build if no build is running by @zmerlynn in https://github.com/googleforgames/agones/pull/3174 +- Add a helm flag to force Agones system components onto dedicated nodes by @gongmax in https://github.com/googleforgames/agones/pull/3161 +- Counts and Lists Aggregate Values for Fleet Status and GameServerSet Status by @igooch in https://github.com/googleforgames/agones/pull/3180 +- [Release Automation] Label PRs with GitHub Action by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3151 +- Add make gen-crd-clients to the CI suite by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3196 +- Adds Counters and Lists to FleetAutoScaler CRD by @igooch in https://github.com/googleforgames/agones/pull/3198 +- Expose GameServer types by @MiniaczQ in https://github.com/googleforgames/agones/pull/3205 +- Label PR by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3216 +- Remove Feature Expiry Version Shortcodes by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3210 +- Add labels and annotations to allocation response by @austin-space in https://github.com/googleforgames/agones/pull/3197 +- Update Version in site/config.toml by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3227 +- Move SDKGracefulTermination To Stable by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3231 +- Delete data-proofer-ignore attribute by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3225 +- GKE Autopilot: Add primary container annotation for game server container by @zmerlynn in https://github.com/googleforgames/agones/pull/3234 +- Fix goclient request dashboard and add allocator to the drill down; Change goclient workqueue dashboard y axis unit by @gongmax in https://github.com/googleforgames/agones/pull/3240 + +**Fixed bugs:** +- Fix container name conflict when build windows image by @gongmax in https://github.com/googleforgames/agones/pull/3195 +- Have leader election use namespace from env var by @chiayi in https://github.com/googleforgames/agones/pull/3209 +- Make sdk-update-version by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3221 +- Add label changes for service-monitor by @chiayi in https://github.com/googleforgames/agones/pull/3201 + +**Other:** +- Preparation for next release v1.33.0 by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3181 +- Run e2e test on regional standard clusters by @gongmax in https://github.com/googleforgames/agones/pull/3182 +- Remove zonal test clusters, and create regional clusters with release channel by @gongmax in https://github.com/googleforgames/agones/pull/3186 +- Update GKE installation instructions now that `SplitControllerAndExtensions` has been enabled by default. by @roberthbailey in https://github.com/googleforgames/agones/pull/3191 +- build: add ltsc2022 target for windows builds by @davidedmondsMPG in https://github.com/googleforgames/agones/pull/3187 +- Remove Rolling Update on Ready warning in docs by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3192 +- Add write permission to id-token by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3207 +- remove old warning of conversion int64 to float64 by @ashutosji in https://github.com/googleforgames/agones/pull/3214 +- Docs: Break up Helm configuration table by @markmandel in https://github.com/googleforgames/agones/pull/3215 +- Change pre-release version to MAJOR.MINOR.PATCH-dev-HASH by @gongmax in https://github.com/googleforgames/agones/pull/3219 +- Change the helm config field `agones.system.requireDedicatedNode` to `agones.requireDedicatedNodes` by @gongmax in https://github.com/googleforgames/agones/pull/3226 +- Potential fix for TestAllocatorAllocate* flakiness by @markmandel in https://github.com/googleforgames/agones/pull/3232 +- Fix Unreal Engine SDK page for UE5 information. by @oniku-2929 in https://github.com/googleforgames/agones/pull/3237 + +**New Contributors:** +- @davidedmondsMPG made their first contribution in https://github.com/googleforgames/agones/pull/3187 +- @ashutosji made their first contribution in https://github.com/googleforgames/agones/pull/3214 + ## [v1.32.0](https://github.com/googleforgames/agones/tree/v1.32.0) (2023-05-23) [Full Changelog](https://github.com/googleforgames/agones/compare/v1.31.0...v1.32.0) diff --git a/install/helm/agones/Chart.yaml b/install/helm/agones/Chart.yaml index 0f0330bc17..35f8aee9a8 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.33.0-dev" -version: 1.33.0-dev +appVersion: "1.33.0" +version: 1.33.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 5d5105a8f0..c6286d4b79 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -246,7 +246,7 @@ agones: allocationBatchWaitTime: 500ms image: registry: us-docker.pkg.dev/agones-images/release - tag: 1.33.0-dev + tag: 1.33.0 controller: name: agones-controller pullPolicy: IfNotPresent diff --git a/install/yaml/install.yaml b/install/yaml/install.yaml index 79509a36a5..ed0bb56186 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.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm --- @@ -75,7 +75,7 @@ metadata: namespace: agones-system labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm --- @@ -100,7 +100,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm --- @@ -112,7 +112,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.33.0-dev" + chart: "agones-1.33.0" release: "agones-manual" heritage: "Helm" type: Opaque @@ -129,7 +129,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.33.0-dev" + chart: "agones-1.33.0" release: "agones-manual" heritage: "Helm" data: @@ -145,7 +145,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.33.0-dev" + chart: "agones-1.33.0" release: "agones-manual" heritage: "Helm" data: @@ -161,7 +161,7 @@ metadata: namespace: agones-system labels: app: agones - chart: "agones-1.33.0-dev" + chart: "agones-1.33.0" release: "agones-manual" heritage: "Helm" data: @@ -191,7 +191,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -5301,7 +5301,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -5491,7 +5491,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -10451,7 +10451,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm name: gameserverallocationpolicies.multicluster.agones.dev @@ -10530,7 +10530,7 @@ metadata: labels: component: crd app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15603,7 +15603,7 @@ metadata: name: agones-allocator labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm rules: @@ -15633,7 +15633,7 @@ metadata: name: agones-controller labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm rules: @@ -15687,7 +15687,7 @@ metadata: name: agones-sdk labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm rules: @@ -15706,7 +15706,7 @@ metadata: name: agones-allocator labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm subjects: @@ -15725,7 +15725,7 @@ metadata: name: agones-controller-access labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm subjects: @@ -15777,7 +15777,7 @@ metadata: namespace: default labels: app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm subjects: @@ -15798,7 +15798,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15820,7 +15820,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15856,7 +15856,7 @@ metadata: labels: agones.dev/role: extensions app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15893,7 +15893,7 @@ metadata: labels: component: allocator app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15915,7 +15915,7 @@ metadata: labels: multicluster.agones.dev/role: allocator app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15949,7 +15949,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -15991,7 +15991,7 @@ spec: serviceAccountName: agones-controller containers: - name: agones-controller - image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0" imagePullPolicy: IfNotPresent env: # minimum port that can be exposed to GameServer traffic @@ -16001,7 +16001,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.33.0-dev" + value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.33.0" - name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always value: "false" - name: SIDECAR_CPU_REQUEST @@ -16106,7 +16106,7 @@ metadata: labels: component: extensions app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -16150,7 +16150,7 @@ spec: terminationGracePeriodSeconds: 27 containers: - name: agones-extensions - image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.33.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.33.0" imagePullPolicy: IfNotPresent env: - name: PROMETHEUS_EXPORTER @@ -16252,7 +16252,7 @@ metadata: labels: component: ping app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -16287,7 +16287,7 @@ spec: priorityClassName: agones-system containers: - name: agones-ping - image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0" imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -16361,7 +16361,7 @@ spec: secretName: allocator-client-ca containers: - name: agones-allocator - image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0-dev" + image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0" imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -16442,7 +16442,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm spec: @@ -16493,7 +16493,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm webhooks: @@ -16545,7 +16545,7 @@ metadata: labels: component: controller app: agones - chart: agones-1.33.0-dev + chart: agones-1.33.0 release: agones-manual heritage: Helm webhooks: diff --git a/sdks/csharp/sdk/AgonesSDK.nuspec b/sdks/csharp/sdk/AgonesSDK.nuspec index 168f0f5246..3ec5ebe11e 100644 --- a/sdks/csharp/sdk/AgonesSDK.nuspec +++ b/sdks/csharp/sdk/AgonesSDK.nuspec @@ -2,7 +2,7 @@ AgonesSDK - 1.33.0-dev + 1.33.0 Google LLC Google LLC false diff --git a/sdks/csharp/sdk/csharp-sdk.csproj b/sdks/csharp/sdk/csharp-sdk.csproj index 949736c0fb..359ab948b1 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.33.0-dev + 1.33.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 e182b72619..0488cfd10f 100644 --- a/sdks/nodejs/package-lock.json +++ b/sdks/nodejs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-cloud/agones-sdk", - "version": "1.33.0-dev", + "version": "1.33.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-cloud/agones-sdk", - "version": "1.33.0-dev", + "version": "1.33.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "1.7.3", diff --git a/sdks/nodejs/package.json b/sdks/nodejs/package.json index d6e9d64d4c..0f88aa06eb 100644 --- a/sdks/nodejs/package.json +++ b/sdks/nodejs/package.json @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "version": "1.33.0-dev" + "version": "1.33.0" } diff --git a/sdks/unity/package.json b/sdks/unity/package.json index 034791337c..b3084444a9 100644 --- a/sdks/unity/package.json +++ b/sdks/unity/package.json @@ -1,6 +1,6 @@ { "name": "com.googleforgames.agones", - "version": "1.33.0-dev", + "version": "1.33.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 740b9731c3..8ba14fe919 100644 --- a/site/config.toml +++ b/site/config.toml @@ -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.32.0" +release_branch = "release-1.33.0" # the main version. Never is rc. -release_version = "1.32.0" +release_version = "1.33.0" # shown for production supported_k8s = ["1.24", "1.25", "1.26"] @@ -169,3 +169,4 @@ no = 'Sorry to hear that. Please README for details on features, installation and usage. +Check the README for details on features, installation and usage. **Implemented enhancements:** @@ -40,7 +40,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/agones --version 1.32.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.33.0.md b/site/content/en/blog/releases/1.33.0.md new file mode 100644 index 0000000000..c7998dd217 --- /dev/null +++ b/site/content/en/blog/releases/1.33.0.md @@ -0,0 +1,62 @@ +--- +title: "1.33.0 - SDKGracefulTermination To Stable and Returning Metadata on Allocation" +linktitle: "1.33.0" +date: "2023-07-05" +--- + +This is the 1.33.0 release of Agones. + +In this release, we have focused on improving the documentation, stabilized the SDKGracefulTermination feature and also are now returning GameServer annotations and labels on allocation response. + +- Stable SDKGracefulTermination: + SDKGracefulTermination feature is promoted to stable. With this advancement, the SDK server will now remain active for the specified `terminationGracePeriodSeconds` until `SDK.Shutdown()` has been called. This ensures a seamless transition during shutdown scenarios and gives you more control over the termination process. + +- Enhanced Documentation: + We have taken steps to improve the usability of our [helm documentation](https://agones.dev/site/docs/installation/install-agones/helm/#configuration). The large configuration table has been restructured into multiple sections making it much easier to navigate the Agones services. + +- Returning GameServer labels and annotations to allocation response: + The GameServerAllocation now has a metadata field returned with the metadata of the allocated GameServer. This can be useful for returning information about the GameServer, Fleet or even the cluster to the allocating process. + +Check the README for details on features, installation and usage. + +**Implemented enhancements:** +- Cloud Build config to trigger a build if no build is running by @zmerlynn in https://github.com/googleforgames/agones/pull/3174 +- Add a helm flag to force Agones system components onto dedicated nodes by @gongmax in https://github.com/googleforgames/agones/pull/3161 +- Counts and Lists Aggregate Values for Fleet Status and GameServerSet Status by @igooch in https://github.com/googleforgames/agones/pull/3180 +- [Release Automation] Label PRs with GitHub Action by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3151 +- Add make gen-crd-clients to the CI suite by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3196 +- Adds Counters and Lists to FleetAutoScaler CRD by @igooch in https://github.com/googleforgames/agones/pull/3198 +- Expose GameServer types by @MiniaczQ in https://github.com/googleforgames/agones/pull/3205 +- Label PR by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3216 +- Remove Feature Expiry Version Shortcodes by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3210 +- Add labels and annotations to allocation response by @austin-space in https://github.com/googleforgames/agones/pull/3197 +- Update Version in site/config.toml by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3227 +- Move SDKGracefulTermination To Stable by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3231 +- Delete data-proofer-ignore attribute by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3225 +- GKE Autopilot: Add primary container annotation for game server container by @zmerlynn in https://github.com/googleforgames/agones/pull/3234 +- Fix goclient request dashboard and add allocator to the drill down; Change goclient workqueue dashboard y axis unit by @gongmax in https://github.com/googleforgames/agones/pull/3240 + +See CHANGELOG for more details on changes. + +Images available with this release: + +- [us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0](https://us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0) +- [us-docker.pkg.dev/agones-images/release/agones-sdk:1.33.0](https://us-docker.pkg.dev/agones-images/release/agones-sdk:1.33.0) +- [us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0](https://us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0) +- [us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0](https://us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0) +- [us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.5](https://us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.5) +- [us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.6](https://us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.6) +- [us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.15](https://us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.15) +- [us-docker.pkg.dev/agones-images/examples/crd-client:0.9](https://us-docker.pkg.dev/agones-images/examples/crd-client:0.9) +- [us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.8](https://us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.8) +- [us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.11](https://us-docker.pkg.dev/agones-images/examples/rust-simple-server:0.11) +- [us-docker.pkg.dev/agones-images/examples/simple-game-server:0.16](https://us-docker.pkg.dev/agones-images/examples/simple-game-server:0.16) +- [us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.8](https://us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.8) +- [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:1.1](https://us-docker.pkg.dev/agones-images/examples/xonotic-example:1.1) +Helm chart available with this release: + +- + helm install agones agones/agones --version 1.33.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/Install Agones/helm.md b/site/content/en/docs/Installation/Install Agones/helm.md index ff04805626..eae51e084f 100644 --- a/site/content/en/docs/Installation/Install Agones/helm.md +++ b/site/content/en/docs/Installation/Install Agones/helm.md @@ -80,21 +80,7 @@ The following tables lists the configurable parameters of the Agones chart and t ### General -{{% feature expiryVersion="1.33.0" %}} -| Parameter | Description | Default | -|----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------| -| `agones.featureGates` | A URL query encoded string of Flags to enable/disable e.g. `Example=true&OtherThing=false`. Any value accepted by [strconv.ParseBool(string)](https://golang.org/pkg/strconv/#ParseBool) can be used as a boolean value | \`\` | -| `agones.rbacEnabled` | Creates RBAC resources. Must be set for any cluster configured with RBAC | `true` | -| `agones.registerWebhooks` | Registers the webhooks used for the admission controller | `true` | -| `agones.registerApiService` | Registers the apiservice(s) used for the Kubernetes API extension | `true` | -| `agones.registerServiceAccounts` | Attempts to create service accounts for the controllers | `true` | -| `agones.createPriorityClass` | Attempts to create priority classes for the controllers | `true` | -| `agones.priorityClassName` | Name of the priority classes to create | `agones-system` | - -{{% /feature %}} - -{{% feature publishVersion="1.33.0" %}} | Parameter | Description | Default | |--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------| @@ -107,7 +93,6 @@ The following tables lists the configurable parameters of the Agones chart and t | `agones.priorityClassName` | Name of the priority classes to create | `agones-system` | | `agones.requireDedicatedNodes` | Forces Agones system components to be scheduled on dedicated nodes, only applies to the GKE Standard without node auto-provisioning | `false` | -{{% /feature %}} ### Custom Resource Definitions diff --git a/site/content/en/docs/Installation/_index.md b/site/content/en/docs/Installation/_index.md index 0ea4ea858b..c661eecdb1 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.32 | {{% k8s-version %}} | +| 1.33 | {{% k8s-version %}} | +| 1.32 | 1.24, 1.25, 1.26 | | 1.31 | 1.24, 1.25, 1.26 | | 1.30 | 1.23, 1.24, 1.25 | | 1.29 | 1.24 | diff --git a/site/layouts/partials/navbar.html b/site/layouts/partials/navbar.html index 44c0c04c04..4dd46e6aeb 100644 --- a/site/layouts/partials/navbar.html +++ b/site/layouts/partials/navbar.html @@ -27,6 +27,7 @@