Skip to content

Releases: kurtosis-tech/kurtosis

v0.71.1

29 Mar 17:06
767ac83
Compare
Choose a tag to compare

0.71.1 (2023-03-29)

Features

  • add a timestamp at the end of dump dir if default is chosen (#386) (6e1898e)
  • best effort autocomplete for service logs after engine restart (#374) (e2fb47c), closes #373

Bug Fixes

v0.71.0

29 Mar 10:54
7d14797
Compare
Choose a tag to compare

0.71.0 (2023-03-29)

⚠ BREAKING CHANGES

  • rename the argument name to service_name for update_service, remove_service and add_service (#360)

Features

  • Automatically map all service ports to local ports post Starlark run and service add (#363) (7906aee)
  • rename the argument name to service_name for update_service, remove_service and add_service (#360) (c80d3c0), closes #200

Bug Fixes

  • Fixed broken quickstart code block (#339) (00f5cd2)
  • Improve error message when cloning a git repo failed (#375) (9702621)

v0.70.7

28 Mar 17:41
cba05e8
Compare
Choose a tag to compare

0.70.7 (2023-03-28)

Bug Fixes

v0.70.6

28 Mar 16:19
d59f674
Compare
Choose a tag to compare

0.70.6 (2023-03-28)

Features

Bug Fixes

  • fix typo in reindex workflow (#357) (8900ff2)
  • remove file paths from error message (#256) (cb603d8)
  • remove trailing errors after starlark execution (#257) (724ac35)

v0.70.5

28 Mar 12:16
ac5f155
Compare
Choose a tag to compare

0.70.5 (2023-03-28)

Features

  • Print the running engine version while running Kurtosis Version (#346) (9ef03cb)

v0.70.4

28 Mar 11:38
769296e
Compare
Choose a tag to compare

0.70.4 (2023-03-28)

Features

  • Added extra name generation items (#342) (0ed2923)
  • Publish multi-arch image for files-artifacts-expander (#344) (9e2b369)

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)