Open taurus-forever opened 1 year ago
juju deploy mysql-k8s --channel latest/edge
Located charm "mysql-k8s" in charm-hub, revision 60
Deploying "mysql-k8s" from charm-hub charm "mysql-k8s", revision 60 in channel latest/edge on jammy
This looks like a bug itself on juju or charmhub; you should not be able to install charms from closed channels; which seems to be the source of confusion
For the history, reported to Juju here: https://bugs.launchpad.net/juju/+bug/2020753
What needs to get done
Hi,
The
charmcraft status <mycharm>
is confusing when the track is closed as the same sign-
used fornot-yet-uploaded revisions
andclosed tracks
Example (all trackslatest/*
are closed):Also the last revision in closed track is still installable:
It is a proposal to improve the output to: 1) indicate the track is closed instead of showing sing
-
(9.0
here is an example of not-yet-published channels):2) still show the revisions for the closed tracks (the best case scenario):
Thank you!
Why it needs to get done
At the moment it is hard to understand the real state of the old charm (from user experience point of view). Users reports:
we have installed the latest revision of your charm (revision 60)
and charm author have difficulties to trace where it came from (the closed tracklatest/edge
).