From e5410b8b079cae6426196dd9294671f84599c809 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 57e974c..b33f6da 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -62,7 +62,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 metallb:10.64.140.43-10.64.140.49" - name: Test diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bacb3ee..23d5065 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 063248bb1e467ef69453904c36f31e7d062ff136 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 13:26:40 +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 b33f6da..74c86e8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,6 +64,7 @@ jobs: channel: 1.29-strict/stable juju-channel: 3.6/stable microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49" + charmcraft-channel: 3.x/stable - name: Test run: sg snap_microk8s -c "tox -vve integration -- --model testing"