-
v0.3.6
StableRelease / Create release (push) Successful in 1m19sTest / Create distribution (push) Successful in 1m6sTest / Sandbox (push) Successful in 2m58sTest / Hakurei (push) Successful in 4m31sTest / ShareFS (push) Successful in 4m24sTest / Sandbox (race detector) (push) Successful in 5m24sTest / Hakurei (race detector) (push) Successful in 6m30sTest / Flake checks (push) Successful in 1m26sreleased this
2026-03-07 16:32:04 +09:00 | 573 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