• v0.46.5 49335b6b1f

    v0.46.5
    All checks were successful
    / release (push) Successful in 31s
    / build-test (push) Successful in 10m6s
    Stable

    eofredj released this 2026-08-02 22:10:22 +02:00 | 8 commits to main since this release

    🐛 Bug Fixes

    • fix(podman): return errors on socket verification failures
    • fix(wire): use Lstat instead of Stat for registry path check
    • fix(cmd,tui): reject symlinks on import and TUI state file reads
    • fix(db): unexport raw Exec, add atomic transactions and input validation
    • fix(systemd,operator): use absolute binary paths and validate Exec inputs

    📚 Documentation

    • docs: record P2 hardening fixes in SECURITY-REVIEW.md and TODO.md

    🔧 Other Changes

    • chore(version): Release v0.46.5

    📦 Installation

    # Download the binary
    curl -LO "https://git.desord.re/desordre/pods-ctl/releases/download/v0.46.5/pods-ctl-linux-amd64"
    
    # Verify checksum
    sha256sum -c pods-ctl-linux-amd64.sha256
    
    # Make executable and move to PATH
    chmod +x pods-ctl-linux-amd64
    mv pods-ctl-linux-amd64 /usr/local/sbin/pods-ctl
    

    📋 Full Changelog

    Compare v0.46.4...v0.46.5

    🔨 Build Metadata

    • Git Commit: 49335b6
    • Build Date: 2026-08-02 20:12:59 UTC

    🔐 Checksums

    d24d86aaee7d2d6a4828e387d4ff686cb9beed9d01883e84252b9901d9191ed4  pods-ctl
    
    Downloads