canonical / postgresql-operator

A Charmed Operator for running PostgreSQL on machines
https://charmhub.io/postgresql
Apache License 2.0
8 stars 19 forks source link

Specify required juju version in metadata.yaml #517

Closed mthaddon closed 2 months ago

mthaddon commented 3 months ago

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.

github-actions[bot] commented 3 months ago

https://warthogs.atlassian.net/browse/DPE-4809

marceloneppel commented 3 months ago

Hi, @mthaddon! Thanks for the report.

It should be improved by https://github.com/canonical/postgresql-operator/pull/518.

marceloneppel commented 2 months ago

Hi, Tom! Revisions 439 and 440 contain the required minimum Juju versions.