From 8fa311e98f7e366378abc93d63c31974d4c003a6 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 12:35:09 +0200 Subject: [PATCH] ci: bump juju to 3.6 + charmcraft to 3.x/stable (#565) * Bump juju to 3.6/stable * For uniformity, use charmcraft from 3.x/stable Ref canonical/bundle-kubeflow#1176 --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9ba71051..cce4cea1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -80,7 +80,7 @@ jobs: provider: microk8s channel: ${{ matrix.microk8s-versions }} microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49" - juju-channel: 3.4/stable + juju-channel: 3.6/stable # Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845 charmcraft-channel: 3.x/stable @@ -148,7 +148,7 @@ jobs: provider: microk8s channel: ${{ matrix.microk8s-versions }} microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49" - juju-channel: 3.4/stable + juju-channel: 3.6/stable # Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845 charmcraft-channel: 3.x/stable