From fb31f7f3fbcd34b0d0188cf438601c02738258af Mon Sep 17 00:00:00 2001 From: Joseph Phillips Date: Fri, 12 Jan 2024 15:15:04 +0100 Subject: [PATCH] Ensures this charm can only be run on Juju version 4+. --- metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.yaml b/metadata.yaml index 6a7f1fe..832433a 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,7 +2,7 @@ # Licensed under the GPLv3, see LICENSE file for details. name: juju-controller assumes: -- juju >= 3.3 +- juju >= 4.0 description: | The Juju controller charm is used to expose various pieces of functionality of a Juju controller.