canonical / postgresql-k8s-operator

A Charmed Operator for running PostgreSQL on Kubernetes
https://charmhub.io/postgresql-k8s
Apache License 2.0
10 stars 19 forks source link

Specify required Juju version in metadata.yaml #543

Closed marceloneppel closed 2 months ago

marceloneppel commented 3 months ago

Currently, the charm includes the following in metadata.yaml:

assumes:
  - k8s-api

However, the current version of the charm requires Juju 3.4.3 or greater because of the fixes to the following bugs:

github-actions[bot] commented 3 months ago

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

marceloneppel commented 3 months ago

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