• v0.16.0 ce871846b5

    v0.16.0
    All checks were successful
    / build-test (push) Successful in 6m13s
    / release (push) Successful in 55s
    Stable

    eofredj released this 2026-06-27 15:46:07 +02:00 | 409 commits to main since this release

    Features

    • feat(03-02): move filter bar to footer, add empty state and help
    • feat(03-02): wire predicate engine and filter key handlers
    • feat(03-01): implement filter predicate parser and node matcher
    • feat(03-01): add podman Labels and treeNode label plumbing
    • feat(tui): add multi-select and bulk actions with confirmation
    • feat(podman): type REST API responses into Go structs

    🐛 Bug Fixes

    • fix(03): resolve code-review findings for filter engine and UI
    • fix(db): eliminate SQLite connection leaks and refactor migrations

    📚 Documentation

    • docs(03-02): update docs and regenerate CHANGELOG
    • docs(03): create executable plans for filter and search
    • docs(03): create phase plan for filter and search
    • docs(03): add UI design contract and validation strategy
    • docs(03): capture phase 3 filter/search context
    • docs(changelog): regenerate for Phase C
    • docs(changelog): regenerate changelog for Phase B
    • docs(codebase): refresh codebase map for v1.1 post-phase02

    🔧 Other Changes

    • chore(version): Release v0.16.0
    • test(03-02): add failing tests for footer filter bar and empty state
    • test(03-02): add failing tests for filter state and key handlers
    • test(03-01): add filter predicate parser and node matcher tests
    • wip(03): pause at UI-SPEC approved, ready to plan

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: ce87184
    • Build Date: 2026-06-27 13:53:11 UTC

    🔐 Checksums

    4c2ab8210918383ca70cdce00aa01087951d609380a979b100d01bbeeeaff8b2  pods-ctl
    
    Downloads