Skip to content

Releases: kurtosis-tech/kurtosis

v0.70.3

27 Mar 15:00
4a200b5
Compare
Choose a tag to compare

0.70.3 (2023-03-27)

Features

  • Added bug, feature and docs flags in the kurtosis feedback command (#287) (963e9dd)

Bug Fixes

  • check service name contains allowed characters and errors cleanly (#315) (94af4bd), closes #164

v0.70.2

27 Mar 11:42
2615ad2
Compare
Choose a tag to compare

0.70.2 (2023-03-27)

Features

  • Automatically restart engine on context switch (#329) (b0712cc)

Bug Fixes

  • Fix info CLI log for portal not running (#330) (0fb938e)

v0.70.1

27 Mar 09:40
6db66b1
Compare
Choose a tag to compare

0.70.1 (2023-03-27)

Features

  • Add context rm command (#275) (c20ca12)
  • Add context switch CLI command (#317) (ebab7eb)
  • add kurtosis engine logs command that dumps logs for all engines in target dir (#313) (cbb588c)
  • result of add service contains a name property (#314) (af8ca5f)
  • Tunnel remote APIC port to local machine using Kurtosis Portal (#295) (4c3ba69)

Bug Fixes

  • add example historical version (#150) (1548489)
  • be clear about the engine that is being started (#282) (5bc1b79)
  • Fix starlark value reference bug (#322) (63f6626)
  • name all args for add_services instruction in quickstart (#316) (d413826)
  • reformat build prereqs in readme (#290) (c286151)

v0.70.0

22 Mar 20:09
8909eb2
Compare
Choose a tag to compare

0.70.0 (2023-03-22)

⚠ BREAKING CHANGES

  • This is a breaking change where we are removing the ExecRecipe.service_name, GetHttpRequestRecipe.service_name, and PostHttpRequestRecipe.service_name fields, we suggest users pass this value as an argument in the exec, request and wait instructions where this type is currently used. We are also deprecating the previous exec, request, and wait instructions signature that haven't the service_name field, users must add this field on these instructions call. Another change is that now the service_name field on the exec, request, and wait instructions is mandatory (#301)

Features

  • Kurtosis backend can now connect to a remote Docker backend (#285) (98b04c8)
  • This is a breaking change where we are removing the ExecRecipe.service_name, GetHttpRequestRecipe.service_name, and PostHttpRequestRecipe.service_name fields, we suggest users pass this value as an argument in the exec, request and wait instructions where this type is currently used. We are also deprecating the previous exec, request, and wait instructions signature that haven't the service_name field, users must add this field on these instructions call. Another change is that now the service_name field on the exec, request, and wait instructions is mandatory (#301) (eb7e88f)

v0.69.2

22 Mar 16:28
77303dc
Compare
Choose a tag to compare

0.69.2 (2023-03-22)

Features

v0.69.1

22 Mar 11:56
a1b0794
Compare
Choose a tag to compare

0.69.1 (2023-03-22)

Features

  • Add context root command and simple ls subcommand (#241) (4097c25)

v0.68.13

16 Mar 20:48
53653be
Compare
Choose a tag to compare

0.68.13 (2023-03-16)

Features

  • made the content-type field optional in PostHttpRequestRecipe (#222) (d551398)

Bug Fixes

  • add trailing commas to Starlark code (#218) (1bd050c)
  • collapse current behavior into background+motivation (#216) (853aa5d)
  • print the upgrade CLI warning at most hourly (#224) (f40ee90)
  • refer to the new repo name in remote subpackage tests (#225) (cd81f2e)

v0.68.12

15 Mar 12:42
6d40488
Compare
Choose a tag to compare

0.68.12 (2023-03-15)

Bug Fixes

  • wait instruction hanging forever when service_name field is not passed (#197) (826f072)

v0.68.11

15 Mar 11:59
2649a73
Compare
Choose a tag to compare

0.68.11 (2023-03-15)

Features

  • colorize RUNNING|STOPPED statuses for Enclaves And Containers (#178) (8254c7f)

Bug Fixes

  • remove api container stuff & colorize keys (#195) (9ccb910)

v0.68.10

15 Mar 07:21
2e9000e
Compare
Choose a tag to compare

0.68.10 (2023-03-15)

Bug Fixes

  • Tag docker images correctly after Kudet removal (#206) (2e594a4)