Commit 6224eca
authored
Do not remove the 'v' prefix from chart versions (#821)
* Change format of non-release chart versions
Our non-release chart versions were using semver pre-release format
(version appended by a hyphen and an identifier). This commit changes
the format by appending build metadata, which uses a plus instead of
a hyphen.
The benefit of this change is that pre-release version identifiers must
not include leading zeros, whereas build metadata can contain any ASCII
alphanumerics and hyphens without further restrictions.
Since we append a short git commit sha to the semver version, we can't
rule out that the sha might start with a zero.
* Do not remove the 'v' prefix from chart versions
Our other artifacts, such as container images, all use the 'v' prefix
for their versions. Keeping the prefix for the chart versions as well
ensures taht our versioning scheme is consistent.1 parent 5ab2f32 commit 6224eca
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
0 commit comments