Request: Create 5/edge channel for MongoDB-k8s

We want charmed-mongodb-k8s to have the channel 5/edge and would be very grateful if this was created :slight_smile:

Once this is created and up to date we will perform a: charmcraft close mongodb-k8s latest/edge

Hi, I can only create the “track” part of your channel, the “5” component - it’s done.

$ maketrack-remote.sh mongodb-k8s 5
Added track 5 to charm mongodb-k8s (UUQcdJOSAfUQYBmFoNRuBw3giz1ebvGS)

To clarify a bit how channel names are formed, and quoting from this:

did you know those names (stable, edge, beta, candidate) are actually called “risks” and are only one component of an actual channel name? Full channel names have three parts: track, risk and branch, and they give developers powerful mechanisms with which to control the delivery of software to users. A full channel name looks like this, with slashes delimiting the components:

track/risk/branch

I suggest having a read in the URL I pasted above, part 2 goes into excruciating detail about tracks as well.

Cheers!

  • Daniel

Hi Daniel! As always thank you so much in helping us get this track! And really thank you a ton for sharing this link explaining the difference between track risk and branch - its great to learn :slight_smile: