Request for Guardrails and transfer of ownership: consul-client

Hi,

Please could you change the consul-client charm’s ownership to the group openstack-charmers ?

Also can you create guardrail \d\.\d+ (versioning is x.yy )

Thank you, Hemanth

Hi, @hemanth-n!

Your regexp for guardrail is not strict and will allow versions like 1.100000, is this OK? I could set something like \d\.\d{2}

One more question to clarify - is this OK for your team to transfer charms without stable version?

Hi @drednout

Thanks for pointing the correct regex. Yes transferring charm to the team is OK without stable version.

Also could you please change the regex for consul-k8s to \d.\d{2}. (It is \d.\d+ earlier)

Thanks!

Hello, @hemanth-n !

I’ve set the requested guardrail \d\.\d{2} for consul-client charm. Also ownership was transferred to openstack-charmers publisher. Enjoy your day!

Also could you please change the regex for consul-k8s to \d.\d{2}. (It is \d.\d+ earlier)

Do you mean \d\.\d{2} or do you need to have not only “.” symbol in your tracks for consul-k8s?

My bad, without dot. So it should be \d\.\d{2}

1 Like

Hi again, @hemanth-n !

We’ve just updated the guardrail pattern for consul-k8s charm, now it looks like:

    "guardrail_patterns": [
        {
            "pattern": "\\d\\.\\d{2}",
            "created_at": "2024-10-09T15:43:03.895134"
        }
    ],

Have a nice day!