Can strict Semantic Versioning be used for the helm chart releases (use 1.5.0 instead of v1.5.0)?
In the Chart.yaml it says semantic versioning is required but the linked semver docs show the versions used for the dragonfly-operator are not valid.
|
# Versions are expected to follow Semantic Versioning (https://semver.org/) |
|
version: v1.5.0 |
Is “v1.2.3” a semantic version?
No, “v1.2.3” is not a semantic version
https://semver.org/#is-v123-a-semantic-version
Below are some links with more details on this issue and how it breaks tools requiring Semantic Versioning.
Helm Docs
Helm Issue
Dragonfly + Flux
Kargo
Can strict Semantic Versioning be used for the helm chart releases (use
1.5.0instead ofv1.5.0)?In the
Chart.yamlit says semantic versioning is required but the linked semver docs show the versions used for the dragonfly-operator are not valid.dragonfly-operator/charts/dragonfly-operator/Chart.yaml
Lines 17 to 18 in 2192d38
https://semver.org/#is-v123-a-semantic-version
Below are some links with more details on this issue and how it breaks tools requiring Semantic Versioning.
Helm Docs
Helm Issue
Dragonfly + Flux
Kargo