Request: Removal of `dpe/edge` channel from MongoDB charm

Charmhub | Deploy Charmed MongoDB using Charmhub - The Open Operator Collection has the channel of dpe/edge which is no longer functional and has been replaced with 5/edge . We would love to get dpe/edge removed if possible. Thank you very much

Hi,

I think you can do this on your side - the correct procedure here is for you to charmcraft close mongodb dpe/edge. We do not delete tracks unless there’s a very good reason :slight_smile:

  • Daniel

awesome this is great info! Thanks for the help here @roadmr

Dear @roadmr,

Is it expected to see closed tracks in charmcraft status and received a proposals to use them?

ubuntu@taurus-dev:~$ juju deploy ch:mongodb
ERROR selecting releases: charm or bundle not found for channel "", platform "amd64"
available releases are:
  channel "candidate": available series are: focal, focal, bionic, bionic, xenial, trusty, artful
  channel "beta": available series are: focal, focal, bionic, bionic, xenial, trusty, artful
  channel "edge": available series are: focal, focal, bionic, bionic, xenial, trusty, artful
  channel "3/edge": available series are: focal, bionic
  channel "5/edge": available series are: jammy, focal
  channel "3.6/stable": available series are: focal, bionic
  channel "3.6/candidate": available series are: focal, bionic
  channel "3.6/beta": available series are: focal, bionic
  channel "3.6/edge": available series are: focal, bionic
  channel "dpe/edge": available series are: focal
ubuntu@taurus-dev:~$ 

Note, tracks dpe, 5.0, 3, latest are closed but still suggested above and reported here:

22:53:07 ✔ taurus:~$ charmcraft status mongodb
Track    Base                  Channel    Version    Revision                                                                                                                       
latest   -                     stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       -          -                                                                                                                              
3        -                     stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       -          -                                                                                                                              
3.6      ubuntu 18.04 (amd64)  stable     97         97                                                                                                                             
                               candidate  97         97                                                                                                                             
                               beta       ↑          ↑                                                                                                                              
                               edge       100        100                                                                                                                            
         ubuntu 20.04 (amd64)  stable     97         97                                                                                                                             
                               candidate  97         97                                                                                                                             
                               beta       ↑          ↑                                                                                                                              
                               edge       100        100                                                                                                                            
5        ubuntu 20.04 (amd64)  stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       109        109                                                                                                                            
         ubuntu 22.04 (amd64)  stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       115        115                                                                                                                            
5.0      -                     stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       -          -                                                                                                                              
dpe      -                     stable     -          -                                                                                                                              
                               candidate  -          -                                                                                                                              
                               beta       -          -                                                                                                                              
                               edge       -          -                                                                                                                              
22:53:13 ✔ taurus:~$ 

Should this be officially bugreported? Tnx!