Releases: hops-ops/hops-cli
v0.18.1
What's changed in v0.18.1
- fix: install removes stale functions at the end instead of beginning (by @patrickleet)
See full diff: v0.18.0...v0.18.1
v0.18.0
What's changed in v0.18.0
-
fix: local package install (by @patrickleet)
-
feat: more skills (by @patrickleet)
See full diff: v0.17.0...v0.18.0
v0.17.0
v0.16.0
What's changed in v0.16.0
-
feat: robust local/published config switching in config install (by @patrickleet)
-
Always delete stale render Function packages before pushing new images,
not just with --reload. Fixes ImagePullBackOff when local registry has
a different digest than the previously installed Function. -
Fix config install --path naming: use org-repo (e.g. hops-ops-aws-secret-stack)
instead of just repo name, matching published Configuration names. -
Fix Docker build cache corruption: replace multi-stage Dockerfile patching
(FROM source AS src / COPY --from=src) with docker create + export approach.
The old method broke when Docker's snapshot cache was stale for images loaded
via docker load. -
When installing a published --version, clean up local install artifacts:
delete stale render Functions, local ImageConfig rewrites, and inactive
ConfigurationRevisions pointing at the local registry.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
-
See full diff: v0.15.0...v0.16.0
v0.15.0
What's changed in v0.15.0
- feat: github .env secrets (by @patrickleet)
See full diff: v0.14.1...v0.15.0
v0.14.1
What's changed in v0.14.1
-
fix(deps): update rust crate tokio to v1.51.0 (#36) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See full diff: v0.14.0...v0.14.1
v0.14.0
What's changed in v0.14.0
-
feat: secrets (#35) (by @patrickleet)
- New Features
- Added a comprehensive secrets management CLI with subcommands: init, encrypt, decrypt, list, and sync
- Local SOPS-based encrypt/decrypt and directory mirroring with overwrite control
- Interactive init with optional KMS creation/registration and example secrets generation
- Syncing to AWS Secrets Manager (create/update/delete, tagging) and GitHub repo secrets (bulk apply)
- Secrets inventory that merges local and remote state and reports status and KMS info
- New Features
See full diff: v0.13.0...v0.14.0
v0.13.0
What's changed in v0.13.0
- feat: repo install clarification - source or published version selector (by @patrickleet)
See full diff: v0.12.0...v0.13.0
v0.12.0
What's changed in v0.12.0
-
chore: readme updates (by @patrickleet)
-
feat: --skip-dependency-resolution for config install (#34) (by @patrickleet)
See full diff: v0.11.0...v0.12.0
v0.11.0
What's changed in v0.11.0
- feat: reorganize commands + README (#33) (by @patrickleet)
See full diff: v0.10.0...v0.11.0