Releases: canonical/setup-lxd
Releases · canonical/setup-lxd
v0.1.2
What's Changed
- action: Use
latest/candidate
by default by @simondeziel in #12 - action: make the group configurable by @simondeziel in #13
- action: wait for any snap changes to be done before setting config by @simondeziel in #15
- Tweak CI tests by @simondeziel in #16
- github: extend integration tests to cover 24.04 by @simondeziel in #17
- README:
uses:
requires to specify an @Version by @simondeziel in #18 - Handle case where docker not installed by @samuelallan72 in #20
- README: replace Jordan Barrett (thank you) as maintainer by @simondeziel in #21
- github: add dependabot config to keep GHA up to date by @simondeziel in #22
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #23
New Contributors
- @samuelallan72 made their first contribution in #20
- @dependabot made their first contribution in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Includes a critical fix #8 that enables the channel
input to actually work.
What's Changed
- Cosmetic fixes to readme by @simondeziel in #6
- action: fix inputs for workflows by @mr-cal in #8
- [CI] Add test which installs LXD from latest/stable by @barrettj12 in #9
New Contributors
- @simondeziel made their first contribution in #6
- @mr-cal made their first contribution in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add Juju integration tests by @barrettj12 in #1
- Set up socket permissions correctly by @barrettj12 in #2
- No inputs disables snap install by @barrettj12 in #5
Full Changelog: https://github.com/canonical/setup-lxd/commits/v0.1.0
NB: the default behaviour has changed.
uses: canonical/setup-lxd
now will not refresh the LXD snap if already installed.
To get the latest LXD:
uses: canonical/setup-lxd
with:
channel: latest/stable