Releases: coord-e/magicpak
Releases · coord-e/magicpak
v1.4.0
v1.3.2
v1.3.1
AArch64 binary and container image. Changelog for v1.3.1: - AArch64 support (#14) - Use docker buildx bake to build container images (#15)
v1.3.0
Bug fixes and dependency updates. Changelog for v1.3.0: - Fix busybox_jail_path file permissions ([#6](https://github.com/coord-e/magicpak/pull/6)) - Update and renew dependencies ([#7](https://github.com/coord-e/magicpak/pull/7)) - Fix usage of ExitStatus::from_raw and remove Error::DynamicSignaled ([#9](https://github.com/coord-e/magicpak/pull/9)) - Several CI fixes ([#8](https://github.com/coord-e/magicpak/pull/8), [#10](https://github.com/coord-e/magicpak/pull/10)) - This changed how `busybox` installed in the container images
v1.2.0
Bug fixes and dependency updates. Changelog for v1.2.0: - Fixed infinite recursion caused by mutually dependent shared libraries. (#[3](https://github.com/coord-e/magicpak/pulls/3)) - Fixed Clippy warnings. (#[4](https://github.com/coord-e/magicpak/pulls/4)) - Updated dependencies. - Changed how magicpak images are tagged.
v1.1.0
Fixed the order of `-ldl` option in resolver compilation. (#1, thanks…
v1.0.3
Fixed `--test` behavior when the resulting bundle contains `/bin/`
v1.0.2
small bugfix and stability improvement. - Fixed `--compress` when the executable is symlinked. - Added many test cases.
v1.0.1
Fix a problem on CI
v1.0.0
Small improvements and fixes. - Added detailed explanation of usage to README. - Fixed bundled executable path when it is symlinked. - Refactored the implementation of `--dynamic`.