Skip to content

versionMap.yaml missing version mappings #4184

@igooch

Description

@igooch

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions