-
v0.3.6
StableAll checks were successfulTest / Create distribution (push) Successful in 32sTest / ShareFS (push) Successful in 38sTest / Sandbox (race detector) (push) Successful in 46sTest / Sandbox (push) Successful in 47sTest / Hakurei (race detector) (push) Successful in 52sTest / Hakurei (push) Successful in 53sRelease / Create release (push) Successful in 1m5sTest / Flake checks (push) Successful in 1m31sreleased this
2026-03-07 16:32:04 +09:00 | 0 commits to master since this releaseFixes
- Allow devel syscalls in
internal/pkg. - Keep objects alive while stopping cleanups in
internal/lockedfile. - Cancel on scanner error in
internal/pkg. - Stricter checking in
internal/pkgerror filtering.
Enhancements
- Set scheduling policy in
container. - Treat nil pathname as self in
ldd. - Use
/proc/self/exedirectly incontainer. - Deprecate unused APIs and remove
cmd/hpkg.
Internal
- Validate tar pathnames in
internal/pkg. - Read buffer free list in
internal/pkg. - Buffer tar reader in
internal/pkg. - Significantly improve error resolution performance in
internal/pkg. - Expose extra information for
FileArtifactpipelines. - Mount
tmpfson/tmpin integration test to prevent spurious failures. - Match
ospackage behaviour incontainerpackage error injection tests. - Export layer promotion in
internal/pkg. - Raise string limit to 16 MiB in
internal/pkg. - Supported artifacts in
internal/pkgnow saves logs.
Full Changelog: v0.3.5...v0.3.6
Downloads
- Allow devel syscalls in