From 05c7c63f12c34dfec6460ebfe96c4648cf3c06e0 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Wed, 19 Jun 2024 19:15:42 -0700 Subject: [PATCH] Add a constraints file specifically for noble Add a constraints file to pin to a version of juju which supports noble. Adding a new file so as not to impact current master branch targets for all charms until they are ready. Signed-off-by: Billy Olsen --- constraints/constraints-noble.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 constraints/constraints-noble.txt diff --git a/constraints/constraints-noble.txt b/constraints/constraints-noble.txt new file mode 100644 index 000000000..91fb98eab --- /dev/null +++ b/constraints/constraints-noble.txt @@ -0,0 +1,9 @@ +# NOTE: this constraints file can be (and will be) consumed by downstream. +# +# Known consumers: +# * zosci-config: job definitions that declare what juju version (snap channel) +# is used in tandem with this constraints file to lockdown python-libjuju +# version. +# * zaza-openstack-tests +# +juju>=3.5.0,<3.6.0