• v0.3.6 bae45363bc

    v0.3.6
    All checks were successful
    Test / Create distribution (push) Successful in 32s
    Test / ShareFS (push) Successful in 38s
    Test / Sandbox (race detector) (push) Successful in 46s
    Test / Sandbox (push) Successful in 47s
    Test / Hakurei (race detector) (push) Successful in 52s
    Test / Hakurei (push) Successful in 53s
    Release / Create release (push) Successful in 1m5s
    Test / Flake checks (push) Successful in 1m31s
    Stable

    cat released this 2026-03-07 16:32:04 +09:00 | 0 commits to master since this release

    Fixes

    • 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/pkg error filtering.

    Enhancements

    • Set scheduling policy in container.
    • Treat nil pathname as self in ldd.
    • Use /proc/self/exe directly in container.
    • 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 FileArtifact pipelines.
    • Mount tmpfs on /tmp in integration test to prevent spurious failures.
    • Match os package behaviour in container package error injection tests.
    • Export layer promotion in internal/pkg.
    • Raise string limit to 16 MiB in internal/pkg.
    • Supported artifacts in internal/pkg now saves logs.

    Full Changelog: v0.3.5...v0.3.6

    Downloads