From 89a594fb059bbfc334bb32dbdf43fe951b3753b6 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 30 Mar 2026 09:11:13 +0000
Subject: [PATCH] docs: add March 30, 2026 changelog for CLI v2.13.2, Terraform
Provider v0.4.2, and API updates
Generated-By: mintlify-agent
---
changelog/index.mdx | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/changelog/index.mdx b/changelog/index.mdx
index 28d7ec9..59774bc 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,44 @@ description: "Release notes for Kosli products."
rss: true
---
+
+
+## Updates
+
+- **Removed deprecated `kosli expect deployment` command** — deployment expectation is no longer required for compliance. If your pipelines still reference this command, remove or replace it.
+- **CI-ready Docker image** — a new Alpine-based Dockerfile is available for use as a CI runner image (e.g., GitLab CI), providing the Kosli CLI alongside common CI tooling.
+
+## Bug fixes
+
+- Fixed `kosli get attestation-type` displaying `type_schema` as a Go map instead of formatted JSON.
+- The `--debug` flag now shows the HTML response body when a server error occurs, improving troubleshooting.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.13.2)
+
+
+
+
+
+## Bug fixes
+
+- Fixed `type_schema` handling — the provider now correctly reads JSON objects returned by the API, replacing the previous Python repr string workaround.
+
+[View on GitHub](https://github.com/kosli-dev/terraform-provider-kosli/releases/tag/v0.4.2)
+
+
+
+
+
+## New features
+
+- **Deployment frequency statistics** — the repository releases page now shows a deployment frequency bar chart with daily counts, a median line, and summary statistics for each environment.
+
+## Updates
+
+- Removed the deprecated deployments API. This aligns with the CLI removal of `kosli expect deployment`.
+
+
+
## New features