Skip to content

Releases: googleforgames/agones

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

v1.11.0

22 Dec 22:24
95e2a04
Compare
Choose a tag to compare

This is the 1.11.0 release of Agones.

This release includes several breaking changes, that include:

  • Upgrade supported Kubernetes version to 1.17
  • Upgrade CRDs to v1 from v1beta1, including adding structured schemas

Note: If you are using Fleet autoscalers with a webhook that is also configured with an SSL certificate,
and are not using a SAN in your certificate, please update them with this release in preparation for a migration of the
project to Go 1.15.

The documentation on creating SSL certificates for Fleet autoscaling webhooks
has been updated to include instructions on including a SAN in the certificate, and has been tested to work on the
current version of Agones as well.

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

Breaking changes:

Security fixes:

Implemented enhancements:

  • Remove support / docs for helm v2 #1853
  • grpc-gateway powered REST API for MultiCluster Allocation #1495
  • Support Agones sidecar Windows build #110
  • Tooling to review pprof heaps #1927 (markmandel)
  • Move supported site K8s version to shortcodes #1917 (markmandel)
  • Adding rest to allocation endpoint #1902 (kdima)
  • #54 Preliminary Windows Image Support #1894 (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.11.0-rc

16 Dec 00:47
81190a9
Compare
Choose a tag to compare

This is the 1.11.0-rc release of Agones.

This release includes several breaking changes, that include:

  • Upgrade supported Kubernetes version to 1.17
  • Upgrade CRDs to v1 from v1beta1, including adding structured schemas

For this reason, we request that users test this Release Candidate against their current installs to ensure there are no issues before it is moved to stable.

Also, of note: If you are using Fleet autoscalers with a webhook that is also configured with an SSL certificate, and are not using a SAN in your certificate, please update them with this release in preparation for a migration of the project to Go 1.15.

The documentation on creating SSL certificates for Fleet autoscaling webhooks has been updated to include instructions on including a SAN in the certificate, and has been tested to work on the current version of Agones as well.

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

Breaking changes:

Implemented enhancements:

  • Remove support / docs for helm v2 #1853
  • grpc-gateway powered REST API for MultiCluster Allocation #1495
  • Support Agones sidecar Windows build #110
  • Tooling to review pprof heaps #1927 (markmandel)
  • Move supported site K8s version to shortcodes #1917 (markmandel)
  • Adding rest to allocation endpoint #1902 (kdima)
  • #54 Preliminary Windows Image Support #1894 (jeremyje)

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