Hello,
Can you please create a new 0.0
track for Ella Core K8s.
If you can also create a guardrail to allow creating new tracks of type X.Y (ex. 1.2, 1.23, 1.234, etc.)
Thank you,
Hello,
Can you please create a new 0.0
track for Ella Core K8s.
If you can also create a guardrail to allow creating new tracks of type X.Y (ex. 1.2, 1.23, 1.234, etc.)
Thank you,
Hi,
The track has been created as requested.
Regarding the guardrail: Are X & Y going to be just numbers and will X always be a single digit too?
If so, I think a \d\.\d+
pattern should do it. What do you think?
Thanks,
Odysseus
Hello @odysseus-k ,
It is possible for both X and Y to be numbers. I.e. 12.4
, and 1.12
, 1.2
, 11.22
should be valid.
Thank you,
Hi,
Thanks for the prompt response. I’ve created the \d+\.\d+
guardrail for the charm.
Thanks,
Odysseus