Releases: canonical/setup-lxd
Releases · canonical/setup-lxd
v1
What's Changed
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #32
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #34
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #35
- feat: silence snap list by @lczyk in #36
New Contributors
Full Changelog: v0.1.3...v1
v0.1.3
What's Changed
- Add Tom to maintainers by @simondeziel in #24
- action: Disable compression when storing images by @3v1n0 in #25
- Add preseed input for action by @ajanon in #26
- Require all GitHub actions to be pinned by @simondeziel in #27
- feat: Apply firewall config for multiple bridges and IPv6 by @bschimke95 in #28
- Simplify how IPv4 and IPv6 DOCKER-USER chains are detected by @simondeziel in #29
New Contributors
- @3v1n0 made their first contribution in #25
- @ajanon made their first contribution in #26
- @bschimke95 made their first contribution in #28
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- action: Use
latest/candidateby 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-lxdnow will not refresh the LXD snap if already installed.
To get the latest LXD:
uses: canonical/setup-lxd
with:
channel: latest/stable