From cdab483bf3e2a3abf71c0ba728bea2b8a0efd7e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:24:55 -0500 Subject: [PATCH] [release-1.30] Update component versions (#672) * [release-1.30] Update component versions * Update workflow to use lxd 5.21 --------- Co-authored-by: Adam Dyess --- .github/workflows/integration.yaml | 2 +- .github/workflows/nightly-test.yaml | 2 +- .github/workflows/strict-integration.yaml | 2 +- build-scripts/components/kubernetes/version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 56c1ee8c7..b68ac5580 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -55,7 +55,7 @@ jobs: run: pip install tox - name: Install lxd run: | - sudo snap refresh lxd --channel 5.19/stable + sudo snap refresh lxd --channel 5.21/stable sudo lxd init --auto sudo usermod --append --groups lxd $USER sg lxd -c 'lxc version' diff --git a/.github/workflows/nightly-test.yaml b/.github/workflows/nightly-test.yaml index f41dc8906..9a1a2f662 100644 --- a/.github/workflows/nightly-test.yaml +++ b/.github/workflows/nightly-test.yaml @@ -28,7 +28,7 @@ jobs: pip3 install tox==4.13 - name: Install lxd run: | - sudo snap refresh lxd --channel 5.19/stable + sudo snap refresh lxd --channel 5.21/stable sudo lxd init --auto sudo usermod --append --groups lxd $USER sg lxd -c 'lxc version' diff --git a/.github/workflows/strict-integration.yaml b/.github/workflows/strict-integration.yaml index 98393995e..fa448dae2 100644 --- a/.github/workflows/strict-integration.yaml +++ b/.github/workflows/strict-integration.yaml @@ -54,7 +54,7 @@ jobs: run: pip install tox - name: Install lxd run: | - sudo snap refresh lxd --channel 5.19/stable + sudo snap refresh lxd --channel 5.21/stable sudo lxd init --auto sudo usermod --append --groups lxd $USER sg lxd -c 'lxc version' diff --git a/build-scripts/components/kubernetes/version b/build-scripts/components/kubernetes/version index 987bee4da..374219f87 100644 --- a/build-scripts/components/kubernetes/version +++ b/build-scripts/components/kubernetes/version @@ -1 +1 @@ -v1.30.4 +v1.30.5