diff --git a/changelog/index.mdx b/changelog/index.mdx index 3ccd1eb..2bba500 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -30,6 +30,26 @@ rss: true + + +## 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. + +[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.17.7) + + + + + +## 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) + + + ## Updates