You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes. Pre-release versions have a lower precedence than the associated normal version. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92, 1.0.0-x-y-z.--.
What browsers are you seeing the problem on?
No response
Kubernetes Dashboard version
na
Kubernetes version
na
Dev environment
No response
The text was updated successfully, but these errors were encountered:
We can append chart version with alpha suffix too. I will have to check how hard it will be to update existing v7+ chart releases to also include this.
We have cleaned up all "stable" v7 releases and started over with the new v7.0.0-alpha0 release for the chart. I hope it won't cause too much trouble for the users.
We have cleaned up all "stable" v7 releases and started over with the new v7.0.0-alpha0 release for the chart. I hope it won't cause too much trouble for the users.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What happened?
the helm chart containing an alpha appVersion is published as a stable version
What did you expect to happen?
the helm chart is published as a devel (as in needing helm
--devel
flag)How can we reproduce it (as minimally and precisely as possible)?
helm search repo kubernetes-dashboard
Anything else we need to know?
helm
--devel
is consistent with semver:What browsers are you seeing the problem on?
No response
Kubernetes Dashboard version
na
Kubernetes version
na
Dev environment
No response
The text was updated successfully, but these errors were encountered: