From 4fc48d0eba02f9f508e29189bb5c6ba2a1d01f42 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 4 Dec 2024 09:41:10 +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 e436699..cc979ea 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -73,7 +73,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.6/stable microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" - 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 91ec290366a9533fb2f2ef5da73dc4b47d8e8219 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 16:53:59 +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 cc979ea..08c672b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -75,6 +75,7 @@ jobs: channel: 1.29-strict/stable juju-channel: 3.6/stable microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" + charmcraft-channel: 3.x/stable - name: Run integration tests run: tox -vve integration -- --model testing