Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 2 additions & 5 deletions administration/managing_users/roles_in_kosli.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Roles apply to service accounts the same way they apply to users. Wherever this
| **Attestations & Snapshots** | | | |
| Report attestations | ✅ | ✅ | ❌ | ❌ |
| Report environment snapshots | ✅ | ✅ | ✅ | ❌ |
| Create and manage approvals | ✅ | ✅ | ❌ | ❌ |
| **Actions** | | | |
| Create, update, and delete actions | ✅ | ✅ | ❌ | ❌ |
| View actions | ✅ | ✅ | ✅ | ✅ |
Expand Down Expand Up @@ -74,7 +73,7 @@ The following sections provide more details about each Kosli user role, includin
- **Service Accounts**: Create and manage service accounts and their API keys
- **Integrations**: Configure integrations with external systems (Slack, LaunchDarkly, etc.)
- **Resource Management**: Create, update, and delete flows, environments, policies, and attestation types
- **Attestations & Snapshots**: Report attestations, environment snapshots, and manage approvals
- **Attestations & Snapshots**: Report attestations and environment snapshots
- **Actions**: Create, update, and delete actions for automated workflows and notifications
- **Data Access**: View all trails, artifacts, attestations, and snapshots

Expand All @@ -101,7 +100,7 @@ The following sections provide more details about each Kosli user role, includin
- **Service Accounts**: Create and manage service accounts and their API keys
- **Integrations**: Configure integrations with external systems (Slack, LaunchDarkly, etc.)
- **Resource Management**: Create, update, and delete flows, environments, policies, and attestation types
- **Attestations & Snapshots**: Report attestations, environment snapshots, and manage approvals
- **Attestations & Snapshots**: Report attestations and environment snapshots
- **Actions**: Create, update, and delete actions for automated workflows and notifications
- **Data Access**: View all trails, artifacts, attestations, and snapshots

Expand Down Expand Up @@ -139,7 +138,6 @@ The following sections provide more details about each Kosli user role, includin
- Use the dedicated update paths on an environment (PATCH, archive, rename, attach/detach policies).
- Create, update, or delete flows, policies, attestation types, or other resources.
- Report attestations.
- Manage approvals.
- Create or manage actions.
- Configure integrations.
- Invite users or change settings.
Expand Down Expand Up @@ -173,7 +171,6 @@ The following sections provide more details about each Kosli user role, includin
Readers cannot:
- Create, update, or delete any resources
- Report attestations or snapshots
- Manage approvals
- Create or manage actions
- Create or manage service accounts
- Configure integrations
Expand Down
22 changes: 22 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ description: "Release notes for Kosli products."
rss: true
---

<Update label="July 28, 2026" description="v2.35.0" tags={["CLI"]}>

## Breaking changes

- **Approval commands removed** — `kosli assert approval`, `kosli get approval`, `kosli list approvals`, `kosli report approval`, and `kosli request approval` are gone, along with the `kosli request` parent command, since `request approval` was its only subcommand. They were deprecated in v2.20.0. Use [attestations](/getting_started/attestations) to record approval evidence instead.

## Updates

- **k8s-reporter Helm chart (2.6.0)** — the `--auto-environment` flag and its companions (`--environment-description`, `--include-scaling`, `--exclude-scaling`) are now exposed as `reporterConfig.*` values, so the reporter CronJob can auto-create a K8S environment on first run without editing the chart.

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

</Update>

<Update label="July 28, 2026" description="" tags={["Platform"]}>

## Breaking changes

- **Approval API removed** — the deprecated approval endpoints under `/api/v2/approvals/` no longer exist. Approvals are also gone from custom webhook notification payloads and from artifact responses. Use [attestations](/getting_started/attestations) to record approval evidence instead.

</Update>

<Update label="July 26, 2026" description="v2.34.0" tags={["CLI"]}>

## New features
Expand Down
Loading