Skip to main content
March 23, 2026
Terraform Provider
v0.4.0

New features

  • kosli_action resource and data source — manage webhook notification actions as Terraform resources. Create, update, and import actions by name, and read existing actions to reference in your configurations.
  • kosli_policy resource and data source — manage Kosli policies as Infrastructure-as-Code. The data source exposes the policy name, description, content, and latest version.
  • kosli_policy_attachment resource — manage the relationship between policies and environments, letting you attach and detach policies declaratively.
View on GitHub
March 23, 2026
CLI
v2.13.0

New features

  • Repository metadata on attestations — all kosli attest commands and kosli begin trail now accept --repo-id, --repository, --repo-url, and --repo-provider flags to associate attestations and trails with their source repository. These flags are automatically populated from CI environment variables in GitHub Actions, GitLab CI, Bitbucket Pipelines, Azure DevOps, and CircleCI — no manual configuration needed. See the CI defaults reference.
  • Helm chart CronJob configuration — the k8s-reporter Helm chart now lets you configure concurrencyPolicy, failedJobsHistoryLimit, and successfulJobsHistoryLimit for the reporter CronJob.

Updates

  • --repo-url is now validated as a well-formed URL when explicitly provided.
  • --repo-provider is validated against the allowed values: github, gitlab, bitbucket, azure-devops.
  • For kosli attest pullrequest github and kosli attest pullrequest azure, the --repository flag now also controls which repository is queried for pull requests.
View on GitHub
March 23, 2026
CLI
v2.13.1

Bug fixes

  • Fixed an issue where artifact names with leading periods were rejected. Leading periods are now trimmed automatically.
View on GitHub
March 23, 2026
API

New features

  • Attestation evidence download — a new API endpoint lets you download evidence files attached to attestations, making it easier to retrieve and audit attestation data programmatically.
  • Snapshotter role — a new Snapshotter role is available for users who need to create environment snapshots and manage service accounts without full member permissions. Ideal for environment and operations teams.
March 16, 2026
CLI
v2.12.1

Bug fixes

  • Fixed kosli attest artifact sending empty repository information when no repo data is available.
View on GitHub
March 16, 2026
CLI
v2.12.0

New features

  • kosli evaluate trail and kosli evaluate trails — evaluate one or more trails against a Rego policy and get a structured pass/fail decision. Use --attestations to filter which attestations are checked, and --output json for machine-readable results. Exit code reflects the policy decision, making it ideal for CI/CD gates. See the evaluate trail and evaluate trails reference for details.
  • Multi-environment K8s reportingkosli snapshot k8s now accepts a --config-file flag to report multiple Kosli environments in a single command. Define environment-to-namespace mappings in a YAML file instead of running the command once per environment. See the snapshot k8s reference.
  • Helm chart v2.0.0 — the k8s-reporter Helm chart now uses a reporterConfig.environments list, enabling multi-environment reporting from a single chart installation. This is a breaking change from v1.x — see the chart README for migration steps.
View on GitHub
February 18, 2026
Terraform Provider
v0.3.1

Bug fixes

  • Fixed handling of Python boolean (true/false) and null values in custom attestation type schemas.
View on GitHub
February 18, 2026
Terraform Provider
v0.3.0

New features

  • kosli_logical_environment resource — create and manage logical environments that aggregate multiple physical environments into a single view.
  • kosli_logical_environment data source — query details of existing logical environments.
  • Drift detection for logical environments — Kosli now detects when the included_environments of a logical environment change outside of Terraform.
  • User agent header — the provider now sends a versioned user agent on every API request, improving diagnostics.

Bug fixes

  • Fixed a missing flow field in pull request attestation resources.
  • Fixed terraform plan showing (known after apply) for the type attribute of logical environments instead of "logical".
View on GitHub
January 23, 2026
Terraform Provider
v0.2.0

New features

  • kosli_environment resource — create and manage physical Kosli environments (K8S, ECS, S3, docker, server, lambda) as Terraform resources.
  • kosli_environment data source — query details of existing physical environments.
View on GitHub
January 21, 2026
Terraform Provider
v0.1.0

Changes

  • schema and jq_rules are now optional fields on kosli_attestation_type, allowing you to create attestation types without a validation schema.
View on GitHub
Last modified on March 26, 2026