Releases: mkaczanowski/packer-builder-arm
Releases · mkaczanowski/packer-builder-arm
v1.0.9
What's Changed
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #303
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #304
- Bump docker/build-push-action from 4 to 5 by @dependabot in #306
- Bump docker/login-action from 2 to 3 by @dependabot in #307
- Bump docker/metadata-action from 4 to 5 by @dependabot in #305
- Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #308
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #310
- Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3 by @dependabot in #312
- Update pre-commit hooks + fix findings by @dbast in #315
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #317
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #316
- Bump hashicorp-contrib/setup-packer from 2 to 3 by @dependabot in #320
- Bump actions/setup-python from 4 to 5 by @dependabot in #322
- Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #323
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #324
- Convert armv7/armv8 packer configs to pkr.hcl with plugin section by @dbast in #325
- Update to packer 1.10.0 by @dbast in #326
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #321
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #327
- Update to github.com/mholt/archiver/v3 by @dbast in #328
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 by @dependabot in #290
- Update golangci-lint, pre-commit-hooks by @dbast in #293
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #295
- Bump golang from 1.20-bullseye to 1.21-bullseye in /docker by @dependabot in #294
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #297
- Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #298
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #292
- Update packer to 1.9.4 by @dbast in #301
Full Changelog: v1.0.7...v1.0.8
Release v1.0.7
What's Changed
- Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #257
- Bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1 by @dependabot in #259
- Bump docker/build-push-action from 3 to 4 by @dependabot in #262
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.3.4 by @dependabot in #263
- Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 by @dependabot in #267
- Update pre-commit hooks, check/fix workflow syntax, ymlfmt by @dbast in #268
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.4 to 0.4.0 by @dependabot in #271
- Bump golang from 1.19 to 1.20 by @dependabot in #265
- Update packer to version 1.8.6 by @dbast in #274
- Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #275
- Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #276
- Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #279
- Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.1 by @dependabot in #278
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #280
- Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #281
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #285
- Bump google.golang.org/grpc from 1.50.1 to 1.53.0 by @dependabot in #287
- Update to packer 1.9.1 by @dbast in #288
- [OPTDEV-2284] Fixes for
step_partition_image.go
by @michalfita in #286
New Contributors
- @michalfita made their first contribution in #286
Full Changelog: v1.0.6...v1.0.7
Release v1.0.6
What's Changed
- Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #250
- Fix Build Status badge by @dbast in #252
- Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #253
- Update to packer 1.8.5 by @dbast in #254
- Remove qemu-aarch64-static from linux-aarch64 container by @dbast in #255
- Add rock-4b debos-radxa Debian 11 example by @dbast in #256
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
What's Changed
- Update to packer 1.8.4 by @dbast in #241
- Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #247
- Fix qemu container integration by @dbast in #249
Full Changelog: v1.0.4...v1.0.5
Release v1.0.4
What's Changed
- Bump actions/setup-go from 3.3.0 to 3.3.1 by @dependabot in #233
- Call packer init for .hcl files to install specified plugins by @dbast in #234
- Move packer cache to be outside Docker for downloads/plugins by @dbast in #235
- Set Docker platforms for archlinuxarm containers by @dbast in #236
- Add armv6l instructions to readme by @dbast in #237
- Add download protocol hints to readme by @dbast in #238
- Update Docker container to Ubuntu Jammy (=22.04 LTS) by @dbast in #239
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
What's Changed
- Show Github workflow instead of outdated travis badge by @dbast in #227
- Split out linting into own flow and fix findings by @dbast in #228
- Bump actions/setup-python from 3 to 4 by @dependabot in #229
- Add docker installation to the default ubuntu config by @daxmc99 in #87
- Handle chroot mounts with symlink as mountpoint by @diijkstra in #162
- Fix Docker version badge by @dbast in #231
New Contributors
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
What's Changed
- Enable handling qemu binaries being symlinks to support newer qemu-user-static versions (like in Ubuntu 22.04) where
/usr/libexec/qemu-binfmt/aarch64-binfmt-P
is registered under/proc/sys/fs/binfmt_misc
as interpreter that is a relativ symlink pointing to../../bin/qemu-aarch64-static
, add vagrant test to test workflow by @dbast in #223
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Initial release to have version tagged docker containers (and in preparation to have binary releases in the future).