Changelog
0.68.9 (2023-03-15)
Features
- Add a new pull request template (#117) (45b2067)
- show enclave inspect immediately after run (#170) (5790131)
Bug Fixes
- Add back fetch depth to change version GH action (f5f32a2)
- Add back fetch depth to change version GH action (#204) (f5f32a2)
- remove & service uuid from autocomplete (#182) (3be2070)
- use with-subnetworks (#163) (db6dd41)
0.68.8 (2023-03-14)
Bug Fixes
- bump historical cli install down the sidebar (cba11eb)
- bump historical cli install down the sidebar (#152) (cba11eb)
- print enclave names even after restart during clean (#156) (43ab71e)
0.68.7 (2023-03-13)
Bug Fixes
- added instruction position while executing starlark package (bc70e4e)
- added instruction position while executing starlark package (#143) (bc70e4e)
- fix changelog for versioned docs going forward (#142) (2fc3e72)
- gramatical fix in analytics tracking logging (#138) (23212a3)
- sort services by name (#139) (d60ef67)
0.68.6 (2023-03-09)
Features
0.68.5 (2023-03-09)
Bug Fixes
0.68.4 (2023-03-09)
Bug Fixes
0.68.3 (2023-03-08)
Features
Bug Fixes
0.68.2 (2023-03-08)
Bug Fixes
0.68.1 (2023-03-08)
Features
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
- Migrate Kurtosis Print instruction to Starlark framework. This restrict the use of
print
to a single argument only. (#80) (#87) (868da1b)
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
0.67.3 (2023-02-28)
Features
- Add new FR, docs, and Bug Report issues templates (#52) (8854585)
- made the name field optional for file artifacts in starlark (#51) (1ded385)
Bug Fixes
- Correct minor error in "locators" reference docs (#71) (3d68919)
- stamp enclave uuid at the end of enclave objects (#74) (4f44d03)
0.67.2 (2023-02-27)
Features
- added boilerplate method to generate unique file artifact name (#40) (50cd25c)
- fix the output of kurtosis enclave dump (#62) (7ae12cf)
Bug Fixes
- enforced kurtosis locator validations when running remote kurtosis package (#41) (e9af4d9)
- preserve cli provided ordering of completions throughout shells (#61) (f312f2c)
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)
0.67.0 (2023-02-21)
⚠ BREAKING CHANGES
- This is a breaking change where we are deprecating PacketDelay to introduce latency in favour of PacketDelayDistribution. Instead of using packet delay, use UniformPacketDelayDistribution for constant delays or NormalPacketDelayDistribution for normally distributed latencies
0.66.11 (2023-02-21)
Features
Bug Fixes
- import_module and read_file should load files from kurtosis packages (kurtosis.yml must be present in the path). enforce that only kurtosis packages (directories containing kurtosis.yml) can be run. (#16) (84f1042)
0.66.10 (2023-02-16)
Features
- made metrics opt in by default (#5) (cd076fd)
- update metrics lib to track os, arch & backend type (#11) (15cf9bb)