From 824dc4512796673011687f40be6b046a7b5799f7 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 5 Dec 2024 12:40:35 +0200 Subject: [PATCH] ci: bump juju to 3.6 + charmcraft to 3.x/stable (#218) * Bump juju to 3.6/stable * For uniformity, use charmcraft from 3.x/stable Ref canonical/bundle-kubeflow#1176 --- .github/workflows/integrate.yaml | 4 ++-- .github/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 75c39c2..c0745ff 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -57,8 +57,8 @@ jobs: provider: microk8s channel: 1.29-strict/stable microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" - juju-channel: 3.4/stable - charmcraft-channel: latest/candidate + juju-channel: 3.6/stable + charmcraft-channel: 3.x/stable - name: Build and test working-directory: ./charms/${{ matrix.charm }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5765f96..93a1594 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