Happy New Year! The latest release of Kurtosis is `0.85.54`. The cadence for these release notes are weekly. For a more detailed changelog (which includes more granular changes to non-user-facing parts of the product), visit our [docs](https://docs.kurtosis.com/changelog).
# Features
- [0.85.52] Image building is now supported natively within Kurtosis. To build images, simply use the `ImageBuildSpec` instruction to specify the image name, Dockerfile file path, and optional target stage in the `ServiceConfig()` instruction. Note that `ImageBuildSpec` can only be used in packages and not standalone scripts as it relies on build context in package. [Check out our docs for more details on this exciting new feature](https://docs.kurtosis.com/api-reference/starlark-reference/service-config).
- [0.85.51] We've added a "run counter" in the [Package Catalog](https://catalog.kurtosis.com/catalog) to showcase the number of times a particular package has been run!
# Bug Fixes
- [0.85.53] Fixed an issue where containers were only restarting on failure when spun up by Kurtosis on Kubernetes in Production mode. The correct behavior of *always* restarting has been implemented.
- [0.85.53] Addressed a bug where the `kurtosis clean -a` command would not properly remove the reverse proxy container. Kurtosis will now print clearer error messages if there are issues removing the reverse proxy server container.
- [0.85.50] We've bumped the Rust version to 1.70.0 in our SDK