Skip to content
Closed
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
20 changes: 20 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@ rss: true

</Update>

<Update label="May 8, 2026" description="v2.17.7" tags={["CLI"]}>

## New features

- **Cloud Run Jobs in `snapshot cloud-run`** — `kosli snapshot cloud-run` now reports Cloud Run **jobs** in addition to services, so environments backed by Google Cloud Run can capture both workload types in a single snapshot.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is still hidden command?


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

</Update>

<Update label="May 7, 2026" description="v2.17.6" tags={["CLI"]}>

## Bug fixes

- **`snapshot docker` handles un-inspectable containers** — `kosli snapshot docker` previously errored out when the Docker daemon could not inspect a container (for example, a container exiting mid-snapshot). The command now handles that case gracefully and continues reporting the remaining containers. See the [snapshot docker](/client_reference/kosli_snapshot_docker) reference.

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

</Update>

<Update label="May 4, 2026" description="v2.17.5" tags={["CLI"]}>

## Updates
Expand Down