Releases: kurtosis-tech/kurtosis
Releases · kurtosis-tech/kurtosis
v0.68.2
v0.68.1
v0.68.0
0.68.0 (2023-03-07)
⚠ BREAKING CHANGES
- Migrate Kurtosis Print instruction to Starlark framework. This restrict the use of
print
to a single argument only. (#80) (#87)
Features
- enclave clean has both name and uuid (#101) (69114ab)
- persist partition connection overrides to disk (#98) (4af3b9f)
Code Refactoring
v0.67.4
0.67.4 (2023-03-04)
Features
- added new
service_name
parameter for theexec
,request
andwait
instructions. NOTE: the previous methods' signature will be maintained during a deprecation period, we suggest users update the methods' calls to this new signature. (#66) (1b47ee3) - added the
id
flag in theanalytics
CLI command which allow users to get theanalytics ID
in an easy way (#81) (766c094) - integrate nature theme based name to cli (render template and store service) for file artifacts (#82) (aea5bef)
- integrate nature theme named to render_template and store_service (aea5bef)
- introduce nature themed name for enclaves (#59) (78e363f)
- persist service partitions (#84) (d46d92a)
Bug Fixes
v0.67.3
v0.67.2
v0.67.1
0.67.1 (2023-02-23)
Features
Bug Fixes
- better errors when enclave cleaning fails (#47) (a15fe52)
- enforce kurtosis.yml validations in import_module and read_file; package name inside kurtosis.yml must be valid and is same as the path where kurtosis.yml exists (#24) (95d5548)
- fix error message on importing/reading a package instead of a module (#33) (1f906ae)
- fixed link to report docs issues (#36) (dfccf10)