From df3d60bdadff6a787f561b9760b131ffce72e37a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:09:25 +0000 Subject: [PATCH] docs: add changelog entries for v2.17.3-v2.17.5 and v0.6.3 Generated-By: mintlify-agent --- changelog/index.mdx | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/changelog/index.mdx b/changelog/index.mdx index 4473dc1..a1b5038 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -4,6 +4,46 @@ description: "Release notes for Kosli products." rss: true --- + + +## Updates + +- **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. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.5) + + + + + +## Updates + +- **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. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.4) + + + + + +## Updates + +- **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. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.3) + + + + + +## Bug fixes + +- **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. + +[View on GitHub](https://github.com/kosli-dev/terraform-provider-kosli/releases/tag/v0.6.3) + + + ## Bug fixes