From 69f1b1231dbd3ec598a509d59448f5041f0fd678 Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Mon, 16 Sep 2024 15:11:43 -0400 Subject: [PATCH] chore: update lxd snap channel to 5.21 The 5.19 channel has been removed from the lxd snap track list. --- .github/workflows/canary.yml | 12 ++++++------ .github/workflows/test_integration.yml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 80cf388b..9fb09ef5 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -38,21 +38,21 @@ jobs: - "1.8.*" include: - cloud: "lxd" - cloud-channel: "5.19/stable" + cloud-channel: "5.21/stable" juju-channel: "2.9/stable" - lxd-channel: "5.19/stable" + lxd-channel: "5.21/stable" - cloud: "microk8s" cloud-channel: "1.28/stable" juju-channel: "2.9/stable" - lxd-channel: "5.19/stable" + lxd-channel: "5.21/stable" - cloud: "lxd" - cloud-channel: "5.19/stable" + cloud-channel: "5.21/stable" juju-channel: "3/stable" - lxd-channel: "5.19/stable" + lxd-channel: "5.21/stable" - cloud: "microk8s" cloud-channel: "1.28-strict/stable" juju-channel: "3/stable" - lxd-channel: "5.19/stable" + lxd-channel: "5.21/stable" steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 820ce499..b2446579 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -45,12 +45,12 @@ jobs: strategy: fail-fast: false matrix: - terraform: ["1.6.*", "1.7.*", "1.8.*"] + terraform: ["1.7.*", "1.8.*", "1.9.*"] action-operator: - - { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "2.9" } - - { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "3" } - - { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" } - - { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" } + - { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "2.9" } + - { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "3" } + - { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" } + - { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" } timeout-minutes: 60 steps: - uses: actions/checkout@v4