Skip to content

Releases: kurtosis-tech/kurtosis

v0.67.4

06 Mar 13:18
00a6606
Compare
Choose a tag to compare

0.67.4 (2023-03-04)

Features

  • added new service_name parameter for the exec, request and wait 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 the analytics CLI command which allow users to get the analytics 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

  • handle multiline errors that might happen with kurtosis clean (#69) (f7400be)

v0.67.3

28 Feb 13:11
1d603a4
Compare
Choose a tag to compare

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)

v0.67.2

27 Feb 17:06
38ddf52
Compare
Choose a tag to compare

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)

v0.67.1

23 Feb 15:16
7822726
Compare
Choose a tag to compare

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)

v0.67.0

21 Feb 17:14
b75eae3
Compare
Choose a tag to compare

0.67.0 (2023-02-21)

⚠ BREAKING CHANGES

  • Breaking Changes 2023-02-21 (#26)

Features

v0.66.11

21 Feb 11:19
724c23b
Compare
Choose a tag to compare

0.66.11 (2023-02-21)

Features

  • track enclave size after run has finished (#15) (80f35c8)

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)

v0.66.10

16 Feb 14:13
8fc2ac1
Compare
Choose a tag to compare

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)

v0.66.9

15 Feb 12:34
ccc860d
Compare
Choose a tag to compare

0.66.9 (2023-02-15)

Bug Fixes

v0.66.8

15 Feb 11:52
8bd4a38
Compare
Choose a tag to compare

0.66.8 (2023-02-15)

Features