diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a57844..a22c0641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] — `crd-well-oiled-machine` +## [0.1.26] — 2026-08-25 + +### Security and dependency maintenance + +- Restored the current CI/security baseline after advisory and toolchain drift: + patched Rust and npm dependencies, retained fail-hard audit gates, and + preserved customer-facing CLI, CRD, router API, and mesh contracts. +- Fixed predictable shared-temporary-file races before generated manifests are + consumed by `kubectl` or `az`. +- Upgraded and corrected Sigstore verification, explicitly selected JWT crypto + providers under workspace feature unification, and refreshed verified + build/release action pins. +- Cleared the actionable Dependabot and serious CodeQL backlog; remaining + findings were either fixed or dispositioned with documented rationale. + +### Fixed + +- `kars add --runtime langgraph` now accepts the canonical spelling. + The historical `lang-graph` spelling remains supported as a compatibility + alias for existing scripts. + ### Fixed — `--runtime langgraph` accepted (canonical spelling) `kars add --runtime langgraph` previously failed with diff --git a/cli/package-lock.json b/cli/package-lock.json index 946c851f..3bf7425b 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kars-runtime/cli", - "version": "0.1.25", + "version": "0.1.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kars-runtime/cli", - "version": "0.1.25", + "version": "0.1.26", "license": "MIT", "dependencies": { "@azure/identity": "^4.0.0", diff --git a/cli/package.json b/cli/package.json index 62de99ce..6a82ee27 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kars-runtime/cli", - "version": "0.1.25", + "version": "0.1.26", "description": "Enterprise-grade runtime for running OpenClaw AI assistants safely on Azure", "license": "MIT", "repository": {