From d541dce6024ff8166fa775017f8752d7eaa97546 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 18 May 2026 09:11:12 +0000
Subject: [PATCH 1/2] =?UTF-8?q?docs:=20add=20changelog=20entries=20for=20C?=
=?UTF-8?q?LI=20v2.17.6=E2=80=93v2.20.0=20and=20Terraform=20v0.6.4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
changelog/index.mdx | 73 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/changelog/index.mdx b/changelog/index.mdx
index 3ccd1eb..56e881e 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,79 @@ description: "Release notes for Kosli products."
rss: true
---
+
+
+## Updates
+
+- **`kosli approval` commands deprecated** — the `kosli approval` command tree is now marked as deprecated. Use [attestations](/getting_started/attestations) going forward.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.20.0)
+
+
+
+
+
+## New features
+
+- **`kosli snapshot cloud-run` is now generally available** — the [Cloud Run snapshotter](/client_reference/kosli_snapshot_cloud-run) is no longer hidden and now reports its coverage table alongside the snapshot.
+- **Path filters for `kosli snapshot s3`** — added `--include-regex` and `--exclude-regex` flags to [`kosli snapshot s3`](/client_reference/kosli_snapshot_s3) so you can scope a snapshot to a subset of objects in a bucket.
+
+## Bug fixes
+
+- Fixed `kosli attest snyk` and other SonarQube-backed attestations not forwarding the branch name to SonarQube's `project_analyses/search` endpoint, which previously returned results from the wrong branch.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.18.0)
+
+
+
+
+
+## New features
+
+- **Remote policies for `kosli evaluate`** — `--policy` on [`kosli evaluate`](/client_reference/kosli_evaluate_trail) now accepts remote `http(s)` URLs in addition to local file paths, so you can evaluate against centrally-hosted policy files.
+- **`--quiet` flag** — a new global `--quiet` flag suppresses non-essential output from the CLI, useful for scripting and CI pipelines that only care about exit codes.
+- **Expanded Cloud Run support** — [`kosli snapshot cloud-run`](/client_reference/kosli_snapshot_cloud-run) now reports Cloud Run Jobs in addition to services, and recovers missing image digests via a registry lookup when the runtime does not expose them directly.
+
+## Bug fixes
+
+- Fixed bare URLs in CLI flag descriptions producing broken links in the generated reference docs.
+- Fixed the Helm chart docs templates so they render correctly in [Mintlify](/helm).
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.8)
+
+
+
+
+
+## Updates
+
+- **Toolchain update** — the [Terraform provider](/terraform-reference) is now built with Go 1.26. No user-facing behavior changes.
+
+[View on GitHub](https://github.com/kosli-dev/terraform-provider-kosli/releases/tag/v0.6.4)
+
+
+
+
+
+## New features
+
+- **Cloud Run Jobs support in `kosli snapshot cloud-run`** — the [Cloud Run snapshotter](/client_reference/kosli_snapshot_cloud-run) can now report Cloud Run Jobs alongside services, and its wire format has been cleaned up.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.7)
+
+
+
+
+
+## Bug fixes
+
+- Fixed [`kosli snapshot docker`](/client_reference/kosli_snapshot_docker) crashing when it encountered a container that the Docker daemon could not inspect. Such containers are now skipped with a warning and the snapshot continues.
+- Fixed a broken `http-proxy` example link in the CLI reference docs.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.6)
+
+
+
## New features
From f09a7411c01927e851754d003e03020d1d1d59b3 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 18 May 2026 09:58:15 +0000
Subject: [PATCH 2/2] docs: add changelog entries for CLI v2.19.0 and v2.20.1
---
changelog/index.mdx | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/changelog/index.mdx b/changelog/index.mdx
index 56e881e..6c40392 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,16 @@ description: "Release notes for Kosli products."
rss: true
---
+
+
+## Bug fixes
+
+- Fixed CLI flags rendering as em dashes in the generated [CLI reference](/client_reference) pages. Flag names (`--flag`, `-x`) are now wrapped in backticks so Mintlify's smart-typography renderer leaves them intact.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.20.1)
+
+
+
## Updates
@@ -14,6 +24,17 @@ rss: true
+
+
+## Updates
+
+- Migrated the Docker client dependency from `github.com/docker/docker` to `github.com/moby/moby` and related modular packages (`moby/moby/api`, `moby/moby/client`).
+- Updated `github.com/open-policy-agent/opa` to v1.16.2.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.19.0)
+
+
+
## New features