Skip to content

Commit ed6188b

Browse files
Release 1.55.0 (#4419)
1 parent 8fb23af commit ed6188b

File tree

16 files changed

+176
-54
lines changed

16 files changed

+176
-54
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Changelog
22

3-
# [v1.54.0](https://github.com/googleforgames/agones/tree/v1.53.0) (2025-12-02)
3+
# [v1.55.0](https://github.com/googleforgames/agones/tree/v1.55.0) (2026-01-13)
4+
5+
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.54.0...v1.55.0)
6+
7+
**Implemented enhancements**
8+
- feat: promote FleetAutoscaleRequestMetaData to beta by @sugar-cat7 in https://github.com/googleforgames/agones/pull/4365
9+
- Add Wasm Fleet Autoscaler quickstart documentation by @markmandel in https://github.com/googleforgames/agones/pull/4382
10+
11+
**Fixed bugs**
12+
- Fix sdkserver updatelist gameserver max items by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4326
13+
- Fix Site Docsy Theme by @markmandel in https://github.com/googleforgames/agones/pull/4394
14+
- fix(sdk): validate labels in SetLabel to prevent retry loops by @rajanarahul93 in https://github.com/googleforgames/agones/pull/4386
15+
16+
**Other**
17+
- Release 1.54.0 (#4374) by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4376
18+
- Feat: enable remote debugging with minikube by @lacroixthomas in https://github.com/googleforgames/agones/pull/4341
19+
- Preparation for Release v1.55.0 by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4378
20+
- Update caBundle Documentation. by @markmandel in https://github.com/googleforgames/agones/pull/4380
21+
- test: deferred cleanup for GameServer in TestSuperTuxKartGameServerReady by @markmandel in https://github.com/googleforgames/agones/pull/4379
22+
- Upgrade Golang 1.25 Versions by @Sivasankaran25 in https://github.com/googleforgames/agones/pull/4383
23+
- Reorganize third-party content documentation and add content by @markmandel in https://github.com/googleforgames/agones/pull/4388
24+
- Fix flaky TestControllerGameServerCount race condition by @markmandel in https://github.com/googleforgames/agones/pull/4392
25+
- feat: refactored to use SumGameServerSets by @Ledovecek in https://github.com/googleforgames/agones/pull/4398
26+
- test: fix flaky TestPortRangeAllocatorSyncDeleteGameServer by @markmandel in https://github.com/googleforgames/agones/pull/4399
27+
- Refactor metrics controller tests to fix flaky behaviour by @markmandel in https://github.com/googleforgames/agones/pull/4406
28+
- Fix(build): Upgrade Agones base container images from Debian 12 (Book… by @indurireddy-TF in https://github.com/googleforgames/agones/pull/4387
29+
- Update third-party content documentation with new articles and podcasts by @markmandel in https://github.com/googleforgames/agones/pull/4410
30+
- fix(rust-simple): upgrade rust toolchain to 1.92 to fix build failure by @indurireddy-TF in https://github.com/googleforgames/agones/pull/4414
31+
32+
**New Contributors**
33+
- @sugar-cat7 made their first contribution in https://github.com/googleforgames/agones/pull/4365
34+
- @Ledovecek made their first contribution in https://github.com/googleforgames/agones/pull/4398
35+
- @rajanarahul93 made their first contribution in https://github.com/googleforgames/agones/pull/4386
36+
37+
# [v1.54.0](https://github.com/googleforgames/agones/tree/v1.54.0) (2025-12-02)
438

539
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.53.0...v1.54.0)
640

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.55.0-dev"
19-
version: 1.55.0-dev
18+
appVersion: "1.55.0"
19+
version: 1.55.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
@@ -320,7 +320,7 @@ agones:
320320
timeoutSeconds: 1
321321
image:
322322
registry: us-docker.pkg.dev/agones-images/release
323-
tag: 1.55.0-dev
323+
tag: 1.55.0
324324
controller:
325325
name: agones-controller
326326
pullPolicy: IfNotPresent

install/yaml/install.yaml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ metadata:
5959
namespace: agones-system
6060
labels:
6161
app: agones
62-
chart: agones-1.55.0-dev
62+
chart: agones-1.55.0
6363
release: agones-manual
6464
heritage: Helm
6565
---
@@ -84,7 +84,7 @@ metadata:
8484
namespace: agones-system
8585
labels:
8686
app: agones
87-
chart: agones-1.55.0-dev
87+
chart: agones-1.55.0
8888
release: agones-manual
8989
heritage: Helm
9090
---
@@ -109,7 +109,7 @@ metadata:
109109
namespace: default
110110
labels:
111111
app: agones
112-
chart: agones-1.55.0-dev
112+
chart: agones-1.55.0
113113
release: agones-manual
114114
heritage: Helm
115115
---
@@ -121,7 +121,7 @@ metadata:
121121
namespace: agones-system
122122
labels:
123123
app: agones
124-
chart: "agones-1.55.0-dev"
124+
chart: "agones-1.55.0"
125125
release: "agones-manual"
126126
heritage: "Helm"
127127
type: Opaque
@@ -138,7 +138,7 @@ metadata:
138138
namespace: agones-system
139139
labels:
140140
app: agones
141-
chart: "agones-1.55.0-dev"
141+
chart: "agones-1.55.0"
142142
release: "agones-manual"
143143
heritage: "Helm"
144144
data:
@@ -154,7 +154,7 @@ metadata:
154154
namespace: agones-system
155155
labels:
156156
app: agones
157-
chart: "agones-1.55.0-dev"
157+
chart: "agones-1.55.0"
158158
release: "agones-manual"
159159
heritage: "Helm"
160160
data:
@@ -170,7 +170,7 @@ metadata:
170170
namespace: agones-system
171171
labels:
172172
app: agones
173-
chart: "agones-1.55.0-dev"
173+
chart: "agones-1.55.0"
174174
release: "agones-manual"
175175
heritage: "Helm"
176176
data:
@@ -200,7 +200,7 @@ metadata:
200200
labels:
201201
component: crd
202202
app: agones
203-
chart: agones-1.55.0-dev
203+
chart: agones-1.55.0
204204
release: agones-manual
205205
heritage: Helm
206206
spec:
@@ -6441,7 +6441,7 @@ metadata:
64416441
labels:
64426442
component: crd
64436443
app: agones
6444-
chart: agones-1.55.0-dev
6444+
chart: agones-1.55.0
64456445
release: agones-manual
64466446
heritage: Helm
64476447
spec:
@@ -7153,7 +7153,7 @@ metadata:
71537153
labels:
71547154
component: crd
71557155
app: agones
7156-
chart: agones-1.55.0-dev
7156+
chart: agones-1.55.0
71577157
release: agones-manual
71587158
heritage: Helm
71597159
spec:
@@ -13226,7 +13226,7 @@ metadata:
1322613226
labels:
1322713227
component: crd
1322813228
app: agones
13229-
chart: agones-1.55.0-dev
13229+
chart: agones-1.55.0
1323013230
release: agones-manual
1323113231
heritage: Helm
1323213232
name: gameserverallocationpolicies.multicluster.agones.dev
@@ -13305,7 +13305,7 @@ metadata:
1330513305
labels:
1330613306
component: crd
1330713307
app: agones
13308-
chart: agones-1.55.0-dev
13308+
chart: agones-1.55.0
1330913309
release: agones-manual
1331013310
heritage: Helm
1331113311
spec:
@@ -19514,7 +19514,7 @@ metadata:
1951419514
name: agones-allocator
1951519515
labels:
1951619516
app: agones
19517-
chart: agones-1.55.0-dev
19517+
chart: agones-1.55.0
1951819518
release: agones-manual
1951919519
heritage: Helm
1952019520
rules:
@@ -19544,7 +19544,7 @@ metadata:
1954419544
name: agones-controller
1954519545
labels:
1954619546
app: agones
19547-
chart: agones-1.55.0-dev
19547+
chart: agones-1.55.0
1954819548
release: agones-manual
1954919549
heritage: Helm
1955019550
rules:
@@ -19598,7 +19598,7 @@ metadata:
1959819598
name: agones-sdk
1959919599
labels:
1960019600
app: agones
19601-
chart: agones-1.55.0-dev
19601+
chart: agones-1.55.0
1960219602
release: agones-manual
1960319603
heritage: Helm
1960419604
rules:
@@ -19617,7 +19617,7 @@ metadata:
1961719617
name: agones-allocator
1961819618
labels:
1961919619
app: agones
19620-
chart: agones-1.55.0-dev
19620+
chart: agones-1.55.0
1962119621
release: agones-manual
1962219622
heritage: Helm
1962319623
subjects:
@@ -19636,7 +19636,7 @@ metadata:
1963619636
name: agones-controller-access
1963719637
labels:
1963819638
app: agones
19639-
chart: agones-1.55.0-dev
19639+
chart: agones-1.55.0
1964019640
release: agones-manual
1964119641
heritage: Helm
1964219642
subjects:
@@ -19688,7 +19688,7 @@ metadata:
1968819688
namespace: default
1968919689
labels:
1969019690
app: agones
19691-
chart: agones-1.55.0-dev
19691+
chart: agones-1.55.0
1969219692
release: agones-manual
1969319693
heritage: Helm
1969419694
subjects:
@@ -19722,7 +19722,7 @@ metadata:
1972219722
labels:
1972319723
agones.dev/role: controller
1972419724
app: agones
19725-
chart: agones-1.55.0-dev
19725+
chart: agones-1.55.0
1972619726
release: agones-manual
1972719727
heritage: Helm
1972819728
spec:
@@ -19756,7 +19756,7 @@ metadata:
1975619756
labels:
1975719757
agones.dev/role: extensions
1975819758
app: agones
19759-
chart: agones-1.55.0-dev
19759+
chart: agones-1.55.0
1976019760
release: agones-manual
1976119761
heritage: Helm
1976219762
spec:
@@ -19776,7 +19776,7 @@ metadata:
1977619776
labels:
1977719777
component: ping
1977819778
app: agones
19779-
chart: agones-1.55.0-dev
19779+
chart: agones-1.55.0
1978019780
release: agones-manual
1978119781
heritage: Helm
1978219782
spec:
@@ -19799,7 +19799,7 @@ metadata:
1979919799
labels:
1980019800
component: ping
1980119801
app: agones
19802-
chart: agones-1.55.0-dev
19802+
chart: agones-1.55.0
1980319803
release: agones-manual
1980419804
heritage: Helm
1980519805
spec:
@@ -19836,7 +19836,7 @@ metadata:
1983619836
labels:
1983719837
agones.dev/role: extensions
1983819838
app: agones
19839-
chart: agones-1.55.0-dev
19839+
chart: agones-1.55.0
1984019840
release: agones-manual
1984119841
heritage: Helm
1984219842
spec:
@@ -19873,7 +19873,7 @@ metadata:
1987319873
labels:
1987419874
component: allocator
1987519875
app: agones
19876-
chart: agones-1.55.0-dev
19876+
chart: agones-1.55.0
1987719877
release: agones-manual
1987819878
heritage: Helm
1987919879
spec:
@@ -19896,7 +19896,7 @@ metadata:
1989619896
labels:
1989719897
multicluster.agones.dev/role: allocator
1989819898
app: agones
19899-
chart: agones-1.55.0-dev
19899+
chart: agones-1.55.0
1990019900
release: agones-manual
1990119901
heritage: Helm
1990219902
spec:
@@ -19930,7 +19930,7 @@ metadata:
1993019930
labels:
1993119931
component: controller
1993219932
app: agones
19933-
chart: agones-1.55.0-dev
19933+
chart: agones-1.55.0
1993419934
release: agones-manual
1993519935
heritage: Helm
1993619936
spec:
@@ -19972,7 +19972,7 @@ spec:
1997219972
serviceAccountName: agones-controller
1997319973
containers:
1997419974
- name: agones-controller
19975-
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.55.0-dev"
19975+
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.55.0"
1997619976
imagePullPolicy: IfNotPresent
1997719977
securityContext:
1997819978
runAsNonRoot: true
@@ -19986,7 +19986,7 @@ spec:
1998619986
- name: MAX_PORT
1998719987
value: "8000"
1998819988
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
19989-
value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.55.0-dev"
19989+
value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.55.0"
1999019990
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
1999119991
value: "false"
1999219992
- name: SIDECAR_CPU_REQUEST
@@ -20106,7 +20106,7 @@ metadata:
2010620106
labels:
2010720107
component: extensions
2010820108
app: agones
20109-
chart: agones-1.55.0-dev
20109+
chart: agones-1.55.0
2011020110
release: agones-manual
2011120111
heritage: Helm
2011220112
spec:
@@ -20150,7 +20150,7 @@ spec:
2015020150
terminationGracePeriodSeconds: 27
2015120151
containers:
2015220152
- name: agones-extensions
20153-
image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.55.0-dev"
20153+
image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.55.0"
2015420154
imagePullPolicy: IfNotPresent
2015520155
securityContext:
2015620156
runAsNonRoot: true
@@ -20260,7 +20260,7 @@ metadata:
2026020260
labels:
2026120261
component: ping
2026220262
app: agones
20263-
chart: agones-1.55.0-dev
20263+
chart: agones-1.55.0
2026420264
release: agones-manual
2026520265
heritage: Helm
2026620266
spec:
@@ -20295,7 +20295,7 @@ spec:
2029520295
priorityClassName: agones-system
2029620296
containers:
2029720297
- name: agones-ping
20298-
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.55.0-dev"
20298+
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.55.0"
2029920299
imagePullPolicy: IfNotPresent
2030020300
securityContext:
2030120301
runAsNonRoot: true
@@ -20373,7 +20373,7 @@ spec:
2037320373
secretName: allocator-client-ca
2037420374
containers:
2037520375
- name: agones-allocator
20376-
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.55.0-dev"
20376+
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.55.0"
2037720377
imagePullPolicy: IfNotPresent
2037820378
securityContext:
2037920379
runAsNonRoot: true
@@ -20460,7 +20460,7 @@ metadata:
2046020460
labels:
2046120461
component: controller
2046220462
app: agones
20463-
chart: agones-1.55.0-dev
20463+
chart: agones-1.55.0
2046420464
release: agones-manual
2046520465
heritage: Helm
2046620466
spec:
@@ -20526,7 +20526,7 @@ metadata:
2052620526
labels:
2052720527
component: controller
2052820528
app: agones
20529-
chart: agones-1.55.0-dev
20529+
chart: agones-1.55.0
2053020530
release: agones-manual
2053120531
heritage: Helm
2053220532
webhooks:
@@ -20569,7 +20569,7 @@ metadata:
2056920569
labels:
2057020570
component: controller
2057120571
app: agones
20572-
chart: agones-1.55.0-dev
20572+
chart: agones-1.55.0
2057320573
release: agones-manual
2057420574
heritage: Helm
2057520575
webhooks:
@@ -20605,7 +20605,7 @@ metadata:
2060520605
labels:
2060620606
component: controller
2060720607
app: agones
20608-
chart: agones-1.55.0-dev
20608+
chart: agones-1.55.0
2060920609
release: agones-manual
2061020610
heritage: Helm
2061120611
webhooks:

0 commit comments

Comments
 (0)