Skip to content

Commit

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

* revert the changes in go.mod and go.sum
  • Loading branch information
Kalaiselvi84 authored Apr 12, 2023
1 parent a2e91cb commit 1863878
Show file tree
Hide file tree
Showing 16 changed files with 188 additions and 58 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# Changelog

## [v1.31.0](https://github.com/googleforgames/agones/tree/v1.31.0) (2023-04-11)

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

**Breaking changes:**
- Update Supported Kubernetes to 1.24 1.25 1.26 by @gongmax in https://github.com/googleforgames/agones/pull/3029

**Implemented enhancements:**
- Add automation to report on recent build flakes by @zmerlynn in https://github.com/googleforgames/agones/pull/3012
- Fix GKE Autopilot auto-detection for 1.26 by @zmerlynn in https://github.com/googleforgames/agones/pull/3032
- Adds Counter to SDK alpha.proto by @igooch in https://github.com/googleforgames/agones/pull/3002
- Add leader election feature to `agones-controller` by @chiayi in https://github.com/googleforgames/agones/pull/3025
- Adds List to SDK alpha.proto by @igooch in https://github.com/googleforgames/agones/pull/3039
- Link to Global Scale Demo from Agones Examples page by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3064
- Add timeout to SDK k8s client by @zmerlynn in https://github.com/googleforgames/agones/pull/3070
- Add helm setting for leader election by @chiayi in https://github.com/googleforgames/agones/pull/3051
- Have TestPlayerConnectWithCapacityZero use framework to wait by @zmerlynn in https://github.com/googleforgames/agones/pull/3062
- Retry build cancellation if it fails by @zmerlynn in https://github.com/googleforgames/agones/pull/3073
- GitHub action for stale issues by @geetachavan1 in https://github.com/googleforgames/agones/pull/3075
- GameServer Allocation Filtering for Counts and Lists by @igooch in https://github.com/googleforgames/agones/pull/3065
- Automation: Update Approved Auto-Merge PR's to latest main by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3066
- Add e2e test for leader election by @chiayi in https://github.com/googleforgames/agones/pull/3076

**Fixed bugs:**
- Ensure the state bucket exists before creating e2e test clusters by @gongmax in https://github.com/googleforgames/agones/pull/3014
- Add Sigterm handler and readiness probe to extensions by @chiayi in https://github.com/googleforgames/agones/pull/3011
- Use actually distinct webhook for Autopilot by @zmerlynn in https://github.com/googleforgames/agones/pull/3035
- Changes to resolve error in creating gcloud-e2e-test-cluster by @igooch in https://github.com/googleforgames/agones/pull/3040
- Replaces functionality and types to make plugin cross-compilable between UE4 and UE5 by @DevChagrins in https://github.com/googleforgames/agones/pull/3060
- Rework game server health initial delay handling by @zmerlynn in https://github.com/googleforgames/agones/pull/3046
- Fix simple-game-server to use context substitute for the infinite loop by @oniku-2929 in https://github.com/googleforgames/agones/pull/3050
- Added -buildvcs=false in build/Makefile by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3069
- Rework game server health initial delay handling by @zmerlynn in https://github.com/googleforgames/agones/pull/3072

**Other:**
- Prep for 1.31.0 release by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3013
- Clarify instructions for Managed Prometheus by @zmerlynn in https://github.com/googleforgames/agones/pull/3015
- Delete unused e2e test cluster by @gongmax in https://github.com/googleforgames/agones/pull/3017
- Add autopilot instructions to doc as Alpha by @shannonxtreme in https://github.com/googleforgames/agones/pull/3004
- Removing dzlier-gcp from approvers list. by @dzlier-gcp in https://github.com/googleforgames/agones/pull/3021
- Fix Dependabot vulnerabilites by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3027
- Update _index.md by @deibu in https://github.com/googleforgames/agones/pull/3045
- Fix doc for multiple k8s version support by @gongmax in https://github.com/googleforgames/agones/pull/3038
- Helm test instruction cleanup in Agones doc by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3052
- Add licence to cancelot.sh by @markmandel in https://github.com/googleforgames/agones/pull/3055
- Generate release notes and Changelog using Github by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3022
- Fixed example images by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3063
- Extend e2e queue timings / Disable testing on Autopilot 1.26 by @zmerlynn in https://github.com/googleforgames/agones/pull/3059
- Revert "Rework game server health initial delay handling (#3046)" by @zmerlynn in https://github.com/googleforgames/agones/pull/3068
- Document missing Allocation Service helm variables by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3053
- Remove unnecessary intermediate variables. by @roberthbailey in https://github.com/googleforgames/agones/pull/3056
- Add description on when to upgrade supported Kubernetes version by @gongmax in https://github.com/googleforgames/agones/pull/3049
- Fix release tag on Unity SDK installation document page (#2622) by @oniku-2929 in https://github.com/googleforgames/agones/pull/3071
- Compilation errors on simple-game-server by @markmandel in https://github.com/googleforgames/agones/pull/3054
- Add tags for cluster, location, commit to e2e-test builds by @zmerlynn in https://github.com/googleforgames/agones/pull/3074
- Update examples images to latest version on agones-images by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3077
- Tag CI build with commit, tag e2e with parent build ID by @zmerlynn in https://github.com/googleforgames/agones/pull/3080
- Renamed action-secret by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3081
- simple-game-server with latest version 0.15 by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3078
- Remove changelog generation from release/cloudbuild.yaml by @Kalaiselvi84 in https://github.com/googleforgames/agones/pull/3079
- Remove 1.23 e2e test cluster by @gongmax in https://github.com/googleforgames/agones/pull/3082

**New Contributors:**
- @shannonxtreme made their first contribution in https://github.com/googleforgames/agones/pull/3004
- @deibu made their first contribution in https://github.com/googleforgames/agones/pull/3045
- @DevChagrins made their first contribution in https://github.com/googleforgames/agones/pull/3060
- @oniku-2929 made their first contribution in https://github.com/googleforgames/agones/pull/3050
- @geetachavan1 made their first contribution in https://github.com/googleforgames/agones/pull/3075

## [v1.30.0](https://github.com/googleforgames/agones/tree/v1.30.0) (2023-03-01)

[Full Changelog](https://github.com/googleforgames/agones/compare/v1.29.0...v1.30.0)
Expand Down
2 changes: 1 addition & 1 deletion build/includes/website.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ site-static: ensure-build-image
docker run --rm $(common_mounts) --workdir=$(mount_path)/site $(DOCKER_RUN_ARGS) $(build_tag) \
bash -c "npm list autoprefixer || npm install [email protected]"
docker run --rm $(common_mounts) --workdir=$(mount_path)/site $(DOCKER_RUN_ARGS) $(build_tag) bash -c \
"$(ENV) hugo --config=config.toml $(ARGS)"
"git config --global --add safe.directory /go/src/agones.dev/agones && $(ENV) hugo --config=config.toml $(ARGS)"

site-gen-app-yaml: SERVICE ?= default
site-gen-app-yaml:
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.31.0-dev"
version: 1.31.0-dev
appVersion: "1.31.0"
version: 1.31.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 @@ -224,7 +224,7 @@ agones:
allocationBatchWaitTime: 500ms
image:
registry: us-docker.pkg.dev/agones-images/release
tag: 1.31.0-dev
tag: 1.31.0
controller:
name: agones-controller
pullPolicy: IfNotPresent
Expand Down
64 changes: 32 additions & 32 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
---
Expand All @@ -45,7 +45,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
---
Expand All @@ -70,7 +70,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
---
Expand All @@ -82,7 +82,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.31.0-dev"
chart: "agones-1.31.0"
release: "agones-manual"
heritage: "Helm"
type: Opaque
Expand All @@ -99,7 +99,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.31.0-dev"
chart: "agones-1.31.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -115,7 +115,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.31.0-dev"
chart: "agones-1.31.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand All @@ -131,7 +131,7 @@ metadata:
namespace: agones-system
labels:
app: agones
chart: "agones-1.31.0-dev"
chart: "agones-1.31.0"
release: "agones-manual"
heritage: "Helm"
data:
Expand Down Expand Up @@ -161,7 +161,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -5271,7 +5271,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -5417,7 +5417,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -10377,7 +10377,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
name: gameserverallocationpolicies.multicluster.agones.dev
Expand Down Expand Up @@ -10456,7 +10456,7 @@ metadata:
labels:
component: crd
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15535,7 +15535,7 @@ metadata:
name: agones-allocator
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -15565,7 +15565,7 @@ metadata:
name: agones-controller
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
rules:
Expand Down Expand Up @@ -15619,7 +15619,7 @@ metadata:
name: agones-sdk
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
rules:
Expand All @@ -15638,7 +15638,7 @@ metadata:
name: agones-allocator
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -15657,7 +15657,7 @@ metadata:
name: agones-controller-access
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
subjects:
Expand Down Expand Up @@ -15709,7 +15709,7 @@ metadata:
namespace: default
labels:
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
subjects:
Expand All @@ -15730,7 +15730,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -15752,7 +15752,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15788,7 +15788,7 @@ metadata:
labels:
agones.dev/role: controller
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15825,7 +15825,7 @@ metadata:
labels:
component: allocator
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand All @@ -15847,7 +15847,7 @@ metadata:
labels:
multicluster.agones.dev/role: allocator
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15881,7 +15881,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -15924,7 +15924,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: agones-controller
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.31.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-controller:1.31.0"
imagePullPolicy: IfNotPresent
env:
# minimum port that can be exposed to GameServer traffic
Expand All @@ -15934,7 +15934,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.31.0-dev"
value: "us-docker.pkg.dev/agones-images/release/agones-sdk:1.31.0"
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: "false"
- name: SIDECAR_CPU_REQUEST
Expand Down Expand Up @@ -16037,7 +16037,7 @@ metadata:
labels:
component: ping
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -16072,7 +16072,7 @@ spec:
priorityClassName: agones-system
containers:
- name: agones-ping
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.31.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-ping:1.31.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16145,7 +16145,7 @@ spec:
secretName: allocator-client-ca
containers:
- name: agones-allocator
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.31.0-dev"
image: "us-docker.pkg.dev/agones-images/release/agones-allocator:1.31.0"
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -16221,7 +16221,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
spec:
Expand Down Expand Up @@ -16287,7 +16287,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down Expand Up @@ -16339,7 +16339,7 @@ metadata:
labels:
component: controller
app: agones
chart: agones-1.31.0-dev
chart: agones-1.31.0
release: agones-manual
heritage: Helm
webhooks:
Expand Down
Loading

0 comments on commit 1863878

Please sign in to comment.