Skip to content

Commit 91d09d8

Browse files
docs: add changelog entries for recent CLI and Terraform Provider releases (#197)
## Summary Adds changelog entries for the following releases published since the last changelog update: - **CLI v2.17.3** — debug logging for `kosli attest pullrequest github` - **CLI v2.17.4** — removed automatic update notifications - **CLI v2.17.5** — more diagnostic `--debug` output for GitHub calls - **Terraform Provider v0.6.3** — bug fix for environment rename race condition No new server tags were found, so no platform entry was added. Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent b2106bd commit 91d09d8

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

changelog/index.mdx

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

7+
<Update label="May 4, 2026" description="v2.17.5" tags={["CLI"]}>
8+
9+
## Updates
10+
11+
- **More diagnostic `--debug` output for GitHub calls**`kosli attest pullrequest github` and other GitHub-backed commands now include the (redacted) `Authorization` header, the resolved proxy URL, and any response body returned alongside transport errors when run with `--debug`. This makes it possible to diagnose corporate proxy and edge filter rejections that previously surfaced only as opaque transport errors.
12+
13+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.5)
14+
15+
</Update>
16+
17+
<Update label="May 1, 2026" description="v2.17.4" tags={["CLI"]}>
18+
19+
## Updates
20+
21+
- **Removed automatic update notifications** — the CLI no longer checks for new versions on every command. The update notice introduced in v2.17.0 occasionally polluted captured output (for example `FP=$(kosli fingerprint ...)`), so version checks now run only for the `version` subcommand and the `--version` flag.
22+
23+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.4)
24+
25+
</Update>
26+
27+
<Update label="April 30, 2026" description="v2.17.3" tags={["CLI"]}>
28+
29+
## Updates
30+
31+
- **Debug logging for GitHub PR attestations** — running `kosli attest pullrequest github` with `--debug` now prints every GitHub REST and GraphQL request and response (method, URL, headers, body) to stderr, with the `Authorization` header redacted. Useful for diagnosing 4xx/5xx responses and eventual-consistency issues in CI. See the [attest pullrequest github](/client_reference/kosli_attest_pullrequest_github) reference.
32+
33+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.3)
34+
35+
</Update>
36+
37+
<Update label="April 29, 2026" description="v0.6.3" tags={["Terraform Provider"]}>
38+
39+
## Bug fixes
40+
41+
- **Race condition on environment rename** — renaming a `kosli_environment` or `kosli_logical_environment` resource label while keeping the same `name` no longer fails with a 404 ("Environment has been archived"). The provider now retries the post-create read with bounded backoff and re-asserts desired state when it observes the parallel destroy + create race. If you are intentionally renaming an environment, use `terraform state mv` as documented in the [`kosli_environment`](/terraform-reference/resources/environment) reference.
42+
43+
[View on GitHub](https://github.com/kosli-dev/terraform-provider-kosli/releases/tag/v0.6.3)
44+
45+
</Update>
46+
747
<Update label="April 29, 2026" description="v0.6.2" tags={["Terraform Provider"]}>
848

949
## Bug fixes

0 commit comments

Comments
 (0)