From 112859d704f8350350eac39dda85ad544563018b Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 17 Apr 2024 15:44:18 +0300 Subject: [PATCH 1/2] ci: bump juju 3.1 -> 3.4 --- .github/workflows/on_pull_request.yaml | 2 +- .github/workflows/on_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index c5fb4e0..34afa39 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -13,6 +13,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.1/stable + juju-channel: 3.4/stable python-version: "3.8" rockcraft-channel: latest/stable \ No newline at end of file diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 5586356..6dd60f7 100644 --- a/.github/workflows/on_push.yaml +++ b/.github/workflows/on_push.yaml @@ -16,6 +16,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.1/stable + juju-channel: 3.4/stable python-version: "3.8" rockcraft-channel: latest/stable From b252b90bf31372d5b33fcc072770faa53b741a7e Mon Sep 17 00:00:00 2001 From: NohaIhab Date: Wed, 8 May 2024 12:03:01 +0000 Subject: [PATCH 2/2] ci: bump juju to 3.5 --- .github/workflows/on_pull_request.yaml | 2 +- .github/workflows/on_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 34afa39..7d1c4a6 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -13,6 +13,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.5/stable python-version: "3.8" rockcraft-channel: latest/stable \ No newline at end of file diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 6dd60f7..1cfd1ec 100644 --- a/.github/workflows/on_push.yaml +++ b/.github/workflows/on_push.yaml @@ -16,6 +16,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.5/stable python-version: "3.8" rockcraft-channel: latest/stable