Skip to content

Releases: kurtosis-tech/kurtosis

v0.68.8

14 Mar 13:21
e88c5cf
Compare
Choose a tag to compare

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)

v0.68.7

13 Mar 18:52
a975abc
Compare
Choose a tag to compare

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)

v0.68.6

09 Mar 19:34
23c6493
Compare
Choose a tag to compare

0.68.6 (2023-03-09)

Features

v0.68.5

09 Mar 14:36
25c3a0a
Compare
Choose a tag to compare

0.68.5 (2023-03-09)

Bug Fixes

  • Use version.txt for kurtosis_version instead of Git tags (#126) (f5bfe9e)

v0.68.4

09 Mar 13:22
692a93b
Compare
Choose a tag to compare

0.68.4 (2023-03-09)

Bug Fixes

  • Pass correct latest tag to GoReleaser CLI build (#122) (ec10c54)

v0.68.3

08 Mar 19:35
214a0cb
Compare
Choose a tag to compare

0.68.3 (2023-03-08)

Features

  • Use semver versioning for Golang API package (#119) (1d4ff7f)

Bug Fixes

  • remove mentions about github discussions (#95) (2387fa2)

v0.68.2

08 Mar 17:19
0a415ea
Compare
Choose a tag to compare

0.68.2 (2023-03-08)

Bug Fixes

v0.68.1

08 Mar 16:49
7bbb314
Compare
Choose a tag to compare

0.68.1 (2023-03-08)

Features

v0.68.0

07 Mar 20:30
6d97715
Compare
Choose a tag to compare

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)

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)