Releases: thomasklein94/packer-plugin-libvirt
Releases · thomasklein94/packer-plugin-libvirt
v0.5.0
Changelog
Breaking changes
- afb2736: deprecate!: dismiss target_dev attr on volumes (@thomasklein94)
Features
- 9f3cac3: feat: add files volume source to create disks from local files (@thomasklein94)
- a1f3fe1: feat: add files volume source to create disks from local files (@thomasklein94)
Bug fixes
- b5e4d33: fix: failed to parse uri if username contained a number (@thomasklein94)
- 43bc9ea: fix: now halts on volume clone errors (@thomasklein94)
Others
- 05d0599: Release 0.5.0 (@thomasklein94)
- d45f132: refactor: vol upload from local path extracted to separate func (@thomasklein94)
v0.4.6
Changelog
Bug fixes
- 6bff7b6: fix: allow ssh_host or winrmi_host overriding communicator host (@thomasklein94)
Others
- 3e0d908: Release 0.4.6 (@thomasklein94)
v0.4.5
Changelog
Features
- 6c1e562: feat: allow setting capacity on external sources prompting volume resize (@thomasklein94)
Others
- 8f5bd14: Release 0.4.5 (@thomasklein94)
v0.4.4
Changelog
Bug fixes
- 6449a2f: fix: set default CPU and Memory sizes (@thomasklein94)
Others
- 11e7490: Release 0.4.4 (@thomasklein94)
v0.4.3
Changelog
Bug fixes
- 2ab3a31: fix: panic if no address found (@thomasklein94)
Others
- 83db6f1: Release v0.4.3 (@thomasklein94)
v0.4.2
Changelog
Others
- 4ce737a: Merge pull request #31 from Snaipe/feature/support-floppy (@thomasklein94)
- 032b71c: Merge pull request #32 from Snaipe/misc/boyscouting (@thomasklein94)
- 444bfb8: Release v0.4.2 (@thomasklein94)
- bc3e126: boyscouting: upgrade to libvirt.org/go/libvirtxml (@Snaipe)
- dd8a19f: gen: make use of go run instead of locally-installed packer-sdc (@Snaipe)
- ad5bca5: volume: support device type override (@Snaipe)
v0.4.1
Changelog
Features
- 67a2da8: feat: Add optional CPU mode argument (@thomasklein94)
Others
- 0522879: Add optional CPU mode argument (@cosandr)
- 54f4742: Merge pull request #27 from thomasklein94/dependabot/go_modules/github.com/hashicorp/hcl/v2-2.15.0 (@thomasklein94)
- 83a1535: Release v0.4.1 (@thomasklein94)
- 15dc54b: Revert go-cty dep updates (@thomasklein94)
- 16bf32b: build(deps): bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0 (@dependabot[bot])
- 4bc5b3e: build(deps): bump github.com/zclconf/go-cty from 1.10.0 to 1.12.1 (@dependabot[bot])
- dc37845: build(deps): bump github.com/zclconf/go-cty from 1.10.0 to 1.12.1 (@thomasklein94)
v0.4.0
Changelog
Breaking changes
- 8268940: fix!: NVRAM path and NVRAM_template mixup (@thomasklein94)
Bug fixes
- 352910c: fix: missing SMM when secure_boot enabled (@thomasklein94)
- 411d267: fix: misspelled option value for SMM (@thomasklein94)
Others
- 8a61e64: Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/hashicorp/hcl/v2-2.14.1' (@thomasklein94)
- 9bf848f: Release 0.4.0 (@thomasklein94)
- fe55c1b: build(deps): bump github.com/hashicorp/hcl/v2 from 2.14.0 to 2.14.1 (@dependabot[bot])
- 290eccd: build(deps): bump github.com/hashicorp/packer-plugin-sdk (@dependabot[bot])
- c3608ad: dep: update to go1.18 (@thomasklein94)
- 0ed2cfc: dep: update to go1.18 (@thomasklein94)
v0.3.4
Changelog
Bug fixes
- 3555213: fix: Returning error when uri transpot is different from supported. (@lzielezinska)
Others
- 5b18ded: Release 0.3.4 (@thomasklein94)
- c433636: build(deps): bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.0 (@dependabot[bot])
v0.3.3
Changelog
Bug fixes
- 6b0e74a: fix: Fix TLS hanging connection (@zak-pawel)
Others
- c8bbc53: misc: add CODEOWNERS file (@thomasklein94)