• v0.42.1 849c5a475e

    v0.42.1
    All checks were successful
    / release (push) Successful in 39s
    / build-test (push) Successful in 7m32s
    Stable

    eofredj released this 2026-07-19 18:31:32 +02:00 | 50 commits to main since this release

    🐛 Bug Fixes

    • fix(operator): preserve all container images during upgrade cache refresh
    • fix(tui): use ANSI-aware truncation to prevent zebra striping wrapping
    • fix(tui): improve container table column width allocation

    📚 Documentation

    • docs: update documentation for post-v0.42.0 changes
    • docs: update documentation for pure-Go SQLite driver migration

    🔧 Other Changes

    • chore(version): Release v0.42.1
    • refactor(db): migrate from mattn/go-sqlite3 to modernc.org/sqlite

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 849c5a4
    • Build Date: 2026-07-19 16:37:32 UTC

    🔐 Checksums

    e68fc6a25f9bc5b21d80d339a7f939ef671ce9c41368d20f58ef9389f15ccb3d  pods-ctl
    
    Downloads