Skip to content

Commit

Permalink
Release v1.33.0 (#3247)
Browse files Browse the repository at this point in the history
* Release v1.33.0

* helm link update in release blog

* helm link update in release blog

* Required changes
  • Loading branch information
Kalaiselvi84 authored Jul 5, 2023
1 parent 05ab9ca commit 4876ea5
Show file tree
Hide file tree
Showing 15 changed files with 160 additions and 64 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## [v1.33.0](https://github.com/googleforgames/agones/tree/v1.33.0) (2023-07-05)

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

**Implemented enhancements:**
- Cloud Build config to trigger a build if no build is running by @zmerlynn in https://github.com/googleforgames/agones/pull/3174
- Add a helm flag to force Agones system components onto dedicated nodes by @gongmax in https://github.com/googleforgames/agones/pull/3161
- Counts and Lists Aggregate Values for Fleet Status and GameServerSet Status by @igooch in https://github.com/googleforgames/agones/pull/3180
- [Release Automation] Label PRs with GitHub Action by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3151
- Add make gen-crd-clients to the CI suite by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3196
- Adds Counters and Lists to FleetAutoScaler CRD by @igooch in https://github.com/googleforgames/agones/pull/3198
- Expose GameServer types by @MiniaczQ in https://github.com/googleforgames/agones/pull/3205
- Label PR by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3216
- Remove Feature Expiry Version Shortcodes by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3210
- Add labels and annotations to allocation response by @austin-space in https://github.com/googleforgames/agones/pull/3197
- Update Version in site/config.toml by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3227
- Move SDKGracefulTermination To Stable by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3231
- Delete data-proofer-ignore attribute by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3225
- GKE Autopilot: Add primary container annotation for game server container by @zmerlynn in https://github.com/googleforgames/agones/pull/3234
- Fix goclient request dashboard and add allocator to the drill down; Change goclient workqueue dashboard y axis unit by @gongmax in https://github.com/googleforgames/agones/pull/3240

**Fixed bugs:**
- Fix container name conflict when build windows image by @gongmax in https://github.com/googleforgames/agones/pull/3195
- Have leader election use namespace from env var by @chiayi in https://github.com/googleforgames/agones/pull/3209
- Make sdk-update-version by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3221
- Add label changes for service-monitor by @chiayi in https://github.com/googleforgames/agones/pull/3201

**Other:**
- Preparation for next release v1.33.0 by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3181
- Run e2e test on regional standard clusters by @gongmax in https://github.com/googleforgames/agones/pull/3182
- Remove zonal test clusters, and create regional clusters with release channel by @gongmax in https://github.com/googleforgames/agones/pull/3186
- Update GKE installation instructions now that `SplitControllerAndExtensions` has been enabled by default. by @roberthbailey in https://github.com/googleforgames/agones/pull/3191
- build: add ltsc2022 target for windows builds by @davidedmondsMPG in https://github.com/googleforgames/agones/pull/3187
- Remove Rolling Update on Ready warning in docs by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3192
- Add write permission to id-token by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3207
- remove old warning of conversion int64 to float64 by @ashutosji in https://github.com/googleforgames/agones/pull/3214
- Docs: Break up Helm configuration table by @markmandel in https://github.com/googleforgames/agones/pull/3215
- Change pre-release version to MAJOR.MINOR.PATCH-dev-HASH by @gongmax in https://github.com/googleforgames/agones/pull/3219
- Change the helm config field `agones.system.requireDedicatedNode` to `agones.requireDedicatedNodes` by @gongmax in https://github.com/googleforgames/agones/pull/3226
- Potential fix for TestAllocatorAllocate* flakiness by @markmandel in https://github.com/googleforgames/agones/pull/3232
- Fix Unreal Engine SDK page for UE5 information. by @oniku-2929 in https://github.com/googleforgames/agones/pull/3237

**New Contributors:**
- @davidedmondsMPG made their first contribution in https://github.com/googleforgames/agones/pull/3187
- @ashutosji made their first contribution in https://github.com/googleforgames/agones/pull/3214

## [v1.32.0](https://github.com/googleforgames/agones/tree/v1.32.0) (2023-05-23)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.31.0...v1.32.0)
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.33.0-dev"
version: 1.33.0-dev
appVersion: "1.33.0"
version: 1.33.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 @@ -246,7 +246,7 @@ agones:
allocationBatchWaitTime: 500ms
image:
registry: us-docker.pkg.dev/agones-images/release
tag: 1.33.0-dev
tag: 1.33.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
68 changes: 34 additions & 34 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
---
Expand All @@ -75,7 +75,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
---
Expand All @@ -100,7 +100,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
---
Expand All @@ -112,7 +112,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.33.0-dev"
chart: "agones-1.33.0"
release: "agones-manual"
heritage: "Helm"
type: Opaque
Expand All @@ -129,7 +129,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.33.0-dev"
chart: "agones-1.33.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -145,7 +145,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.33.0-dev"
chart: "agones-1.33.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -161,7 +161,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.33.0-dev"
chart: "agones-1.33.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand Down Expand Up @@ -191,7 +191,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -5301,7 +5301,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -5491,7 +5491,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -10451,7 +10451,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -10530,7 +10530,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15603,7 +15603,7 @@ metadata:
name: agones-allocator
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -15633,7 +15633,7 @@ metadata:
name: agones-controller
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -15687,7 +15687,7 @@ metadata:
name: agones-sdk
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
rules:
Expand All @@ -15706,7 +15706,7 @@ metadata:
name: agones-allocator
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -15725,7 +15725,7 @@ metadata:
name: agones-controller-access
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
subjects:
Expand Down Expand Up @@ -15777,7 +15777,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -15798,7 +15798,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -15820,7 +15820,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15856,7 +15856,7 @@ metadata:
labels:
agones.dev/role: extensions
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15893,7 +15893,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -15915,7 +15915,7 @@ metadata:
labels:
multicluster.agones.dev/role: allocator
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15949,7 +15949,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15991,7 +15991,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.33.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -16001,7 +16001,7 @@ spec:
- name: MAX_PORT
value: "8000"
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.33.0-dev"
value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.33.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -16106,7 +16106,7 @@ metadata:
labels:
component: extensions
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -16150,7 +16150,7 @@ spec:
terminationGracePeriodSeconds: 27
containers:
- name: agones-extensions
image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.33.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-extensions:1.33.0"
imagePullPolicy: IfNotPresent
env:
- name: PROMETHEUS_EXPORTER
Expand Down Expand Up @@ -16252,7 +16252,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -16287,7 +16287,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.33.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16361,7 +16361,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.33.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16442,7 +16442,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -16493,7 +16493,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down Expand Up @@ -16545,7 +16545,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.33.0-dev
chart: agones-1.33.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/AgonesSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AgonesSDK</id>
<version>1.33.0-dev</version>
<version>1.33.0</version>
<authors>Google LLC</authors>
<owners>Google LLC</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion sdks/csharp/sdk/csharp-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://agones.dev</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<AssemblyName>AgonesSDK</AssemblyName>
<Version>1.33.0-dev</Version>
<Version>1.33.0</Version>
<PackageTags>agones, googleforgames, kuberenetes, multiplayer, gameservers</PackageTags>
<Company>agones.dev</Company>
<Configurations>Debug;Release;DebugProtoGen</Configurations>
Expand Down
Loading

0 comments on commit 4876ea5

Please sign in to comment.