From ef33347951e2ec6ea266a474614261393f1d61fb Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Wed, 1 Jul 2026 16:12:24 -0400 Subject: [PATCH] misc: Add mysql charms for noble The stable/noble git branch supports the charms for the 24.04 base, they are pushed to the same 8.0 track that stable/jammy does. They can co-exist, charmhub supports this. Signed-off-by: Felipe Reyes --- .../data/lp-builder-config/misc.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/charmed_openstack_info/data/lp-builder-config/misc.yaml b/charmed_openstack_info/data/lp-builder-config/misc.yaml index 4e998f9..9d8d718 100644 --- a/charmed_openstack_info/data/lp-builder-config/misc.yaml +++ b/charmed_openstack_info/data/lp-builder-config/misc.yaml @@ -87,7 +87,13 @@ projects: - latest/edge bases: - "24.04" - #stable/8.0: + stable/noble: + build-channels: + charmcraft: "3.x/stable" + channels: + - 8.0/stable + bases: + - "24.04" stable/jammy: build-channels: charmcraft: "3.x/stable" @@ -109,7 +115,13 @@ projects: - latest/edge bases: - "24.04" - #stable/8.0: + stable/noble: + build-channels: + charmcraft: "3.x/stable" + channels: + - "8.0/stable" + bases: + - "24.04" stable/jammy: build-channels: charmcraft: "3.x/stable"