Skip to content

Commit 8a93ce0

Browse files
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

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to orca are documented here. The format follows
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.1.0] — 2026-04-27
88

99
### Added
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "orca-openstackclient"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
description = "orca — OpenStack Rich Command-line Alternative"
99
authors = ["Kevin Allioli"]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)