diff --git a/juju/utils.py b/juju/utils.py index 4ab098f9..b619fb72 100644 --- a/juju/utils.py +++ b/juju/utils.py @@ -325,6 +325,7 @@ def get_local_charm_charmcraft_yaml(path: str | Path) -> dict[str, Any]: LUNAR = "lunar" MANTIC = "mantic" NOBLE = "noble" +RESOLUTE = "resolute" UBUNTU_SERIES = { PRECISE: "12.04", @@ -352,6 +353,7 @@ def get_local_charm_charmcraft_yaml(path: str | Path) -> dict[str, Any]: LUNAR: "23.04", MANTIC: "23.10", NOBLE: "24.04", + RESOLUTE: "26.04", } KUBERNETES = "kubernetes"