Skip to content

Commit 3b32eac

Browse files
author
Saurabh Wagh
authored
Release 1.15.0-rc (agones-dev#2121)
This includes all of the changes for the 1.15.0 release candidate.
1 parent c7f615c commit 3b32eac

9 files changed

Lines changed: 127 additions & 40 deletions

File tree

CHANGELOG.md

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

3+
## [v1.15.0-rc](https://github.com/googleforgames/agones/tree/v1.15.0-rc) (2021-06-01)
4+
5+
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.14.0...v1.15.0-rc)
6+
7+
**Implemented enhancements:**
8+
9+
- Azure AKS support for public IP per Node/VM [\#2083](https://github.com/googleforgames/agones/issues/2083)
10+
- Unreal plugin WatchGameServer implementation [\#2064](https://github.com/googleforgames/agones/pull/2064) ([highlyunavailable](https://github.com/highlyunavailable))
11+
12+
**Fixed bugs:**
13+
14+
- Creating a GameServerAllocation returns a 200 Ok instead of a 201 Created [\#2108](https://github.com/googleforgames/agones/issues/2108)
15+
- Nil Reference/massive log spam in Controller \[1.13\] [\#2086](https://github.com/googleforgames/agones/issues/2086)
16+
- Cannot update Fleet and set replicas to 0 in same transaction [\#2084](https://github.com/googleforgames/agones/issues/2084)
17+
- Flaky: Hugo occasionally fails: fatal error: concurrent map read and map write [\#1981](https://github.com/googleforgames/agones/issues/1981)
18+
- Return HTTP 201 on GameServerAllocation [\#2110](https://github.com/googleforgames/agones/pull/2110) ([markmandel](https://github.com/markmandel))
19+
- Update and audit fix Node.js dependencies [\#2099](https://github.com/googleforgames/agones/pull/2099) ([steven-supersolid](https://github.com/steven-supersolid))
20+
- Clone Kubernetes objects in API Server before encoding them [\#2089](https://github.com/googleforgames/agones/pull/2089) ([highlyunavailable](https://github.com/highlyunavailable))
21+
22+
**Closed issues:**
23+
24+
- Request Releaser role for Agones Repository [\#2115](https://github.com/googleforgames/agones/issues/2115)
25+
- Release 1.14.0 [\#2077](https://github.com/googleforgames/agones/issues/2077)
26+
- Allocation endpoint: Deprecate `metaPatch` for `metadata` [\#2042](https://github.com/googleforgames/agones/issues/2042)
27+
28+
**Merged pull requests:**
29+
30+
- Update link to contributing guide from the membership template. [\#2118](https://github.com/googleforgames/agones/pull/2118) ([roberthbailey](https://github.com/roberthbailey))
31+
- Update our community membership guidelines to add a Releaser role. [\#2111](https://github.com/googleforgames/agones/pull/2111) ([roberthbailey](https://github.com/roberthbailey))
32+
- Respectful code cleanup No.2 [\#2109](https://github.com/googleforgames/agones/pull/2109) ([markmandel](https://github.com/markmandel))
33+
- Respectful code cleanup No.1 [\#2107](https://github.com/googleforgames/agones/pull/2107) ([markmandel](https://github.com/markmandel))
34+
- aks setup improvements [\#2103](https://github.com/googleforgames/agones/pull/2103) ([dzmitry-lahoda](https://github.com/dzmitry-lahoda))
35+
- e2e test: Update Fleet replicas 0 with Spec change [\#2095](https://github.com/googleforgames/agones/pull/2095) ([markmandel](https://github.com/markmandel))
36+
- Link Client SDK page to Third Party SDKs [\#2094](https://github.com/googleforgames/agones/pull/2094) ([markmandel](https://github.com/markmandel))
37+
- Add Afterverse logo [\#2092](https://github.com/googleforgames/agones/pull/2092) ([jose-cieni-playkids](https://github.com/jose-cieni-playkids))
38+
- Upgrade to Hugo 0.82.1 [\#2085](https://github.com/googleforgames/agones/pull/2085) ([markmandel](https://github.com/markmandel))
39+
- Add rust SDK functionality table [\#2082](https://github.com/googleforgames/agones/pull/2082) ([domgreen](https://github.com/domgreen))
40+
- Adding Functionality table for go SDK [\#2081](https://github.com/googleforgames/agones/pull/2081) ([domgreen](https://github.com/domgreen))
41+
- Minor updates to the release checklist. [\#2080](https://github.com/googleforgames/agones/pull/2080) ([roberthbailey](https://github.com/roberthbailey))
42+
- Prep for the 1.15.0 release. [\#2079](https://github.com/googleforgames/agones/pull/2079) ([roberthbailey](https://github.com/roberthbailey))
43+
- Documenting unity SDK functionality [\#2076](https://github.com/googleforgames/agones/pull/2076) ([domgreen](https://github.com/domgreen))
44+
- Rename MetaPatch to Metadata for AllocationRequest [\#2070](https://github.com/googleforgames/agones/pull/2070) ([lambertwang](https://github.com/lambertwang))
45+
346
## [v1.14.0](https://github.com/googleforgames/agones/tree/v1.14.0) (2021-04-27)
447

548
[Full Changelog](https://github.com/googleforgames/agones/compare/v1.14.0-rc...v1.14.0)

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.15.0-dev"
19-
version: 1.15.0-dev
18+
appVersion: "1.15.0-rc"
19+
version: 1.15.0-rc
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
@@ -155,7 +155,7 @@ agones:
155155
totalRemoteAllocationTimeout: 30s
156156
image:
157157
registry: gcr.io/agones-images
158-
tag: 1.15.0-dev
158+
tag: 1.15.0-rc
159159
controller:
160160
name: agones-controller
161161
pullPolicy: IfNotPresent

install/yaml/install.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
namespace: agones-system
99
labels:
1010
app: agones
11-
chart: agones-1.15.0-dev
11+
chart: agones-1.15.0-rc
1212
release: agones-manual
1313
heritage: Helm
1414
---
@@ -33,7 +33,7 @@ metadata:
3333
namespace: agones-system
3434
labels:
3535
app: agones
36-
chart: agones-1.15.0-dev
36+
chart: agones-1.15.0-rc
3737
release: agones-manual
3838
heritage: Helm
3939
---
@@ -58,7 +58,7 @@ metadata:
5858
namespace: default
5959
labels:
6060
app: agones
61-
chart: agones-1.15.0-dev
61+
chart: agones-1.15.0-rc
6262
release: agones-manual
6363
heritage: Helm
6464
---
@@ -70,7 +70,7 @@ metadata:
7070
namespace: agones-system
7171
labels:
7272
app: agones
73-
chart: "agones-1.15.0-dev"
73+
chart: "agones-1.15.0-rc"
7474
release: "agones-manual"
7575
heritage: "Helm"
7676
type: Opaque
@@ -87,7 +87,7 @@ metadata:
8787
namespace: agones-system
8888
labels:
8989
app: agones
90-
chart: "agones-1.15.0-dev"
90+
chart: "agones-1.15.0-rc"
9191
release: "agones-manual"
9292
heritage: "Helm"
9393
data:
@@ -103,7 +103,7 @@ metadata:
103103
namespace: agones-system
104104
labels:
105105
app: agones
106-
chart: "agones-1.15.0-dev"
106+
chart: "agones-1.15.0-rc"
107107
release: "agones-manual"
108108
heritage: "Helm"
109109
data:
@@ -119,7 +119,7 @@ metadata:
119119
namespace: agones-system
120120
labels:
121121
app: agones
122-
chart: "agones-1.15.0-dev"
122+
chart: "agones-1.15.0-rc"
123123
release: "agones-manual"
124124
heritage: "Helm"
125125
data:
@@ -149,7 +149,7 @@ metadata:
149149
labels:
150150
component: crd
151151
app: agones
152-
chart: agones-1.15.0-dev
152+
chart: agones-1.15.0-rc
153153
release: agones-manual
154154
heritage: Helm
155155
spec:
@@ -4073,7 +4073,7 @@ metadata:
40734073
labels:
40744074
component: crd
40754075
app: agones
4076-
chart: agones-1.15.0-dev
4076+
chart: agones-1.15.0-rc
40774077
release: agones-manual
40784078
heritage: Helm
40794079
spec:
@@ -4195,7 +4195,7 @@ metadata:
41954195
labels:
41964196
component: crd
41974197
app: agones
4198-
chart: agones-1.15.0-dev
4198+
chart: agones-1.15.0-rc
41994199
release: agones-manual
42004200
heritage: Helm
42014201
spec:
@@ -7956,7 +7956,7 @@ metadata:
79567956
labels:
79577957
component: crd
79587958
app: agones
7959-
chart: agones-1.15.0-dev
7959+
chart: agones-1.15.0-rc
79607960
release: agones-manual
79617961
heritage: Helm
79627962
name: gameserverallocationpolicies.multicluster.agones.dev
@@ -8032,7 +8032,7 @@ metadata:
80328032
labels:
80338033
component: crd
80348034
app: agones
8035-
chart: agones-1.15.0-dev
8035+
chart: agones-1.15.0-rc
80368036
release: agones-manual
80378037
heritage: Helm
80388038
spec:
@@ -11926,7 +11926,7 @@ metadata:
1192611926
namespace: agones-system
1192711927
labels:
1192811928
app: agones
11929-
chart: agones-1.15.0-dev
11929+
chart: agones-1.15.0-rc
1193011930
release: agones-manual
1193111931
heritage: Helm
1193211932
rules:
@@ -11957,7 +11957,7 @@ metadata:
1195711957
namespace: agones-system
1195811958
labels:
1195911959
app: agones
11960-
chart: agones-1.15.0-dev
11960+
chart: agones-1.15.0-rc
1196111961
release: agones-manual
1196211962
heritage: Helm
1196311963
rules:
@@ -12003,7 +12003,7 @@ metadata:
1200312003
namespace: agones-system
1200412004
labels:
1200512005
app: agones
12006-
chart: agones-1.15.0-dev
12006+
chart: agones-1.15.0-rc
1200712007
release: agones-manual
1200812008
heritage: Helm
1200912009
rules:
@@ -12023,7 +12023,7 @@ metadata:
1202312023
namespace: agones-system
1202412024
labels:
1202512025
app: agones
12026-
chart: agones-1.15.0-dev
12026+
chart: agones-1.15.0-rc
1202712027
release: agones-manual
1202812028
heritage: Helm
1202912029
subjects:
@@ -12043,7 +12043,7 @@ metadata:
1204312043
namespace: agones-system
1204412044
labels:
1204512045
app: agones
12046-
chart: agones-1.15.0-dev
12046+
chart: agones-1.15.0-rc
1204712047
release: agones-manual
1204812048
heritage: Helm
1204912049
subjects:
@@ -12095,7 +12095,7 @@ metadata:
1209512095
namespace: default
1209612096
labels:
1209712097
app: agones
12098-
chart: agones-1.15.0-dev
12098+
chart: agones-1.15.0-rc
1209912099
release: agones-manual
1210012100
heritage: Helm
1210112101
subjects:
@@ -12116,7 +12116,7 @@ metadata:
1211612116
labels:
1211712117
component: ping
1211812118
app: agones
12119-
chart: agones-1.15.0-dev
12119+
chart: agones-1.15.0-rc
1212012120
release: agones-manual
1212112121
heritage: Helm
1212212122
spec:
@@ -12138,7 +12138,7 @@ metadata:
1213812138
labels:
1213912139
component: ping
1214012140
app: agones
12141-
chart: agones-1.15.0-dev
12141+
chart: agones-1.15.0-rc
1214212142
release: agones-manual
1214312143
heritage: Helm
1214412144
spec:
@@ -12174,7 +12174,7 @@ metadata:
1217412174
labels:
1217512175
agones.dev/role: controller
1217612176
app: agones
12177-
chart: agones-1.15.0-dev
12177+
chart: agones-1.15.0-rc
1217812178
release: agones-manual
1217912179
heritage: Helm
1218012180
spec:
@@ -12210,7 +12210,7 @@ metadata:
1221012210
labels:
1221112211
component: allocator
1221212212
app: agones
12213-
chart: agones-1.15.0-dev
12213+
chart: agones-1.15.0-rc
1221412214
release: agones-manual
1221512215
heritage: Helm
1221612216
spec:
@@ -12246,7 +12246,7 @@ metadata:
1224612246
labels:
1224712247
component: controller
1224812248
app: agones
12249-
chart: agones-1.15.0-dev
12249+
chart: agones-1.15.0-rc
1225012250
release: agones-manual
1225112251
heritage: Helm
1225212252
spec:
@@ -12289,7 +12289,7 @@ spec:
1228912289
serviceAccountName: agones-controller
1229012290
containers:
1229112291
- name: agones-controller
12292-
image: "gcr.io/agones-images/agones-controller:1.15.0-dev"
12292+
image: "gcr.io/agones-images/agones-controller:1.15.0-rc"
1229312293
imagePullPolicy: IfNotPresent
1229412294
env:
1229512295
# minimum port that can be exposed to GameServer traffic
@@ -12299,7 +12299,7 @@ spec:
1229912299
- name: MAX_PORT
1230012300
value: "8000"
1230112301
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
12302-
value: "gcr.io/agones-images/agones-sdk:1.15.0-dev"
12302+
value: "gcr.io/agones-images/agones-sdk:1.15.0-rc"
1230312303
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
1230412304
value: "false"
1230512305
- name: SIDECAR_CPU_REQUEST
@@ -12388,7 +12388,7 @@ metadata:
1238812388
labels:
1238912389
component: ping
1239012390
app: agones
12391-
chart: agones-1.15.0-dev
12391+
chart: agones-1.15.0-rc
1239212392
release: agones-manual
1239312393
heritage: Helm
1239412394
spec:
@@ -12423,7 +12423,7 @@ spec:
1242312423
priorityClassName: agones-system
1242412424
containers:
1242512425
- name: agones-ping
12426-
image: "gcr.io/agones-images/agones-ping:1.15.0-dev"
12426+
image: "gcr.io/agones-images/agones-ping:1.15.0-rc"
1242712427
imagePullPolicy: IfNotPresent
1242812428
livenessProbe:
1242912429
httpGet:
@@ -12496,7 +12496,7 @@ spec:
1249612496
secretName: allocator-client-ca
1249712497
containers:
1249812498
- name: agones-allocator
12499-
image: "gcr.io/agones-images/agones-allocator:1.15.0-dev"
12499+
image: "gcr.io/agones-images/agones-allocator:1.15.0-rc"
1250012500
imagePullPolicy: IfNotPresent
1250112501
livenessProbe:
1250212502
httpGet:
@@ -12564,7 +12564,7 @@ metadata:
1256412564
labels:
1256512565
component: controller
1256612566
app: agones
12567-
chart: agones-1.15.0-dev
12567+
chart: agones-1.15.0-rc
1256812568
release: agones-manual
1256912569
heritage: Helm
1257012570
spec:
@@ -12600,7 +12600,7 @@ metadata:
1260012600
labels:
1260112601
component: controller
1260212602
app: agones
12603-
chart: agones-1.15.0-dev
12603+
chart: agones-1.15.0-rc
1260412604
release: agones-manual
1260512605
heritage: Helm
1260612606
webhooks:
@@ -12643,7 +12643,7 @@ metadata:
1264312643
labels:
1264412644
component: controller
1264512645
app: agones
12646-
chart: agones-1.15.0-dev
12646+
chart: agones-1.15.0-rc
1264712647
release: agones-manual
1264812648
heritage: Helm
1264912649
webhooks:

sdks/csharp/sdk/AgonesSDK.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>AgonesSDK</id>
5-
<version>1.15.0-dev</version>
5+
<version>1.15.0-rc</version>
66
<authors>Google LLC</authors>
77
<owners>Google LLC</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

sdks/csharp/sdk/csharp-sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://agones.dev</PackageProjectUrl>
1414
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1515
<AssemblyName>AgonesSDK</AssemblyName>
16-
<Version>1.15.0-dev</Version>
16+
<Version>1.15.0-rc</Version>
1717
<PackageTags>agones, googleforgames, kuberenetes, multiplayer, gameservers</PackageTags>
1818
<Company>agones.dev</Company>
1919
<Configurations>Debug;Release;DebugProtoGen</Configurations>

sdks/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"publishConfig": {
2727
"access": "public"
2828
},
29-
"version": "1.15.0-dev"
29+
"version": "1.15.0-rc"
3030
}

site/content/en/blog/releases/1.14.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This release introduces initial support for running windows game servers! If thi
1010

1111
It also moves the `RollingUpdateOnReady` feature to beta and makes it enabled by default.
1212

13-
Check the <a href="https://github.com/googleforgames/agones/tree/release-1.14.0" data-proofer-ignore>README</a> for details on features, installation and usage.
13+
Check the <a href="https://github.com/googleforgames/agones/tree/release-1.14.0">README</a> for details on features, installation and usage.
1414

1515
**Implemented enhancements:**
1616

@@ -37,7 +37,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.14.0"
3737
- Add Terraform config for Windows clusters [\#2046](https://github.com/googleforgames/agones/pull/2046) ([jeremyje](https://github.com/jeremyje))
3838
- Build Agones Windows images by default. [\#2037](https://github.com/googleforgames/agones/pull/2037) ([jeremyje](https://github.com/jeremyje))
3939

40-
See <a href="https://github.com/googleforgames/agones/blob/release-1.14.0/CHANGELOG.md" data-proofer-ignore>CHANGELOG</a> for more details on changes.
40+
See <a href="https://github.com/googleforgames/agones/blob/release-1.14.0/CHANGELOG.md">CHANGELOG</a> for more details on changes.
4141

4242
Images available with this release:
4343

@@ -53,7 +53,7 @@ Images available with this release:
5353

5454
Helm chart available with this release:
5555

56-
- <a href="https://agones.dev/chart/stable/agones-1.14.0.tgz" data-proofer-ignore>
56+
- <a href="https://agones.dev/chart/stable/agones-1.14.0.tgz">
5757
<code>helm install agones agones/agones --version 1.14.0</code></a>
5858

5959
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`

0 commit comments

Comments
 (0)