Skip to content

Commit

Permalink
[release-1.30] Update component versions (#672)
Browse files Browse the repository at this point in the history
* [release-1.30] Update component versions

* Update workflow to use lxd 5.21

---------

Co-authored-by: Adam Dyess <[email protected]>
  • Loading branch information
github-actions[bot] and addyess authored Sep 17, 2024
1 parent de1eeee commit cdab483
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strict-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/components/kubernetes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.30.4
v1.30.5

0 comments on commit cdab483

Please sign in to comment.