Comment 6 for bug 1999700

Revision history for this message
Loïc Gomez (kotodama) wrote (last edit ):

Okay, our partial bundle declares this app alongside other:
    landscape-client:
        charm: landscape-client

This fails with the error message:
  ERROR cannot deploy bundle: downgrades are not currently supported

Changing that to:
    landscape-client:
        series: focal
        charm: landscape-client

Fixes the bug for us.
01:25:14 INFO cmd bundlehandler.go:624 Deploy of bundle completed.

As a sidenote, there is already a top-level:
series: focal

Hope it helps!