Skip to content

Commit 4aa20fb

Browse files
Release 1.56.0 (#4456)
* Release 1.56.0 * fix e2e-image error
1 parent 35f5457 commit 4aa20fb

File tree

21 files changed

+206
-90
lines changed

21 files changed

+206
-90
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
# [v1.56.0](https://github.com/googleforgames/agones/tree/v1.56.0) (2026-02-24)
4+
5+
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.55.0...v1.56.0)
6+
7+
**Breaking changes**
8+
- Feat: Move SidecarContainers feature gate to Beta by @AryanBagade in https://github.com/googleforgames/agones/pull/4364
9+
- Fix Prometheus installation with helm chart v28.9.0. by @markmandel in https://github.com/googleforgames/agones/pull/4448
10+
11+
**Implemented enhancements**
12+
- Build simple-game-server in CI for e2e tests by @IrvingMg in https://github.com/googleforgames/agones/pull/4401
13+
- Upgrade Hugo and Docsy by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4404
14+
- add optional agones.metrics.serviceMonitor.additonalLabels map to values.yaml in helm chart by @jessebot in https://github.com/googleforgames/agones/pull/4424
15+
- Added dark mode to the website by @thegalacticlor in https://github.com/googleforgames/agones/pull/4439
16+
- site: update homepage showcase and navbar styling by @markmandel in https://github.com/googleforgames/agones/pull/4438
17+
18+
**Fixed bugs**
19+
- fix(sdk): add validation to SetAnnotation to prevent infinite retry loop by @indurireddy-TF in https://github.com/googleforgames/agones/pull/4417
20+
- Fixes post_cloudbuild release by explicitly passing variables as Makefile arguments by @igooch in https://github.com/googleforgames/agones/pull/4423
21+
- fix: Ensure the processclient have a correct timeout / fix flacky test by @lacroixthomas in https://github.com/googleforgames/agones/pull/4402
22+
- docs: fix alert shortcode syntax to process Markdown content by @markmandel in https://github.com/googleforgames/agones/pull/4437
23+
24+
**Other**
25+
- Preparation for Release v1.56.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4422
26+
- chore(sdk/nodejs): update dependencies and migrate to ESLint 9 config by @markmandel in https://github.com/googleforgames/agones/pull/4412
27+
- chore(sdk/nodejs): migrate linting from ESLint to Biome by @smazmi in https://github.com/googleforgames/agones/pull/4426
28+
- fix(docs): update external links in out-of-cluster dev server guide by @markmandel in https://github.com/googleforgames/agones/pull/4427
29+
- test: standardize runtime.ParseFeatures error handling and mutex usage by @markmandel in https://github.com/googleforgames/agones/pull/4416
30+
- Add Singularity 6 Palia architecture article to third party content by @markmandel in https://github.com/googleforgames/agones/pull/4430
31+
- Add CEDIL slides link for Sega Sonic Rumble CEDEC talk by @markmandel in https://github.com/googleforgames/agones/pull/4432
32+
- Add Google Doodle containerized games case study to third party content by @markmandel in https://github.com/googleforgames/agones/pull/4433
33+
- docs: add blog entry for "Making and Scaling a Game Server in Kubernetes using Agones" by @noetarbouriech in https://github.com/googleforgames/agones/pull/4428
34+
- Document Allocation batching by @markmandel in https://github.com/googleforgames/agones/pull/4440
35+
- build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 in /build/scripts/example-version-checker by @dependabot[bot] in https://github.com/googleforgames/agones/pull/4442
36+
- test: fix flaky allocation metrics test server startup by @srpvpn in https://github.com/googleforgames/agones/pull/4445
37+
- docs: convert alert shortcodes to format for markdown rendering by @markmandel in https://github.com/googleforgames/agones/pull/4446
38+
- build: improve test-gen-api-docs failure message by @markmandel in https://github.com/googleforgames/agones/pull/4453
39+
40+
**New Contributors**
41+
- @smazmi made their first contribution in https://github.com/googleforgames/agones/pull/4426
42+
- @IrvingMg made their first contribution in https://github.com/googleforgames/agones/pull/4401
43+
- @noetarbouriech made their first contribution in https://github.com/googleforgames/agones/pull/4428
44+
- @jessebot made their first contribution in https://github.com/googleforgames/agones/pull/4424
45+
- @AryanBagade made their first contribution in https://github.com/googleforgames/agones/pull/4364
46+
- @thegalacticlor made their first contribution in https://github.com/googleforgames/agones/pull/4439
47+
- @srpvpn made their first contribution in https://github.com/googleforgames/agones/pull/4445
48+
349
# [v1.55.0](https://github.com/googleforgames/agones/tree/v1.55.0) (2026-01-13)
450

551
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.54.0...v1.55.0)

build/e2e-image/Dockerfile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
FROM gcr.io/cloud-builders/gcloud
22

33
RUN apt-get update && \
4-
apt-get install -y wget psmisc make gcc jq zip && \
5-
apt-get clean
4+
apt-get install -y --no-install-recommends \
5+
wget \
6+
psmisc \
7+
make \
8+
gcc \
9+
jq \
10+
zip && \
11+
apt-get clean && \
12+
rm -rf /var/lib/apt/lists/*
613

714
# install go
815
WORKDIR /usr/local

install/helm/agones/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# Declare variables to be passed into your templates.
1616

1717
apiVersion: v1
18-
appVersion: "1.56.0-dev"
19-
version: 1.56.0-dev
18+
appVersion: "1.56.0"
19+
version: 1.56.0
2020
name: agones
2121
description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
2222
keywords:

install/helm/agones/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ agones:
321321
timeoutSeconds: 1
322322
image:
323323
registry: us-docker.pkg.dev/agones-images/release
324-
tag: 1.56.0-dev
324+
tag: 1.56.0
325325
controller:
326326
name: agones-controller
327327
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)