barbican-k8s ownership change and new track

Hi,

Could you change the barbican-k8s charm’s ownership to the group openstack-charmers ?

Moreover, could you add the track 2023.1 to the charm ?

Thank you

Self service track creation failed with:

curl https://api.charmhub.io/v1/charm/barbican-k8s/tracks -X POST -H'Content-type: application/json' -H "$CHARMHUB_MACAROON_HEADER" -d '[{"name": "2023.1"}]'                                          
{"error-list":[{"code":"missing-guardrails","message":"Missing guardrails for requested ('charm', 'lywEQAWqWyXqO2GkGhIqmiX5o2jOKuba') package"}]}

The ownership has been transferred and the track has been created.

We will get back to you about setting up the correct guardrails.

1 Like

@gboutry

We can create a guardrail with the regex: \d+\.\d+

Could you please confirm that this is inline with your future intentions?

For the foreseeable future, the versioning will follow year.release, with 2 releases per year, so \d+\.\d should be enough.

Hi,

The \d+\.\d track creation guardrail has been successfully created for the barbican-k8s charm.

Thanks,

Odysseus

1 Like

Thank you!