Releases: kurtosis-tech/kurtosis
Releases · kurtosis-tech/kurtosis
v0.71.1
v0.71.0
0.71.0 (2023-03-29)
⚠ BREAKING CHANGES
- rename the argument
name
toservice_name
forupdate_service
,remove_service
andadd_service
(#360)
Features
- Automatically map all service ports to local ports post Starlark run and service add (#363) (7906aee)
- rename the argument
name
toservice_name
forupdate_service
,remove_service
andadd_service
(#360) (c80d3c0), closes #200
Bug Fixes
v0.70.7
v0.70.6
v0.70.5
v0.70.4
v0.70.3
v0.70.2
v0.70.1
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
v0.70.0
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)