You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the charm includes the following in metadata.yaml:
assumes:
- juju
However, it seems the current version of the charm requires juju 3.4.3 or greater. This can be managed by setting the assumes option per https://juju.is/docs/sdk/charmcraft-yaml#heading--assumes. Note that there's also an any-of sub-option if you want to allow 2.9 or >= 3.4.3.
The text was updated successfully, but these errors were encountered:
Currently the charm includes the following in
metadata.yaml
:However, it seems the current version of the charm requires juju 3.4.3 or greater. This can be managed by setting the
assumes
option per https://juju.is/docs/sdk/charmcraft-yaml#heading--assumes. Note that there's also anany-of
sub-option if you want to allow 2.9 or >= 3.4.3.The text was updated successfully, but these errors were encountered: