Skip to content

Commit

Permalink
Release v1.45.0 (#4041)
Browse files Browse the repository at this point in the history
* Release version 1.45.0 - New features and bug fixes

* changelog.md date update

* data-proofer-ignore in previous release
  • Loading branch information
0xaravindh authored Nov 19, 2024
1 parent 0f9823e commit 4c06f8a
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 61 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [v1.45.0](https://github.com/googleforgames/agones/tree/v1.45.0) (2024-11-19)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.44.0...v1.45.0)

**Breaking changes:**
- Update Supported Kubernetes to 1.29, 1.30, 1.31 by @kamaljeeti in https://github.com/googleforgames/agones/pull/4024

**Implemented enhancements:**
- Dashboard for Agones GameServer State duration by @vicentefb in https://github.com/googleforgames/agones/pull/3947
- Add Shutdown Delay Seconds to the sdk-client-test containers by @igooch in https://github.com/googleforgames/agones/pull/4030
- Add a CI check to fail on change to an example without a new version by @wheatear-dev in https://github.com/googleforgames/agones/pull/3940

**Fixed bugs:**
- Allowing list based fleet autoscaler to scale up from 0 replicas by @geopaulm in https://github.com/googleforgames/agones/pull/4016

**Other:**
- Preparation for Release v1.45.0 by @0xaravindh in https://github.com/googleforgames/agones/pull/4014
- Update all Rust SDK dependencies to latest versions by @john-haven in https://github.com/googleforgames/agones/pull/4008
- Write Terraform scripts and docs to show how to create OKE cluster and install Agones by @ouxingning in https://github.com/googleforgames/agones/pull/4023
- Created performance cluster 1.30 by @kamaljeeti in https://github.com/googleforgames/agones/pull/4031
- Updates the upgrade terraform by @igooch in https://github.com/googleforgames/agones/pull/4036
- Adding Fleet Active GameServerSet Percentage Metrics by @0xaravindh in https://github.com/googleforgames/agones/pull/4021
- Introducing Agones Guru on Gurubase.io by @kursataktas in https://github.com/googleforgames/agones/pull/4028

**New Contributors:**
- @john-haven made their first contribution in https://github.com/googleforgames/agones/pull/4008
- @geopaulm made their first contribution in https://github.com/googleforgames/agones/pull/4016
- @ouxingning made their first contribution in https://github.com/googleforgames/agones/pull/4023
- @wheatear-dev made their first contribution in https://github.com/googleforgames/agones/pull/3940
- @kursataktas made their first contribution in https://github.com/googleforgames/agones/pull/4028

## [v1.44.0](https://github.com/googleforgames/agones/tree/v1.44.0) (2024-10-08)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.43.0...v1.44.0)
Expand All @@ -12,13 +43,15 @@
- Adds clusters for the in place upgrades tests by @igooch in https://github.com/googleforgames/agones/pull/3990
- Test in place upgrades run tests by @igooch in https://github.com/googleforgames/agones/pull/3991
- Move Feature GKEAutopilotExtendedDurationPods To Beta by @kamaljeeti in https://github.com/googleforgames/agones/pull/4006

**Fixed bugs:**
- fix: remove bad character from metrics markdown by @code-eg in https://github.com/googleforgames/agones/pull/3981
- Updating UpdateList to update the values on a list by @chrisfoster121 in https://github.com/googleforgames/agones/pull/3899
- Cleanup Patch Sidecar Logging by @markmandel in https://github.com/googleforgames/agones/pull/3973
- Refactor metrics registry exporter by @kamaljeeti in https://github.com/googleforgames/agones/pull/3989
- Fix the build-e2e error by @gongmax in https://github.com/googleforgames/agones/pull/4009
- Add a flag to sdkserver to avoid a collision on port 8080 by @KAllan357 in https://github.com/googleforgames/agones/pull/4010

**Other:**
- Update the note at the top of the player tracking docs by @roberthbailey in https://github.com/googleforgames/agones/pull/3974
- Adds schedule and chain policy to fleetautoscaler documentation by @indexjoseph in https://github.com/googleforgames/agones/pull/3934
Expand Down
4 changes: 2 additions & 2 deletions install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Declare variables to be passed into your templates.

apiVersion: v1
appVersion: "1.45.0-dev"
version: 1.45.0-dev
appVersion: "1.45.0"
version: 1.45.0
name: agones
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ agones:
topologySpreadConstraints: {}
image:
registry: us-docker.pkg.dev/agones-images/release
tag: 1.45.0-dev
tag: 1.45.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
Loading

0 comments on commit 4c06f8a

Please sign in to comment.