From 209f9c8a0be7ac4cacb86f5fc4f227fcf2bf39c3 Mon Sep 17 00:00:00 2001 From: Joseph Phillips Date: Sat, 10 Feb 2024 14:35:40 +0100 Subject: [PATCH] Updates charm metadata with correct Juju version restriction. --- metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.yaml b/metadata.yaml index ea1f386..8e62e76 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 >= 3.5 description: | The Juju controller charm is used to expose various pieces of functionality of a Juju controller.