Update dependency https://github.com/googleforgames/agones.git to v1.43.0 #470
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.40.0
->v1.43.0
v1.33.0
->v1.43.0
Release Notes
googleforgames/agones (https://github.com/googleforgames/agones.git)
v1.43.0
Compare Source
This is the 1.43.0 release of Agones.
In this release, we updated the supported Kubernetes version, added a new scheduled autoscaler, as well as Unity support for Counters and Lists..
Kubernetes 1.30 Support
With this release, the Kubernetes support matrix for Agones is now 1.28, 1.29 and 1.30.
Alpha support for ScheduledAutoscaler
This provides the ability to have Fleet autoscaler scheduling with the feature flag
ScheduledAutoscaler
, to allow you to schedule what level of autoscaling you would like on a schedule or between dates, giving you more control over your autoscaling needs.Unity SDK: Counters and Lists
We now have support for
GameServer
Counters and Lists with our Unity SDK!New Helm Installation Configuration Options
Two new installation options!
We made the parameters that control how fast we scale up and down
GameServers
configurable, so you can see how fast your Kubernetes control plane really is when spinning up lots ofGameServer
instances.We also have new Helm configuration options that allow the use of the host network for the Agones controller and extensions for AWS EKS when using Cilium.
Beta support for Passthrough PortPolicy on GKE Autopilot
We’ve graduated Passthrough Port Policy support from Alpha to Beta on GKE Autopilot, which you can now enable using the feature flag
AutopilotPassthroughPort
.What's Changed
Breaking changes
Implemented enhancements
Fixed bugs
make site-server
issue #3885 by @aallbrig in https://github.com/googleforgames/agones/pull/3914Other
New Contributors
Full Changelog: googleforgames/agones@v1.42.0...v1.43.0
Images available with this release:
Helm chart available with this release:
helm install agones agones/agones --version 1.43.0
v1.42.0
Compare Source
Full Changelog
Breaking changes:
Implemented enhancements:
Fixed bugs:
Security fixes:
Other:
New Contributors:
v1.41.0
Compare Source
Full Changelog
Implemented enhancements:
sdk-server
to Patch instead of Update by @igooch in https://github.com/googleforgames/agones/pull/3803Fixed bugs:
Other:
New Contributors:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.