• v0.13.0 2a192b8ecb

    v0.13.0
    All checks were successful
    / build-test (push) Successful in 4m58s
    / release (push) Successful in 18s
    Stable

    eofredj released this 2026-06-21 23:18:14 +02:00 | 458 commits to main since this release

    Features

    • feat(tui): collapse Details inspect sections by default
    • feat(tui): enrich container inspect with PID and per-container IP

    🐛 Bug Fixes

    • fix(tui): show pod network IP for containers that share the infra netns
    • fix(tui): read container IPs from named networks in Details pane

    🔧 Other Changes

    • chore(version): Release v0.13.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 2a192b8
    • Build Date: 2026-06-21 21:23:29 UTC

    🔐 Checksums

    c04af23c1b0303708aa34363276aca99f83b9786eb84d2141edd1f5ace72b6bf  pods-ctl
    
    Downloads