Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name> --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 <name> --runtime langgraph` previously failed with
Expand Down
4 changes: 2 additions & 2 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading