canonical / charmed-openstack-upgrader

Automatic upgrade tool for Charmed Openstack
Apache License 2.0
3 stars 12 forks source link

Make `stable` as an alias to `latest/stable` channel #529

Closed chanchiwai-ray closed 2 months ago

chanchiwai-ray commented 2 months ago

Sometime (old) charm in latest/stable channel can showed up in COU as stable channel, which makes COU think that it's an unsupported channel. However, this is not correct, for latest/channel, COU can still support proposing a possible crossgrade channel.

Reference: https://juju.is/docs/sdk/charmcraft-release#summary: the default is latest if not specified

Close: #491