-
Notifications
You must be signed in to change notification settings - Fork 897
versionMap.yaml missing version mappings #4184
Copy link
Copy link
Description
The agones/test/upgrade/versionMap.yaml is missing the most recent versions of Agones in the 1.31 and 1.32 mappings.
The mapping should be:
version-mappings.json: |
{
"k8sToAgonesVersions": {
"1.30": [
"1.43.0",
"1.44.0",
"1.45.0",
"1.46.0",
"1.47.0",
"1.48.0",
"1.49.0",
"Dev"
],
"1.31": [
"1.44.0",
"1.45.0",
"1.46.0",
"1.47.0",
"1.48.0",
"1.49.0",
"Dev"
],
"1.32": [
"1.48.0",
"1.49.0",
"Dev"
]
},
Issue is to update the mappings, and update the post-release steps to be clearer in its instructions to update these mappings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels