• v0.23.0 0c200a4696

    v0.23.0
    All checks were successful
    / release (push) Successful in 10s
    / build-test (push) Successful in 4m20s
    Stable

    eofredj released this 2026-07-03 09:33:41 +02:00 | 316 commits to main since this release

    Features

    • feat(cmd/recover): migrate to operator-based recovery
    • feat(operator): add RefreshDependencies and RefreshImageCache to batch operator
    • feat(operator): add service resolution, status, healthcheck, recovery, and list methods

    🐛 Bug Fixes

    • fix(cmd/update): add timeouts to podman socket start and auto-update
    • fix(cmd/discover): add timeout context to systemd reload path
    • fix(cmd/reload): add timeout context to daemon-reload
    • fix(cmd): add timeout to ensurePodmanSocket helper

    🔧 Other Changes

    • chore(version): Release v0.23.0
    • refactor(cmd): remove duplicated helpers now provided by operators
    • refactor(tui): use operator methods for loading, exec, and auto-update
    • refactor(cmd/prune): use ensurePodmanSocket helper with timeout
    • refactor(cmd/upgrade): use batch operator for image cache refresh
    • refactor(cmd/refresh-deps): move cache refresh logic to batch operator
    • refactor(cmd/health): use operator for status and healthcheck assembly
    • refactor(cmd/status): use operator for healthcheck drift
    • refactor(systemd): add context.Context and default timeouts to all systemd operations

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 0c200a4
    • Build Date: 2026-07-03 07:35:35 UTC

    🔐 Checksums

    86fda76f5e3ddb86501babacad44e4e488bf2555bab4f187f925eae1d68a9ed3  pods-ctl
    
    Downloads