Skip to content

Releases: googleforgames/agones

v1.16.0

20 Jul 20:59
9eda3bd
Compare
Choose a tag to compare

This is the 1.16.0 release of Agones.

This release brings us support for Kubernetes 1.19, so if you are testing this release candidate, remember to upgrade your clusters.

If you are using Fleet autoscalers with a webhook that is also configured with an SSL certificate, you will now be required to include a SAN in your certificate as Agones is now using Go 1.15. This migration was previously announced in the v1.11.0 release notes in December of last year.

The helm parameters for setting the service account names were modified to make them more consistent. If you are setting these
names you will need to modify your helm scripts to use the new parameters.

Check the README for details on features, installation and usage.

Breaking changes:

  • Upgrade to Kubernetes 1.19 #2129
  • Migrate to using SANs for webhook certificates for Go 1.15 #1899
  • Review Rust gRPC ecosystem for Rust SDK #1300
  • Upgrade/go 1.15 #2167 (cindy52)
  • Upgrade client-go to v0.19.12 #2155 (cindy52)
  • Update helm configuration to allow annotations to be added to service accounts #2134 (roberthbailey)
  • Replace grpcio with tonic #2112 (Jake-Shadle)

Implemented enhancements:

  • Provide an easier way to bring your own certificates via helm chart installation #2175
  • Remove pre-1.0 documentation from the agones.dev website #2156
  • It is not possible to configure Agones HELM with Stackdriver in GCloud when the cluster has Workload Identity. #2101
  • Add "copy to clipboard" buttons to example commands on the website #2096
  • Add memory and cpu recommendations to minikube starting documentation #1536
  • Allow disabling of all allocator secrets in helm chart #2177 (sudermanjr)
  • add copy to clipboard function to code on website #2149 (cindy52)
  • Refactor ReadyGameServerCache to AllocationCache #2148 (markmandel)
  • Feature gates for advanced Allocation filtering #2143 (markmandel)

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.16.0-rc

14 Jul 05:01
82c1a9c
Compare
Choose a tag to compare

This is the 1.16.0-rc release of Agones.

This release brings us support for Kubernetes 1.19, so if you are testing this release candidate, remember to upgrade your clusters.

If you are using Fleet autoscalers with a webhook that is also configured with an SSL certificate, you will now be required to include a SAN in your certificate as Agones is now using Go 1.15. This migration was previously announced in the v1.11.0 release notes in December of last year.

The helm parameters for setting the service account names were modified to make them more consistent. If you are setting these
names you will need to modify your helm scripts to use the new parameters.

Check the README for details on features, installation and usage.

Breaking changes:

  • Upgrade to Kubernetes 1.19 #2129
  • Migrate to using SANs for webhook certificates for Go 1.15 #1899
  • Review Rust gRPC ecosystem for Rust SDK #1300
  • Upgrade/go 1.15 #2167 (cindy52)
  • Upgrade client-go to v0.19.12 #2155 (cindy52)
  • Update helm configuration to allow annotations to be added to service accounts #2134 (roberthbailey)
  • Replace grpcio with tonic #2112 (Jake-Shadle)

Implemented enhancements:

  • Provide an easier way to bring your own certificates via helm chart installation #2175
  • Remove pre-1.0 documentation from the agones.dev website #2156
  • It is not possible to configure Agones HELM with Stackdriver in GCloud when the cluster has Workload Identity. #2101
  • Add "copy to clipboard" buttons to example commands on the website #2096
  • Add memory and cpu recommendations to minikube starting documentation #1536
  • Allow disabling of all allocator secrets in helm chart #2177 (sudermanjr)
  • add copy to clipboard function to code on website #2149 (cindy52)
  • Refactor ReadyGameServerCache to AllocationCache #2148 (markmandel)
  • Feature gates for advanced Allocation filtering #2143 (markmandel)

Documentation: https://development.agones.dev/site/

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.15.0

09 Jun 15:42
6f8ed2c
Compare
Choose a tag to compare

This is the 1.15.0 release of Agones.

This release brings Azure AKS support for public IP per node/vm.

Check the README for details on features, installation and usage.

Implemented enhancements:

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.15.0-rc

02 Jun 19:55
3b32eac
Compare
Choose a tag to compare

This is the 1.15.0-rc release of Agones.

This release brings Azure AKS support for public IP per node/vm.

Check the README for details on features, installation and usage.

Implemented enhancements:

Documentation: https://development.agones.dev/site/

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.14.0

28 Apr 06:00
03b2fce
Compare
Choose a tag to compare

This is the 1.14.0 release of Agones.

This release introduces initial support for running windows game servers! If this is of interest to you, please test it out and give us feedback so that we can ensure that it works reliably before promoting the support to stable.

It also moves the RollingUpdateOnReady feature to beta and makes it enabled by default.

Check the README for details on features, installation and usage.

Implemented enhancements:

Breaking changes:

Security fixes:

Implemented enhancements:

  • Migrate away from Pull Panda #1689
  • Document best practices for GameServer Allocation #1594
  • Document the Security and Disclosure process for Agones #745
  • Support Multiple Cluster spanning the globe #301
  • Easier to find out about Community Meetings #2069 (markmandel)
  • Update recommended machine type for GKE #2055
  • Update simple-game-server to 0.3 #2045
  • Update the simple game server image to 0.3. #2048 (roberthbailey)
  • Add Terraform config for Windows clusters #2046 (jeremyje)
  • Build Agones Windows images by default. #2037 (jeremyje)

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.14.0-rc

21 Apr 06:46
6a33220
Compare
Choose a tag to compare

This is the 1.14.0-rc release of Agones.

This release introduces initial support for running windows game servers! If this is of interest to you, please test it out and give us feedback so that we can ensure that it works reliably before promoting the support to stable.

It also moves the RollingUpdateOnReady feature to beta and makes it enabled by default.

Check the README for details on features, installation and usage.

Breaking changes:

Security fixes:

Implemented enhancements:

Documentation: https://development.agones.dev/site/

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

v1.13.0

16 Mar 23:38
a1fb287
Compare
Choose a tag to compare

This is the 1.13.0 release of Agones.

This release brings us support for Kubernetes 1.18, so please remember to upgrade your clusters with this version.

Worth noting - if you rely on Agones generated client libraries, between Kubernetes 1.17 and 1.18 the API surface of
client-go was changed to include a context.Context and Option struct, so you may need to change your code to
accommodate that. This tool may be useful for a quick fix.

Check the README for details on features, installation and usage.

Breaking changes:

Implemented enhancements:

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.13.0-rc

10 Mar 19:14
a0b3f40
Compare
Choose a tag to compare

This is the 1.13.0-rc release of Agones.

This release brings us support for Kubernetes 1.18, so if you are testing this release candidate, remember to
upgrade your clusters.

Worth noting - if you rely on Agones generated client libraries, between Kubernetes 1.17 and 1.18 the API surface of
client-go was changed to include a context.Context and Option struct, so you may need to change your code to
accommodate that. This tool may be useful for a quick fix.

Check the README for details on features, installation and usage.

Breaking changes:

Implemented enhancements:

Documentation: https://development.agones.dev/site/

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.12.0

03 Feb 00:11
ca55b6f
Compare
Choose a tag to compare

This is the 1.12.0 release of Agones.

A few things to note in this release:

  • The GameServer CRD now includes the full PodTemplateSpec json schema, to provide better up-front validation.
    This should be entirely backward compatible, but in case you run into issues, the helm configuration option
    gameservers.podPreserveUnknownFields is available to disable validation and field pruning.
    • If you are using Helm, you might need to update your Helm version and/or do a clean install to apply this update to
      your cluster if you already have a version of Agones installed, due to the size of the CRD update.
  • SDKWatchSendOnExecute has been moved to Beta, so by default you will get a copy of the most recent GameServer
    information with your initial SDK.WatchGameServer(...) request.
  • The ability to apply port allocation to multiple containers has moved from Beta to Stable!

Check the README for details on features, installation and usage.

Breaking changes:

Implemented enhancements:

  • Utilize ExternalDNS as well as ExternalIP #1921
  • Move "Port Allocations to Multiple Containers" > Stable #1773
  • Move ContainerPortAllocation to Stable #1961 (markmandel)
  • CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec #1956 (markmandel)
  • Add a "why" section for the Allocator Service documentation #1953 (markmandel)
  • Add nodeSelector property to Agones helm chart for Allocator #1946 (josephbmanley)

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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

v1.12.0-rc

26 Jan 23:46
4daa6e6
Compare
Choose a tag to compare

This is the 1.12.0-rc release of Agones.

A few things to note in this release:

  • The GameServer CRD now includes the full PodTemplateSpec json schema, to provide better up-front validation.
    This should be entirely backward compatible, but in case you run into issues, the helm configuration option
    gameservers.podPreserveUnknownFields is available to disable validation and field pruning.
    • If you are using Helm, you might need to update your Helm version and/or do a clean install to apply this update to
      your cluster if you already have a version of Agones installed, due to the size of the CRD update.
  • SDKWatchSendOnExecute has been moved to Beta, so by default you will get a copy of the most recent GameServer
    information with your initial SDK.WatchGameServer(...) request.
  • The ability to apply port allocation to multiple containers has moved from Beta to Stable!

Check the README for details on features, installation and usage.

Breaking changes:

Implemented enhancements:

  • Utilize ExternalDNS as well as ExternalIP #1921
  • Move "Port Allocations to Multiple Containers" > Stable #1773
  • Move ContainerPortAllocation to Stable #1961 (markmandel)
  • CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec #1956 (markmandel)
  • Add a "why" section for the Allocator Service documentation #1953 (markmandel)
  • Add nodeSelector property to Agones helm chart for Allocator #1946 (josephbmanley)

Documentation: https://development.agones.dev/site/

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

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