From 180c0d0c201dda2a552acdfceabfae27ee266586 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 4 Dec 2024 09:41:09 +0200 Subject: [PATCH 1/2] ci: bump juju to 3.6 + charmcraft to 3.x/stable --- .github/workflows/integrate.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a0df861..6ea66d8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,7 +64,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.6/stable microk8s-addons: "dns hostpath-storage rbac" - name: Run integration tests diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 624337e..918ec6a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -91,4 +91,4 @@ jobs: charm-path: ${{ matrix.charm-path }} channel: ${{ steps.parse-inputs.outputs.destination_channel }} tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }} - charmcraft-channel: latest/candidate + charmcraft-channel: 3.x/stable From dafcebf06200abc32fae68f5529082e4cc147a93 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 13:18:54 +0200 Subject: [PATCH 2/2] ci: Pin charmcraft --- .github/workflows/integrate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6ea66d8..59e00a8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -66,6 +66,7 @@ jobs: channel: 1.29-strict/stable juju-channel: 3.6/stable microk8s-addons: "dns hostpath-storage rbac" + charmcraft-channel: 3.x/stable - name: Run integration tests run: tox -vve integration -- --model testing