# 1.49.0 - Beta support for PortPolicyNone, sidecar container support, AFP process update and more!

LLMS index: [llms.txt](/site/llms.txt)

---

This is the 1.49.0 release of Agones.

In this release, we’ve made significant progress with several features. Key updates include promoting Port Policy to Beta, promoting the Disable Resync on SDK Server feature to stable, promoting the Port Ranges feature to Beta, enhancing the Agones Feature Proposal (AFP) process with new additions, and improving the GameServer life cycle with Sidecar Containers support.

- **Promote Port Policy None to Beta**: The _PortPolicyNone_ feature has progressed to beta in this release and is now enabled by default.

- **Disable Resync on SDK Server is now Stable**:  The Feature _DisableResyncOnSDKServer_ has been promoted to Stable. The feature is now always enabled and the flag remains for compatibility during upgrades.

- **Port Ranges Feature Now in Beta**: The Multiple Dynamic Port Ranges (_PortRanges_) feature has been promoted to Beta. It’s been successfully tested in production and is now ready for wider use within the community.

- **Add AFP Features and Enhance Documentation**: This update adds new features to the Agones Feature Proposal (AFP) process. It improves documentation with guidelines, metadata schema, and detailed workflow instructions. The update also includes references to the AFP review process.

- **Sidecar Containers Support**: It introduces the _SidecarContainers_ feature flag to improve GameServer lifecycle management. This enhancement simplifies health checks and adjusts the restart behavior of containers, ensuring more consistency and reliable operations.

Check the <a href="https://github.com/agones-dev/agones/tree/release-1.49.0" >README</a> for details on features, installation and usage.

**Breaking changes:**
- Add AFP features and update documentation by @0xaravindh in https://github.com/agones-dev/agones/pull/4061
- Adoption of Sidecar Containers by @markmandel in https://github.com/agones-dev/agones/pull/4146

**Implemented enhancements:**
- Promote PortPolicyNone to Beta by @kamaljeeti in https://github.com/agones-dev/agones/pull/4144
- Promote FeatureDisableResyncOnSDKServer to Stable by @igooch in https://github.com/agones-dev/agones/pull/4138
- Promote PortRanges to Beta by @kamaljeeti in https://github.com/agones-dev/agones/pull/4147

See <a href="https://github.com/agones-dev/agones/blob/release-1.49.0/CHANGELOG.md" >CHANGELOG</a> for more details on changes.

Images available with this release:

- [us-docker.pkg.dev/agones-images/release/agones-controller:1.49.0](https://us-docker.pkg.dev/agones-images/release/agones-controller:1.49.0)
- [us-docker.pkg.dev/agones-images/release/agones-sdk:1.49.0](https://us-docker.pkg.dev/agones-images/release/agones-sdk:1.49.0)
- [us-docker.pkg.dev/agones-images/release/agones-ping:1.49.0](https://us-docker.pkg.dev/agones-images/release/agones-ping:1.49.0)
- [us-docker.pkg.dev/agones-images/release/agones-allocator:1.49.0](https://us-docker.pkg.dev/agones-images/release/agones-allocator:1.49.0)
- [us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.12](https://us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.12)
- [us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.17](https://us-docker.pkg.dev/agones-images/examples/autoscaler-webhook:0.17)
- [us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.20](https://us-docker.pkg.dev/agones-images/examples/cpp-simple-server:0.20)
- [us-docker.pkg.dev/agones-images/examples/crd-client:0.20](https://us-docker.pkg.dev/agones-images/examples/crd-client:0.20)
- [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.37](https://us-docker.pkg.dev/agones-images/examples/simple-game-server:0.37)
- [us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.17](https://us-docker.pkg.dev/agones-images/examples/supertuxkart-example:0.17)
- [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.3](https://us-docker.pkg.dev/agones-images/examples/xonotic-example:2.3)

Helm chart available with this release:

- <a href="https://agones.dev/chart/stable/agones-1.49.0.tgz" >
  <code>helm install agones agones/agones --version 1.49.0</code></a>

> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
