Commit 8a93ce0
committed
chore(release): 2.1.0
Highlights of 2.1.0:
- feat(image): full property support across `image create`, `image
update` and `image show`, with client-side key validation, atomic
JSON-Patch composition for update, and a JSON dual-render that
preserves backward compatibility for scripts using
`jq .os_distro`. Unblocks lossless inter-cloud image migration.
- fix(completion): bash/zsh install no longer regenerates the
completion script at every shell startup. The rc now sources a
static script generated once into `$XDG_DATA_HOME/orca`. Login
cost drops from 1-3 s to microseconds; the pile-up failure mode
documented on 2026-04-27 cannot recur. Re-running the install on
an older config silently migrates the legacy `eval` line.
- ci(security): pip-audit now scans only orca's declared runtime
deps (via `poetry export --only main`), not the runner
environment, so tooling vulns (e.g. CVE-2026-3219 in pip itself)
cannot block PRs.
See CHANGELOG.md for the full entry, and ADR 0010 for the
completion-install design rationale.1 parent 48cf657 commit 8a93ce0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments