Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Changelog

# [v1.53.0](https://github.com/googleforgames/agones/tree/v1.53.0) (2025-10-21)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.52.0...v1.53.0)

**Breaking changes**
- feat(autoscaling): CRDs for Wasm autoscaler policy by @markmandel in https://github.com/googleforgames/agones/pull/4281

**Implemented enhancements**
- feat: add processor proto by @lacroixthomas in https://github.com/googleforgames/agones/pull/4227
- Feat: Add new binary processor by @lacroixthomas in https://github.com/googleforgames/agones/pull/4222
- Update Helm option for spec.strategy.type for controller and extensio… by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4244
- WasmAutoscaler feature gate and prep build image by @markmandel in https://github.com/googleforgames/agones/pull/4243
- feat: use gameservers.lists.maxItems instead of a hardcoded limit by @miai10 in https://github.com/googleforgames/agones/pull/4246
- Feat: update error fields from processor proto by @lacroixthomas in https://github.com/googleforgames/agones/pull/4266
- Wasm Autoscaler: Example by @markmandel in https://github.com/googleforgames/agones/pull/4260
- Feat: implement rust sdk (counter and list) by @lacroixthomas in https://github.com/googleforgames/agones/pull/4247
- Fleet autoscaler threads maintain state by @markmandel in https://github.com/googleforgames/agones/pull/4277
- Feat: implement processor client by @lacroixthomas in https://github.com/googleforgames/agones/pull/4265
- Add Wasm autoscaler policy support to FleetAutoscaler CRDs YAML by @markmandel in https://github.com/googleforgames/agones/pull/4298
- Implement Wasm autoscaler policy controller logic by @markmandel in https://github.com/googleforgames/agones/pull/4299
- Feat: integrate processor on allocator by @lacroixthomas in https://github.com/googleforgames/agones/pull/4302
- Feat: integrate processor on extensions by @lacroixthomas in https://github.com/googleforgames/agones/pull/4301

**Fixed bugs**
- Fix: patch flaky tests from submit-upgrade-test-cloud-build by @lacroixthomas in https://github.com/googleforgames/agones/pull/4236
- Fix: Add missing permission for helm uninstall in upgrade test cleanup by @lacroixthomas in https://github.com/googleforgames/agones/pull/4250
- Prepend sidecars to existing init containers by @markmandel in https://github.com/googleforgames/agones/pull/4278
- fix: broken websocket connection after upgrading github.com/grpc-ecosystem/grpc-gateway/v2 by @swermin in https://github.com/googleforgames/agones/pull/4270
- flakey: add resource requirements to SuperTuxKart e2e test by @markmandel in https://github.com/googleforgames/agones/pull/4280
- Fix: update link to quilkin by @lacroixthomas in https://github.com/googleforgames/agones/pull/4288
- Update Add and Remove List Value in SDK Server by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4279

**Other**
- Preparation for Release v1.52.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4234
- Updates agones-bot dependencies by @igooch in https://github.com/googleforgames/agones/pull/4232
- Update all tests to use the latest Helm version by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4238
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /examples/crd-client by @dependabot[bot] in https://github.com/googleforgames/agones/pull/4229
- Handle missing upgrade-test-runner pod to avoid log collection errors by @0xaravindh in https://github.com/googleforgames/agones/pull/4224
- e2e: add webhook autoscaler test with fleet metadata by @0xaravindh in https://github.com/googleforgames/agones/pull/4251
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 in /test/upgrade by @dependabot[bot] in https://github.com/googleforgames/agones/pull/4254
- Updates the upgrade test to print any fatal error messages to the job pod termination log by @igooch in https://github.com/googleforgames/agones/pull/4252
- Pause Single Cluster Upgrade work until stable. by @markmandel in https://github.com/googleforgames/agones/pull/4257
- Replace bitname/kubectl with alpine/kubectl by @markmandel in https://github.com/googleforgames/agones/pull/4268
- Upgrade Golang to 1.24.6 and update related dependencies by @0xaravindh in https://github.com/googleforgames/agones/pull/4262
- flaky: TestControllerAllocator by @markmandel in https://github.com/googleforgames/agones/pull/4269
- Release v1.52.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4272
- Preparation for Release v1.53.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4273
- Updates the build scripts to allow for a patch release by @igooch in https://github.com/googleforgames/agones/pull/4291
- Post Release-1.52.2 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4296
- Add Patch Release Template by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4300
- fix(ci): Fix all the links in CI by @markmandel in https://github.com/googleforgames/agones/pull/4303
- docs: clarify FleetAutoscaler webhook response structure by @markmandel in https://github.com/googleforgames/agones/pull/4297
- Updates Rust version by @igooch in https://github.com/googleforgames/agones/pull/4306
- npm audit fix by @igooch in https://github.com/googleforgames/agones/pull/4305
- Updates release templates by @igooch in https://github.com/googleforgames/agones/pull/4307

## [v1.52.0](https://github.com/googleforgames/agones/tree/v1.52.0) (2025-09-09)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.51.0...v1.52.0)
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.53.0-dev"
version: 1.53.0-dev
appVersion: "1.53.0"
version: 1.53.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 @@ -320,7 +320,7 @@ agones:
timeoutSeconds: 1
image:
registry: us-docker.pkg.dev/agones-images/release
tag: 1.53.0-dev
tag: 1.53.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
Loading
Loading