The charmed-mysql snap has a track named latest, which we believe could confuse users and goes against the standards of the Data Platform team (neither Charmed PostgreSQL snap not Charmed MongoDB snap have it). Could it be removed?
I am writing this message on behalf of Canonical MySQL team. Thanks in advance.
Tracks cannot be “removed” per say. We can offer alternatives based on what you actually want to achieve. The recommended approach is to close all risks for each track, example:
for risk in stable candidate beta edge; do snapcraft close charmed-mysql latest/$risk; done
The tracks still exist technically but since you closed all the channels, nobody will be able see nor install from them.
From this previous request request I got the impression that closing tracks is something we should ask in the forum. However, I just tried the command you shared, and I had enough permissions to close the undesired track myself.