Hi team,
Could you help add a track guardrail to the following charms?
- sloth-k8s
I would like to create tracks after semantic versions in a major.minor format, such as 0.15. The requested guardrail pattern would be \d+\.\d+. Alternatively, for a more robust regex (which disallows tracks like 00.01, you could use (?:0|[1-9]\d*).(?:0|[1-9]\d*).
Let me know if this is good enough, or if you need more information.
CC: @mmkay
Thanks!