Skip to content

Commit 70e9f19

Browse files
authored
Updated version mapping and post-release step (#4191)
1 parent abe22d4 commit 70e9f19

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/governance/templates/release_issue.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ and copy it into a release issue. Fill in relevant values, found inside {}
7070
- [ ] Within the shell `cd` to the `test/sdk/go/` directory and run `make cloud-build`.
7171
- [ ] In `test/upgrade/Makefile` change `base_version` to `{version}+1`.
7272
- [ ] Update `cloudbuild.yaml` by incrementing the `_BASE_VERSION` to `{version}+1`.
73-
- [ ] In `test/upgrade/versionMap.yaml` change `ReleaseVersion` to `{version}`.
73+
- [ ] Verify and update Kubernetes version support and Agones version mappings in `test/upgrade/versionMap.yaml`.
74+
- [ ] Update ReleaseVersion to the current release `{version}`.
75+
- [ ] Ensure that the Kubernetes versions supported by the release are correctly listed in the k8sToAgonesVersions map, including the new release version `{version}` and the "Dev" label where appropriate.
7476
- [ ] In `test/upgrade/versionMap.yaml` copy and paste `“Dev”` in `agonesVersionFeatureGates` map.
7577
- [ ] Change one of the `“Dev”` in `agonesVersionFeatureGates` to `{version}`.
7678
- [ ] Create PR with these changes, and merge them with approval

test/upgrade/versionMap.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,14 @@ data:
2323
version-mappings.json: |
2424
{
2525
"k8sToAgonesVersions": {
26-
"1.29": [
27-
"1.40.0",
28-
"1.41.0",
29-
"1.42.0",
30-
"1.43.0",
31-
"1.44.0",
32-
"1.45.0",
33-
"1.46.0",
34-
"1.47.0",
35-
"1.48.0",
36-
"Dev"
37-
],
3826
"1.30": [
3927
"1.43.0",
4028
"1.44.0",
4129
"1.45.0",
4230
"1.46.0",
4331
"1.47.0",
4432
"1.48.0",
33+
"1.49.0",
4534
"Dev"
4635
],
4736
"1.31": [
@@ -50,9 +39,12 @@ data:
5039
"1.46.0",
5140
"1.47.0",
5241
"1.48.0",
42+
"1.49.0",
5343
"Dev"
5444
],
5545
"1.32": [
46+
"1.48.0",
47+
"1.49.0",
5648
"Dev"
5749
]
5850
},

0 commit comments

Comments
 (0)