• v0.1.2 07c5cf18ea

    v0.1.2 Stable

    tegwick released this 2026-07-07 14:59:22 +00:00 | 176 commits to main since this release

    ops-warden v0.1.2

    Documentation release — Forgejo as canonical source.

    Changes

    • README: Forgejo clone (HTTPS + SSH forgejo-remote), install, upgrade, and stale-wheel recovery steps (4976002).
    • Version bump and uv.lock sync.

    Upgrade

    cd ~/ops-warden && git fetch --tags origin && git pull --ff-only
    make install-all
    

    Or check out this tag:

    git checkout v0.1.2 && make install-all
    
    Downloads
  • v0.1.1 885385adf3

    v0.1.1 Stable

    tegwick released this 2026-07-07 14:52:04 +00:00 | 178 commits to main since this release

    ops-warden v0.1.1

    Fixes warden access for catalog fetch commands that use shell pipelines.

    Changes

    • Proxy pipe handling (be3b4a2): resolve_fetch_command no longer uses shlex.split on piped commands. Catalog-reviewed pipelines (e.g. kubectl … | base64 -d) run via shell=True with inherited stdio for --fetch.
    • reuse-surface hub write token lane (reuse-surface-hub-write-token) now works through warden access --fetch / --exec.
    • Version bump and rollout notes (885385a).

    Upgrade

    cd ~/ops-warden && git pull --ff-only
    make install-all
    

    If the installed CLI is still stale:

    uv cache clean ops-warden
    uv tool install . --with-editable ../phase-memory --reinstall --force
    
    Downloads