Releases: kurtosis-tech/kurtosis
v1.8.0
v1.7.2
1.7.2 (2025-04-22)
This release comes with a few nice features:
-
Kurtosis service update (no more recreating entire enclaves to update one service). Using service update, users can now update desired configurations and restart services in running enclaves.
Service add and inspect now have added--output
and--json-service-config
flag respectively to enable things likekurtosis service inspect ... -o json | jq ... | kurtosis service add --json-service-config -
and easy copying of services:
kurtosis service inspect enclave service -o json | kurtosis service add enclave service-copy --json-service config -
Checkout CLI docs for more information on added flags and service update: https://docs.kurtosis.com/cli
-
Optional Grafana / Loki instances for custom Kurtosis logs handling (leveraging export logs feature released in 1.6.0): https://docs.kurtosis.com/grafloki-start/
-
Export logs over K8s - users can now ship logs to custom logging infra on both Docker and K8s.