Comment 9 for bug 1966664

Revision history for this message
Edward Hope-Morley (hopem) wrote : Re: latest/candidate is picked when latest/edge is requested

A bit more testing shows that using juju upgrade-charm does not cause the version to regress BUT the following will:

  * juju deploy bundle.yaml where bundle contains series: <series>
  * remove series: <series> from the bundle
  * juju deploy bundle.yaml (a common way to upgrade all charms)

So this could be an issue for environments that used juju deploy --series <series> bundle.yaml who subsequently run juju deploy bundle.yaml i.e. without the series (which used to work).