Skip to content

Commit

Permalink
chore: use assumes juju 3.1 instead of 3.5 (#434)
Browse files Browse the repository at this point in the history
We must ensure we do not break the deployment of existing users
with a hard requirement on juju 3.5. Since in our documentation the least supported
juju version is 3.1, we should reflect that also in these charms.
The only scenario where people are required to bump juju to 3.5 is when they want to
set the TLS ingress gateway with secrets, but this is documented in a public guide.
  • Loading branch information
DnPlas authored Jun 6, 2024
1 parent 8952d74 commit d32935d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/istio-gateway/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ requires:
versions: [v1]
__schema_source: https://raw.githubusercontent.com/canonical/operator-schemas/master/k8s-service.yaml
assumes:
- juju >= 2.9.0
- juju >= 3.1
2 changes: 1 addition & 1 deletion charms/istio-pilot/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ peers:
peers:
interface: istio_pilot_peers
assumes:
- juju >= 3.5
- juju >= 3.1

0 comments on commit d32935d

Please sign in to comment.