| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Sorry, something went wrong.
|
Claude finished @mintlify[bot]'s task in 2m 12s —— View job Doc review — changelog/index.mdx
Advisory review only — no changes requested, no approval. Criticalchangelog/index.mdx:21 — kosli update attestation-type does not exist The entry says kosli create attestation-type and kosli update attestation-type now accept --summary-json. The CLI only ships archive / create / get / list for attestation-type (config/navigation.json:280-390; the only kosli_update_* reference pages are control, default-org, service-account). 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). Per the v2.36.0 entry already in this file, unknown commands now error and exit non-zero, so anyone copying this gets a hard failure. Fix this → Improvementchangelog/index.mdx:21 — omits the --summary flag client_reference/kosli_create_attestation-type.md:28-36 documents --summary "NAME=EXPRESSION" (repeatable, order preserved) as the primary form, and describes --summary-json as "an alternative to --summary for summaries that are easier to express as JSON". The release note announces only the alternative. Worth also noting that the two flags cannot be combined, and that types without a summary fall back to the jq rules checklist. A suggested replacement is in the inline comment. changelog/index.mdx:74 — August 17 entry is out of chronological order It sits above the pre-existing August 18, 2026 / v2.37.0 CLI entry at line 86. Everything else in the file is strictly reverse-chronological. Move the Aug 17 block below line 95. SuggestionTerraform reference not updated for the new summary attribute The v0.9.3 entry (line 49) announces summary on kosli_custom_attestation_type, but neither terraform-reference/resources/custom_attestation_type.mdx nor terraform-reference/data-sources/custom_attestation_type.mdx mentions it. These pages aren't script-generated (no scripts/* references terraform-reference/), so they need a manual update — otherwise the changelog is the only place the attribute is documented. Out of scope for a changelog-only PR, but worth a follow-up. Scaling removal vs. existing pages The Aug 19 Platform entry says the include_scaling environment setting "is gone". --include-scaling / --exclude-scaling are still documented across client_reference/kosli_snapshot_*.md, kosli_create_environment.md, and helm/k8s_reporter/configuration.mdx. That's consistent with those flags being deprecated (v2.36.2) rather than removed, but the Helm values page describes the behavior as functional — worth a check. What's correct
Top 3 priorities: (1) drop the nonexistent kosli update attestation-type; (2) add --summary to the v2.38.0 note; (3) reorder the Aug 17 entry below v2.37.0. I didn't run mint broken-links — the Mintlify CLI isn't installed in this runner. The one internal link in the diff was verified by hand against the filesystem. |
Sorry, something went wrong.
|
|
||
| ## 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). |
Sorry, something went wrong.
|
|
||
| </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.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Document the new CLI, Terraform Provider, and Platform releases from Aug 17 to Aug 20, 2026.
Changes