Releases: cirruslabs/packer-plugin-tart
Releases · cirruslabs/packer-plugin-tart
v1.14.0
What's Changed
- Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2 by @dependabot in #170
- Introduce "always_pull" option by @edigaryev in #172
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
- Bump github.com/diskfs/go-diskfs from 1.4.0 to 1.4.1 by @dependabot in #164
- Bump github.com/samber/lo from 1.44.0 to 1.47.0 by @dependabot in #165
- Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in #166
- Only cleanup VM when it was created by @edigaryev in #169
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- Stop vm on cleanup without communicator by @torarnv in #153
- Upgrade dependencies by @edigaryev in #156
- Bump github.com/samber/lo from 1.39.0 to 1.44.0 by @dependabot in #159
- Use SSH key generation step by @edigaryev in #163
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.3 by @dependabot in #148
- Generate plugin version at build time based on git describe by @torarnv in #147
- Docs: update instructions on the Packer website and use newer version as an example configuration by @sc0rp10 in #150
- $ make generate by @edigaryev in #151
- (*stepDiskFilePrepare).Run(): add a missing fallthrough statement by @edigaryev in #152
New Contributors
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
- Fix recoverypartition.Delete() and add a test by @edigaryev in #145
- ParseDiskUtilPlistOutput: relax the requirements w.r.t. last partition by @edigaryev in #146
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Use packer plugins install --path to install (development version) by @torarnv in #131
- Skip disk resizing if disk is already correct size by @torarnv in #135
- Avoid duplicated logging by TartExec by @torarnv in #137
- $ go get -u ./... && packer-sdc fix . && go mod tidy by @edigaryev in #134
- Validate the exclusive native of from_ipsw, from_iso, and vm_base_name by @torarnv in #138
- Restructure and clean up docs by @torarnv in #136
- Refactor linux creation install by @torarnv in #139
- Run "go fmt" and use golangci-lint by @edigaryev in #142
- Allow relocating the recovery partition instead of deleting it by @edigaryev in #143
- .github/workflows/release.yml: use Golang 1.22 by @edigaryev in #144
Full Changelog: v1.10.0...v1.11.0
v1.10.0
v1.9.0
What's Changed
- Added http_ip to provide PACKER_HTTP_ADDRESS to the provisioner scripts by @sparshev in #118
- Added notification for user about located VNC password & address by @sparshev in #119
- Cleanup VM in case of a failure by @fkorotkov in #120
New Contributors
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- ParseDiskUtilPlistOutput: allow multiple disks to be present by @edigaryev in #113
Full Changelog: v1.8.0...v1.8.1
What's Changed
- ParseDiskUtilPlistOutput: allow multiple disks to be present by @edigaryev in #113
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Allow to configure
--concurrency
for pulling by @fkorotkov in #111
Full Changelog: v1.7.0...v1.8.0