• v0.3.0 c0bffb8c58

    v0.3.0
    All checks were successful
    / build-test (push) Successful in 4m9s
    / release (push) Successful in 21s
    Stable

    eofredj released this 2026-06-13 23:57:42 +02:00 | 573 commits to main since this release

    Features

    • feat(internal): Define SystemdClient and PodmanClient interfaces

    🔧 Other Changes

    • chore(version): Release v0.3.0
    • test(cmd): Add command-level integration tests for list, status, discover, check, cleanup
    • Store D-Bus connection error on Client for diagnostics
    • Fix DB leak, deduplicateUsers, and EmitJSON error handling

    📦 Installation

    # Download the binary
    curl -LO "https://git.desord.re/desordre/pods-ctl/releases/download/v0.3.0/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/bin/pods-ctl
    

    📋 Full Changelog

    Compare v0.2.2...v0.3.0

    🔨 Build Metadata

    • Git Commit: c0bffb8
    • Build Date: 2026-06-13 22:02:12 UTC

    🔐 Checksums

    6a93adf3e865bb35390d11c5d135716a216d99975b30906bae89f6a60e7df277  pods-ctl
    
    Downloads