Skip to content

Commit 039bfd5

Browse files
docs: add changelog entries for CLI v2.17.6–v2.20.0 and Terraform v0.6.4 (#230)
## Summary Adds changelog entries for new tagged releases of the CLI and Terraform provider published since the last changelog update. ## Changes - CLI **v2.17.6** (May 7) — `kosli snapshot docker` fix for un-inspectable containers - CLI **v2.17.7** (May 8) — Cloud Run Jobs support in `kosli snapshot cloud-run` - CLI **v2.17.8** (May 11) — remote `http(s)` policies for `kosli evaluate`, `--quiet` flag, expanded Cloud Run reporting, docs fixes - Terraform Provider **v0.6.4** (May 11) — Go 1.26 toolchain bump - CLI **v2.18.0** (May 12) — `kosli snapshot cloud-run` GA + coverage table, `--include-regex`/`--exclude-regex` for `kosli snapshot s3`, SonarQube branch fix - CLI **v2.20.0** (May 13) — `kosli approval` commands deprecated v2.19.0 (deps only) and v2.20.1 (CLI doc-generation tweak only) were skipped as not user-facing. The kosli-dev/server repo has no new tagged releases since the last Platform entry, so no Platform update was added. --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 0dc822a commit 039bfd5

1 file changed

Lines changed: 94 additions & 0 deletions

File tree

changelog/index.mdx

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,100 @@ description: "Release notes for Kosli products."
44
rss: true
55
---
66

7+
<Update label="May 14, 2026" description="v2.20.1" tags={["CLI"]}>
8+
9+
## Bug fixes
10+
11+
- 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.
12+
13+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.20.1)
14+
15+
</Update>
16+
17+
<Update label="May 13, 2026" description="v2.20.0" tags={["CLI"]}>
18+
19+
## Updates
20+
21+
- **`kosli approval` commands deprecated** — the `kosli approval` command tree is now marked as deprecated. Use [attestations](/getting_started/attestations) going forward.
22+
23+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.20.0)
24+
25+
</Update>
26+
27+
<Update label="May 12, 2026" description="v2.19.0" tags={["CLI"]}>
28+
29+
## Updates
30+
31+
- 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`).
32+
- Updated `github.com/open-policy-agent/opa` to v1.16.2.
33+
34+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.19.0)
35+
36+
</Update>
37+
38+
<Update label="May 12, 2026" description="v2.18.0" tags={["CLI"]}>
39+
40+
## New features
41+
42+
- **`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.
43+
- **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.
44+
45+
## Bug fixes
46+
47+
- 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.
48+
49+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.18.0)
50+
51+
</Update>
52+
53+
<Update label="May 11, 2026" description="v2.17.8" tags={["CLI"]}>
54+
55+
## New features
56+
57+
- **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.
58+
- **`--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.
59+
- **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.
60+
61+
## Bug fixes
62+
63+
- Fixed bare URLs in CLI flag descriptions producing broken links in the generated reference docs.
64+
- Fixed the Helm chart docs templates so they render correctly in [Mintlify](/helm).
65+
66+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.8)
67+
68+
</Update>
69+
70+
<Update label="May 11, 2026" description="v0.6.4" tags={["Terraform Provider"]}>
71+
72+
## Updates
73+
74+
- **Toolchain update** — the [Terraform provider](/terraform-reference) is now built with Go 1.26. No user-facing behavior changes.
75+
76+
[View on GitHub](https://github.com/kosli-dev/terraform-provider-kosli/releases/tag/v0.6.4)
77+
78+
</Update>
79+
80+
<Update label="May 8, 2026" description="v2.17.7" tags={["CLI"]}>
81+
82+
## New features
83+
84+
- **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.
85+
86+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.7)
87+
88+
</Update>
89+
90+
<Update label="May 7, 2026" description="v2.17.6" tags={["CLI"]}>
91+
92+
## Bug fixes
93+
94+
- 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.
95+
- Fixed a broken `http-proxy` example link in the CLI reference docs.
96+
97+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.6)
98+
99+
</Update>
100+
7101
<Update label="May 4, 2026" description="" tags={["Platform"]}>
8102

9103
## New features

0 commit comments

Comments
 (0)