Create new track for Kafka charms

Hi,

I’m the EM for the following charms:

  • kafka
  • kafka-k8s
  • kafka-connect
  • kafka-connect-k8s

Could we please add new tracks for 4 to all these charms? We can keep the default latest/edge3/edge for now, but will need 4/edge, 4/beta, 4/candidate and 4/stable.

Thanks,

Marc

And if possible, could I request a track guardrail, so that I can make these tracks myself?

Hi,

Sure. What’s the guardrail? ( I haven’t created 4 yet).

Thanks,

Odysseus

I’m not sure of the exact pattern for the Regex you need, but we’d want to support <integer>/edge|beta|candidate|stable.

So I guess:

\d+\/

I’m sure that’s wrong, but hopefully that’s enough information?

Hi,

Thanks for the response. I went ahead and added the \d+ guardrail for all the listed charms. Let me know if something looks amiss.

Thanks,

Odysseus