• v0.45.0 feabf6679b

    v0.45.0
    All checks were successful
    / build-test (push) Successful in 7m40s
    / release (push) Successful in 10s
    Stable

    eofredj released this 2026-07-22 01:04:12 +02:00 | 36 commits to main since this release

    Features

    • feat: add pull command and ImageDrift stopped-pod support
    • feat(cli): comprehensive clig.dev compliance pass

    🐛 Bug Fixes

    • fix(cmd): skip pager for browse command

    📚 Documentation

    • docs: update documentation for CLI polish pass

    🔧 Other Changes

    • chore(version): Release v0.45.0

    📦 Installation

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

    📋 Full Changelog

    Compare v0.44.1...v0.45.0

    🔨 Build Metadata

    • Git Commit: feabf66
    • Build Date: 2026-07-21 23:12:03 UTC

    🔐 Checksums

    762812276b1593524b8bd4cb099996b99d9adaf8d17a9a7ca2290e464ec9d628  pods-ctl
    
    Downloads
  • v0.44.1 4a2c1da007

    v0.44.1
    All checks were successful
    / release (push) Successful in 24s
    / build-test (push) Successful in 9m25s
    Stable

    eofredj released this 2026-07-19 22:51:08 +02:00 | 41 commits to main since this release

    🐛 Bug Fixes

    • fix(tui): resolve Hallmark audit findings — theme enforcement, scroll, consistency

    🔧 Other Changes

    • chore(version): Release v0.44.1

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 4a2c1da
    • Build Date: 2026-07-19 20:54:13 UTC

    🔐 Checksums

    640edb5d0f10d81efbb98a3515a070cb5715af31256a9f804cb1b6d31c5f5948  pods-ctl
    
    Downloads
  • v0.44.0 0606f93533

    v0.44.0
    All checks were successful
    / build-test (push) Successful in 7m21s
    / release (push) Successful in 20s
    Stable

    eofredj released this 2026-07-19 22:19:52 +02:00 | 43 commits to main since this release

    Features

    • feat(tui): replace radar sweep with K-2000 KITT scanner and add hostname to header

    🐛 Bug Fixes

    • fix(tui): use separate counter for dot grid spinner animation

    📚 Documentation

    • docs(tui): update documentation for KITT scanner and header bar

    🔧 Other Changes

    • chore(version): Release v0.44.0
    • chore: add .superpowers/ to .gitignore

    📦 Installation

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

    📋 Full Changelog

    Compare v0.43.0...v0.44.0

    🔨 Build Metadata

    • Git Commit: 0606f93
    • Build Date: 2026-07-19 20:27:32 UTC

    🔐 Checksums

    22c2ec44132d71e1056aa26ea326793321e8365a1e578ee0f569fa2b84864dcc  pods-ctl
    
    Downloads
  • v0.43.0 43aa8a18ab

    v0.43.0
    All checks were successful
    / release (push) Successful in 48s
    / build-test (push) Successful in 8m58s
    Stable

    eofredj released this 2026-07-19 19:30:39 +02:00 | 48 commits to main since this release

    Features

    • feat(tui): replace braille spinner with 2×4 dot grid radar sweep

    🔧 Other Changes

    • chore(version): Release v0.43.0

    📦 Installation

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

    📋 Full Changelog

    Compare v0.42.1...v0.43.0

    🔨 Build Metadata

    • Git Commit: 43aa8a1
    • Build Date: 2026-07-19 17:40:17 UTC

    🔐 Checksums

    d86c9b70abb4890553837a60de17a67b1ee77c1f33dc875ef1ac3ca184a96cae  pods-ctl
    
    Downloads
  • 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
  • v0.42.0 066c5d2708

    v0.42.0
    All checks were successful
    / release (push) Successful in 12s
    / build-test (push) Successful in 7m8s
    Stable

    eofredj released this 2026-07-19 16:37:33 +02:00 | 57 commits to main since this release

    Features

    • feat(tui): show build metadata and color-rotating glyph in loading spinner
    • feat(cli): expose Commit and BuildDate build metadata

    🐛 Bug Fixes

    • fix(tui): zebra striping in container table covers all columns

    📚 Documentation

    • docs: update documentation for build metadata and spinner changes

    🔧 Other Changes

    • chore(version): Release v0.42.0

    📦 Installation

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

    📋 Full Changelog

    Compare v0.41.4...v0.42.0

    🔨 Build Metadata

    • Git Commit: 066c5d2
    • Build Date: 2026-07-19 14:40:33 UTC

    🔐 Checksums

    e2b0f8c765db5e061a018fa74f1105992d254d394de83d238b1904c2eb245e2d  pods-ctl
    
    Downloads
  • v0.41.4 06d45ea7c7

    v0.41.4
    All checks were successful
    / build-test (push) Successful in 5m48s
    / release (push) Successful in 31s
    Stable

    eofredj released this 2026-07-19 14:00:39 +02:00 | 62 commits to main since this release

    🐛 Bug Fixes

    • fix(tui,pod): remove redundant -pod suffix fallback causing double-suffix errors
    • fix(podman): replace broken verifySocketFd with SO_PEERCRED post-connect check

    📚 Documentation

    • docs(architecture,testing): update podman client description and test count
    • docs(security): update SR-M2 evidence for SO_PEERCRED verification

    🔧 Other Changes

    • chore(version): Release v0.41.4

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: 06d45ea
    • Build Date: 2026-07-19 12:06:47 UTC

    🔐 Checksums

    29cdedaf9082519beddd76f97669315e72f64cd9b264b5d9c8674d10402dba99  pods-ctl
    
    Downloads
  • v0.41.3 c9d8136906

    v0.41.3
    All checks were successful
    / release (push) Successful in 1m41s
    / build-test (push) Successful in 6m22s
    Stable

    eofredj released this 2026-07-19 12:44:12 +02:00 | 67 commits to main since this release

    📚 Documentation

    • docs: sync Go version references to 1.26.5

    🔧 Other Changes

    • chore(version): Release v0.41.3
    • chore(go): bump Go version from 1.26.4 to 1.26.5

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: c9d8136
    • Build Date: 2026-07-19 10:52:13 UTC

    🔐 Checksums

    4ce25f53f08a9176c573595a5d6d710eb4eb044390f1a79871a266bf96fddc12  pods-ctl
    
    Downloads
  • v0.41.0 f9b3df9f15

    v0.41.0
    All checks were successful
    / build-test (push) Successful in 5m7s
    / release (push) Successful in 21s
    Stable

    eofredj released this 2026-07-17 23:52:40 +02:00 | 84 commits to main since this release

    Features

    • feat(tui): add comprehensive mouse support for tree, panes, and overlays

    📚 Documentation

    • docs(tui): remove "no mouse support" constraint from design spec
    • docs(tui): document mouse support in browse guide, README, and architecture

    🔧 Other Changes

    • chore(version): Release v0.41.0

    📦 Installation

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

    📋 Full Changelog

    Compare v0.40.0...v0.41.0

    🔨 Build Metadata

    • Git Commit: f9b3df9
    • Build Date: 2026-07-17 21:58:05 UTC

    🔐 Checksums

    b4874647c7f37dc38308bb7b909b762bfcc07449662a80193ecdcbaa04394a32  pods-ctl
    
    Downloads
  • v0.40.0 d0cc8f85d5

    v0.40.0
    All checks were successful
    / release (push) Successful in 45s
    / build-test (push) Successful in 8m6s
    Stable

    eofredj released this 2026-07-17 21:12:25 +02:00 | 88 commits to main since this release

    Features

    • feat(tui): navigate to parent on left arrow in tree and details panes

    📚 Documentation

    • docs(tui): update keybindings docs for left-arrow parent navigation

    🔧 Other Changes

    • chore(version): Release v0.40.0

    📦 Installation

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

    🔨 Build Metadata

    • Git Commit: d0cc8f8
    • Build Date: 2026-07-17 19:17:47 UTC

    🔐 Checksums

    fddc6914aaf1d0f4736441a5b717d20f05d6a087d342a27f5372b58dd3841bb8  pods-ctl
    
    Downloads