Skip to content

Releases: googleforgames/agones

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

v1.10.0

11 Nov 01:46
13a0e14
Compare
Choose a tag to compare

This is the 1.10.0 release of Agones.

This release fixes critical performance bugs in the gRPC Allocation endpoint, as well as fixing a memory leak inherited from client-go. Therefore, we recommend upgrading your install of Agones as soon as possible.

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

Breaking changes:

Security fixes:

Implemented enhancements:

  • Adding allocator log level #1879
  • Adding allocator resources #1873
  • Add troubleshooting section to allocator and multicluster allocation #1866
  • Helm setting the annotation of controller and allocator #1848
  • Change the multi-cluster allocation feature to stable version #1780
  • Updated C# documentation to use NuGet package #1769
  • Documented assumed prerequisite knowledge for the project #1759
  • Multicluster: Add gRPC dial timeout #1700
  • Add new projects to Third Party section of the site #1882 (danieloliveira079)
  • Add log level setting in allocator #1880 (8398a7)
  • Add troubleshooting for allocation gRPC request #1878 (pooneh-m)
  • Add allocator resources #1874 (8398a7)
  • [Unreal SDK] Added a response code check to some functions #1870 (dotcom)
  • Built tools: Update install with Allocation certs #1869 (markmandel)
  • Add gRPC load test for allocation service #1867 (ilkercelikyilmaz)
  • Add pod annotations #1849 (8398a7)
  • Useful Unreal links #1846 (domgreen)
  • Make the force_update option configurable in Helm/Terraform #1844 (comerford)
  • [Doc] Mark multicluster allocation feature as stable #1843 (pooneh-m)
  • Docs: Prerequisite Knowledge section #1821 (markmandel)
  • adding timeout to remote cluster allocate call and adding total timeout to allocate #1815 (kdima)
  • Docs: Update C# SDK docs page #1796 (Reousa)

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.10.0-rc

03 Nov 21:39
3312707
Compare
Choose a tag to compare

This is the 1.10.0-rc release of Agones.

This release fixes critical performance bugs in the gRPC Allocation endpoint, as well as fixing a memory leak
inherited from client-go. Therefore, we recommend upgrading your install of Agones as soon as possible.

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

Breaking changes:

Security fixes:

Implemented enhancements:

  • Adding allocator log level #1879
  • Adding allocator resources #1873
  • Add troubleshooting section to allocator and multicluster allocation #1866
  • Helm setting the annotation of controller and allocator #1848
  • Change the multi-cluster allocation feature to stable version #1780
  • Updated C# documentation to use NuGet package #1769
  • Documented assumed prerequisite knowledge for the project #1759
  • Multicluster: Add gRPC dial timeout #1700
  • Add new projects to Third Party section of the site #1882 (danieloliveira079)
  • Add log level setting in allocator #1880 (8398a7)
  • Add troubleshooting for allocation gRPC request #1878 (pooneh-m)
  • Add allocator resources #1874 (8398a7)
  • [Unreal SDK] Added a response code check to some functions #1870 (dotcom)
  • Built tools: Update install with Allocation certs #1869 (markmandel)
  • Add gRPC load test for allocation service #1867 (ilkercelikyilmaz)
  • Add pod annotations #1849 (8398a7)
  • Useful Unreal links #1846 (domgreen)
  • Make the force_update option configurable in Helm/Terraform #1844 (comerford)
  • [Doc] Mark multicluster allocation feature as stable #1843 (pooneh-m)
  • Docs: Prerequisite Knowledge section #1821 (markmandel)
  • Docs: Update C# SDK docs page #1796 (Reousa)

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.9.0

29 Sep 22:22
d835318
Compare
Choose a tag to compare

This is the 1.9.0 release of Agones.

Note: In this release we are upgrading the supported Kubernetes version to 1.16, so please make sure to upgrade your clusters.

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

Breaking changes:

Implemented enhancements:

  • [Doc] add a caveat on setting expiration for cert-manager certificate resources #1781
  • Helm chart: allow to specify loadBalancerIP #1709
  • Terraform, Helm module install: Allow gameserver namespaces and port ranges to be specified in terraform #1692
  • Support using the same port for both TCP/UDP forwarding #1523
  • Write Tests for Terraform configs #1227
  • Add player tracking and shutdown to the supertuxkart example server #1825 (sudermanjr)
  • Add logging for the client certificate verification #1812 (pooneh-m)
  • Troubleshooting - namespace stuck terminating #1795 (domgreen)
  • Add load balancer configuration for Helm options #1793 (yoshd)
  • Added option to hardcode load balancer IP for allocator. #1766 (devloop0)
  • Add TCPUDP protocol #1764 (Bmandk)
  • Publish to NuGet for Csharp SDK #1753 (markmandel)
  • Add Terraform example for GKE custom VPC deployment #1697 (moesy)
  • Fix Fleets RollingUpdate #1626 (aLekSer)

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.9.0-rc

23 Sep 16:37
21c3a09
Compare
Choose a tag to compare

This is the 1.9.0-rc release of Agones.

Note: In this release we are upgrading the supported Kubernetes version to 1.16, so please make sure to upgrade your clusters.

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

Breaking changes:

Implemented enhancements:

  • [Doc] add a caveat on setting expiration for cert-manager certificate resources #1781
  • Helm chart: allow to specify loadBalancerIP #1709
  • Terraform, Helm module install: Allow gameserver namespaces and port ranges to be specified in terraform #1692
  • Support using the same port for both TCP/UDP forwarding #1523
  • Write Tests for Terraform configs #1227
  • Add player tracking and shutdown to the supertuxkart example server #1825 (sudermanjr)
  • Add logging for the client certificate verification #1812 (pooneh-m)
  • Troubleshooting - namespace stuck terminating #1795 (domgreen)
  • Add load balancer configuration for Helm options #1793 (yoshd)
  • Added option to hardcode load balancer IP for allocator. #1766 (devloop0)
  • Add TCPUDP protocol #1764 (Bmandk)
  • Publish to NuGet for Csharp SDK #1753 (markmandel)
  • Add Terraform example for GKE custom VPC deployment #1697 (moesy)
  • Fix Fleets RollingUpdate #1626 (aLekSer)

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.8.0

18 Aug 22:57
72d2c66
Compare
Choose a tag to compare

This is the 1.8.0 release of Agones.

Lots of changes to SDKs in this release, including a replacement Unreal SDK.

The previous Unreal SDK will continue to work, but we recommend users upgrade to this latest version, as it has far
more functionality.

We also see more SDKs supporting the alpha Player Tracking functionality as well.

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

Breaking changes:

  • [Discussion] Assimilate netspeakgames/UnrealAgonesSDK #1683
  • move Netspeak Unreal SDK into Agones Unreal SDK #1739 (domgreen)

Security fixes:

  • Bump lodash from 4.17.15 to 4.17.19 to fix a security vulnerability. #1707 (roberthbailey)

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.8.0-rc

11 Aug 21:56
7a13bc1
Compare
Choose a tag to compare

This is the 1.8.0-rc release of Agones.

Lots of changes to SDKs in this release, including a replacement Unreal SDK.

The previous Unreal SDK will continue to work, but we recommend users upgrade to this latest version, as it has far
more functionality.

We also see more SDKs supporting the alpha Player Tracking functionality as well.

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

Breaking changes:

  • [Discussion] Assimilate netspeakgames/UnrealAgonesSDK #1683
  • move Netspeak Unreal SDK into Agones Unreal SDK #1739 (domgreen)

Security fixes:

  • Bump lodash from 4.17.15 to 4.17.19 to fix a security vulnerability. #1707 (roberthbailey)

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