Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ description: "Release notes for Kosli products."
rss: true
---

<Update label="September 1, 2026" description="v2.39.2" tags={["CLI"]}>

## Updates

- **Help text fixes** — corrected typos in the help text for [`kosli attest sonar`](/client_reference/kosli_attest_sonar) and its `--sonar-working-dir` flag description.

[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.39.2)

</Update>

<Update label="August 31, 2026" description="" tags={["Platform"]}>

## Bug fixes
Expand Down Expand Up @@ -34,6 +44,10 @@ rss: true
- **`--jira-project-key` tolerates whitespace** — comma-separated lists like `"ABC, DEF"` are now accepted; each key is trimmed before validation, and invalid keys are quoted in the error message.
- **`.kosli_ignore` documented in command help** — the help for `kosli allow artifact`, `kosli assert artifact`, and every `kosli attest` command now describes `.kosli_ignore` support when fingerprinting directories.

## Bug fixes

- **`kosli version` reports the real release inside published Docker images** — published images identified themselves as `dev+<commit-sha>` instead of the release tag they were built from, so `kosli version` in a container could not tell you which release was running. Any image published before v2.39.0 is affected; images from v2.39.0 onward report their release tag.

[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.39.0)

</Update>
Expand Down