-
v0.1.2 Stable
released this
2026-07-07 14:59:22 +00:00 | 176 commits to main since this releaseops-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.locksync.
Upgrade
cd ~/ops-warden && git fetch --tags origin && git pull --ff-only make install-allOr check out this tag:
git checkout v0.1.2 && make install-allDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- README: Forgejo clone (HTTPS + SSH
-
v0.1.1 Stable
released this
2026-07-07 14:52:04 +00:00 | 178 commits to main since this releaseops-warden v0.1.1
Fixes
warden accessfor catalog fetch commands that use shell pipelines.Changes
- Proxy pipe handling (
be3b4a2):resolve_fetch_commandno longer usesshlex.spliton piped commands. Catalog-reviewed pipelines (e.g.kubectl … | base64 -d) run viashell=Truewith inherited stdio for--fetch. - reuse-surface hub write token lane (
reuse-surface-hub-write-token) now works throughwarden access --fetch/--exec. - Version bump and rollout notes (
885385a).
Upgrade
cd ~/ops-warden && git pull --ff-only make install-allIf the installed CLI is still stale:
uv cache clean ops-warden uv tool install . --with-editable ../phase-memory --reinstall --forceDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Proxy pipe handling (