Skip to content

Namespaces like 'v1alpha' and 'v1beta' are generated as 'v1' #539

@busunkim96

Description

@busunkim96

See game servers and analytics admin.

The generator detects the version as v1 if there isn't a number after alpha/beta.

version = r'\.(?P<version>v[0-9]+(p[0-9]+)?((alpha|beta)[0-9]+)?)'

v1alpha1 -> v1alpha1
v1alpha -> v1

Metadata

Metadata

Assignees

Labels

priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions