• v0.2.2 0835ce0caf

    v0.2.2
    All checks were successful
    / release (push) Successful in 1m6s
    / build-test (push) Successful in 3m38s
    Stable

    eofredj released this 2026-06-13 22:37:59 +02:00 | 578 commits to main since this release

    🔧 Other Changes

    • chore(version): Release v0.2.2
    • Extract runPodAction helper to deduplicate start/stop/restart
    • Implement actual registry validation
    • Batch systemctl show calls in buildUnitCache fallback
    • Split health.go into evaluator.go + presenter.go
    • Fix regex recompilation in AlignColumns
    • Fix ignored StartPodmanSocket errors in prune and update commands
    • wip: handoff — 3 fixes done, 7 improvements remaining
    • Fix redundant podman.socket starts in restart: use socketSeen dedup cache
    • Cache SQLite connection: open once in Open(), use for all operations
    • Fix ExitCode type assertion: JSON numbers are float64, not int
    • Add --version flag and test, inject version via ldflags in CI

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 0835ce0
    • Build Date: 2026-06-13 20:42:27 UTC

    🔐 Checksums

    107208bb61db370c92f9ceeda51ffd32a1ac6470b74f3810ad7af4cde15e2b2b  pods-ctl
    
    Downloads