Use semantic versioning to allow upgrades between constellation container pseudo-versions (#599)

This commit is contained in:
Malte Poll 2022-11-21 11:19:01 +01:00 committed by GitHub
parent bdd9dd922b
commit 58e01de16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@
"matchPackagePrefixes": [
"ghcr.io/edgelesssys/constellation/"
],
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<build>.*))?$",
"versioning": "semver",
"groupName": "Constellation containers"
},
{