From 2006a35f5e21383d8b03a7bb8e0c1947c31a5b00 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:08:41 +0000 Subject: [PATCH 1/2] docs: add CLI v2.12.0 and v2.12.1 changelog entries for March 2026 Generated-By: mintlify-agent --- changelog/index.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/changelog/index.mdx b/changelog/index.mdx index 2da1da5..67e5def 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -3,6 +3,28 @@ title: "Changelog" description: "Release notes for Kosli products." --- + + +## Bug fixes + +- Fixed `kosli attest artifact` sending empty repository information when no repo data is available. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.12.1) + + + + + +## New features + +- **`kosli evaluate trail` and `kosli evaluate trails`** — evaluate one or more trails against a [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/) policy and get a structured pass/fail decision. Use `--attestations` to filter which attestations are checked, and `--output json` for machine-readable results. Exit code reflects the policy decision, making it ideal for CI/CD gates. See the [evaluate trail](/client_reference/kosli_evaluate_trail) and [evaluate trails](/client_reference/kosli_evaluate_trails) reference for details. +- **Multi-environment K8s reporting** — `kosli snapshot k8s` now accepts a `--config-file` flag to report multiple Kosli environments in a single command. Define environment-to-namespace mappings in a YAML file instead of running the command once per environment. See the [snapshot k8s](/client_reference/kosli_snapshot_k8s) reference. +- **Helm chart v2.0.0** — the [k8s-reporter Helm chart](/helm/k8s_reporter) now uses a `reporterConfig.environments` list, enabling multi-environment reporting from a single chart installation. This is a breaking change from v1.x — see the chart README for migration steps. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.12.0) + + + ## Bug fixes From 963d5650391fe0788e81565998875b39f121d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Mon, 16 Mar 2026 14:13:00 +0100 Subject: [PATCH 2/2] fix: use specific dates instead of month-only labels in changelog --- changelog/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog/index.mdx b/changelog/index.mdx index 67e5def..1284c2a 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -3,7 +3,7 @@ title: "Changelog" description: "Release notes for Kosli products." --- - + ## Bug fixes @@ -13,7 +13,7 @@ description: "Release notes for Kosli products." - + ## New features @@ -25,7 +25,7 @@ description: "Release notes for Kosli products." - + ## Bug fixes @@ -35,7 +35,7 @@ description: "Release notes for Kosli products." - + ## New features @@ -53,7 +53,7 @@ description: "Release notes for Kosli products." - + ## New features @@ -64,7 +64,7 @@ description: "Release notes for Kosli products." - + ## Changes