You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
- 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)
-**`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)
- 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)
-**`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)
-**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)
-**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)
- 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)
0 commit comments