Skip to content

Releases: solo-io/packer-plugin-arm-image

v0.2.7

26 Oct 11:39
5a7e02c
Compare
Choose a tag to compare
update deps, qemu embed err (#152)

* update deps, qemu embed err

* fix flasher name bring back sdc tools

* vendor

v0.2.6

25 Apr 14:45
2c85d60
Compare
Choose a tag to compare
Fix 'file already closed' error for compressed images (#137)

When unpacking compressed images that are not compressed as zip archives
(e.g. gzip, xz) the image would unpack nearly all of the way and then
would fail with an error like: 'read |0: file already closed' as is
documented in GitHub issue
[61](https://github.com/solo-io/packer-plugin-arm-image/issues/61).

As the decompression is offloaded to an external tool for these
compression types and the data is streamed through a reader and writer
in order to allow reporting on progress, we ensure that the exec.Cmd
instance for the external decompression tool is not torn down until the
associated reader is closed. The
[docs](https://pkg.go.dev/os/exec#Cmd.StdoutPipe) for Cmd.StdoutPipe
explain this in more detail.

v0.2.5

23 Oct 18:57
Compare
Choose a tag to compare
add GITHUB_TOKEN

v0.2.4

23 Oct 18:53
Compare
Choose a tag to compare
fix releaser

v0.2.3

23 Oct 18:49
ab6a8a5
Compare
Choose a tag to compare
fix release dockfile (#119)

v0.2.2

23 Oct 18:27
Compare
Choose a tag to compare
do cleanup

v0.2.1

17 Oct 22:38
d0d97be
Compare
Choose a tag to compare
Fix docker (#110)

* fix docker release

* add docker build to ci

v0.2.0

17 Oct 21:38
51445a9
Compare
Choose a tag to compare

Release after plugin rename

v0.1.6

20 Jun 21:29
Compare
Choose a tag to compare
cleanup

v0.1.5

26 May 12:39
536e21e
Compare
Choose a tag to compare
dont use resolveconf on systemd (#70)

* dont use resolveconf on system

* build

* copy resolv conf

* custom handling of resolve conf

* generated code