Uh oh!
There was an error while loading. Please reload this page.
chore: add changelog entries for CLI v2.38.0, terraform v0.9.3, and platform releases - #370
Conversation
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Claude finished @mintlify[bot]'s task in 2m 12s —— View job Doc review — |
| ## New features | ||
| - **Custom attestation type summaries** — `kosli create attestation-type` and `kosli update attestation-type` now accept `--summary-json`, a JSON list of ordered `{name, expression}` entries. Each expression is a jq expression evaluated against the attestation payload, and Kosli renders the results as labeled rows on the attestation detail page. See [custom attestation types](/getting_started/attestations). |
There was a problem hiding this comment.
Critical — kosli update attestation-type does not exist.
The CLI only ships archive / create / get / list for attestation-type (see config/navigation.json:280-390 and the client_reference/kosli_*_attestation-type.md files). Updating a type is done by re-running kosli create attestation-type — the reference page's own example accordion is titled "create/update a custom attestation type with a summary" (client_reference/kosli_create_attestation-type.md:97). Since v2.36.0 unknown commands error and exit non-zero, so anyone copying this will hit a hard failure.
Improvement — the entry omits --summary.client_reference/kosli_create_attestation-type.md:28-36 documents --summary "NAME=EXPRESSION" (repeatable) as the primary form and describes --summary-json as "an alternative to --summary for summaries that are easier to express as JSON". This note announces only the alternative.
| -**Custom attestation type summaries** — `kosli create attestation-type`and `kosli update attestation-type` now accept `--summary-json`, a JSON list of ordered `{name, expression}` entries. Each expression is a jq expression evaluated against the attestation payload, and Kosli renders the results as labeled rows on the attestation detail page. See [custom attestation types](/getting_started/attestations). | |
| -**Custom attestation type summaries** — `kosli create attestation-type`now accepts `--summary`, a repeatable `'NAME=EXPRESSION'` entry (for example `--summary "Critical=.critical_count"`), and `--summary-json`, the same list given as a JSON array of `{name, expression}` entries. Each expression is a jq expression evaluated against the attestation payload, and Kosli renders the results as labeled rows on the attestation detail page, in the order given. The two flags cannot be combined. See [custom attestation types](/getting_started/attestations) and the [`kosli create attestation-type` reference](/client_reference/kosli_create_attestation-type). |
| </Update> | ||
| <Update label="August 17, 2026" description="" tags={["Platform"]}> |
There was a problem hiding this comment.
Improvement — out of chronological order. This August 17 block sits above the pre-existing August 18, 2026 / v2.37.0 CLI entry at line 86. Every other entry in the file is strictly reverse-chronological. Move this block below line 95 (after the v2.37.0 </Update>) so the sequence reads Aug 20 → 19 → 19 → 18 → 18 → 18 (v2.37.0) → 17 → 14.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Document the new CLI, Terraform Provider, and Platform releases from Aug 17 to Aug 20, 2026.
Changes
v2.38.0— custom attestation type summaries (--summary-json), fixes tokosli begin trailand Docker image/tmp.v0.9.3—summaryattribute onkosli_custom_attestation_type.