Releases: go-debos/debos
Releases · go-debos/debos
v1.1.7
What's Changed
- actions: overlay: verify either source or origin set by @tobsan in #644
- ci: Add job to check manpage is up-to-date by @obbardc in #639
- actions: run: Print cmdline in verbose mode by @obbardc in #637
- Keep GitHub workflow alive by @obbardc in #626
- tests: fix minor typo in partition tests by @tobsan in #646
- Migrate to qemu-user-binfmt instead of qemu-user-static by @obbardc in #648
- actions: recipe: print template vars when verbose by @tobsan in #647
- actions: raw: use streaming io by @tobsan in #655
- actions: mmdebstrap: use lowercase mmdebstrap for command label by @obbardc in #651
- convert TODOs to github issues by @tobsan in #663
- actions: install-deb: Implement action to install local Debian packages by @obbardc in #220
- doc: fix typo in Debian ospack example by @obbardc in #673
New Contributors
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- apt: clarify default value for parameters by @obbardc in #548
- cmd: define Version at build time from git to avoid hardcoded version by @daissi in #533
- actions: pack/unpack: Add support for zstd compression by @julien-massot in #550
- build(deps): bump al.essio.dev/pkg/shellescape from 1.5.1 to 1.6.0 by @dependabot[bot] in #546
- partitioning: Add partattrs property to partition by @daissi in #554
- Refactor error handling by @daissi in #555
- Add qemu mapping for sh4 architecture by @cepawiel in #557
- docker: use the new format for declaring labels by @daissi in #559
- Build example recipes in GitHub Actions by @obbardc in #459
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #561
- Add more compress options by @daissi in #560
- actions: make run action fail if a command fails by @daissi in #562
- Check if artifactdir exists early by @daissi in #556
- README: Add the recommended ways to contact us by @daissi in #570
- LICENSE: Update copyright years by @daissi in #574
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #579
- Run CI tests under debian-forky by @obbardc in #575
- Fix typo: environemnt -> environment by @daissi in #580
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #583
- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #586
- build(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in #587
- ci: Add linter stage to workflow by @obbardc in #423
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #590
- Misc static analysis fixes by @lool in #584
- govet by @lool in #591
- feat: Optional sha256sum for download action by @lool in #585
- commands: systemd-nspawn: randomize machine name by @jakob-tsd in #593
- chore: enable more go linters and fix all issues by @Copilot in #594
- Add .github/copilot-instructions.md for agent onboarding by @Copilot in #604
- Allow copilot coding agent to run integration tests by @sjoerdsimons in #609
- Fix mmdebstrap keyring-files path handling by @Copilot in #603
- Docker: Speed up runner builds by avoiding initramfs by @sjoerdsimons in #605
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #610
- build(deps): bump github.com/go-debos/fakemachine from 0.0.11 to 0.0.12 by @dependabot[bot] in #612
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #611
- Upgrade container to trixie by @obbardc in #521
- Make origin property optional for raw action, default to recipe directory by @Copilot in #596
- Migrate from unmaintained gopkg.in/yaml.v2 to goccy/go-yaml by @Copilot in #595
- Add overlay-non-existent-destination test to CI by @Copilot in #597
- build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #613
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #616
- build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in #621
- README: Reformat Markdown to use codeblocks & small cleanups by @obbardc in #623
- Small updates to example recipe by @obbardc in #624
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #627
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #629
- build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #630
- build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in #631
- README: precise yaml recipe and templating doc by @tduf in #625
- actions: overlay: Check source exists in recipedir early by @obbardc in #304
- build(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in #635
- tests: use "missing" instead of "non-existent" by @obbardc in #633
- docs: Add GitHub Actions usage documentation to README by @Copilot in #634
- pacstrap_action: add an option to install extra packages by @daissi in #636
New Contributors
- @cepawiel made their first contribution in #557
- @lool made their first contribution in #584
- @Copilot made their first contribution in #594
- @tduf made their first contribution in #625
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- download: Actually validate empty pathnames by @fooishbar in #497
- Don't ignore YAML parsing errors by @fooishbar in #496
- actions: Fix regression introduced with FAT{12|16|32} support. by @azayet01 in #499
- actions: fix fstab generated in case of FAT{12|16|32}. by @azayet01 in #501
- build(deps): bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot[bot] in #507
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #508
- docker: Add arm64 builds to Dockerfile and CI by @nbuchwitz in #513
- cmd: Add 'version' option by @daissi in #517
- deps: bump go-losetup to latest v2 release by @jakob-tsd in #523
- ImagePartitionAction: retry losetup.Attach() by @jakob-tsd in #524
- Small improvements to filesystem-deploy action by @obbardc in #526
- README: use relative link to docker/README.md by @daissi in #530
- actions/image-partition: truncate filesystem label to maximum supported length by @daissi in #531
- Bump to Go 1.23 by @liberodark in #529
- Warn if parsed memory/scratchsize may be too small by @obbardc in #510
- actions: Add mmdebstrap action by @nbuchwitz in #515
- tests: arch: remove deprecated repositories by @sjoerdsimons in #542
- Fix mmdebstrap action by @iwamatsu in #539
- Adjust Shellescape mod path by @sjoerdsimons in #543
- Add support for alternate sector size by @julien-massot in #536
- build(deps): bump github.com/go-debos/fakemachine from 0.0.10 to 0.0.11 by @dependabot[bot] in #541
- Revert "cmd: Add 'version' option" by @obbardc in #544
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #540
New Contributors
- @azayet01 made their first contribution in #499
- @nbuchwitz made their first contribution in #513
- @liberodark made their first contribution in #529
- @iwamatsu made their first contribution in #539
Full Changelog: v1.1.4...v1.1.5