[Release] Kurtosis 0.80.23 #1032
leeederek
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest release is
0.80.23
. For a more detailed changelog, visit our docs.Important Metrics Announcement
As of Kurtosis
0.80.23
, Starlark package names will no longer be obfuscated in the metrics we collect by default from our users. The Starlark package name is defined in thekurtosis.yml
. This change will enable our team to better understand how and where Kurtosis is being used so that we can productively engage and improve Kurtosis for our users. The decision behind this change was not made lightly as we still firmly stand by our promise to: never give away or sell user data, keep user IDs anonymous, and obfuscate potentially sensitive parameters (aside from Starlark package names now), as stated in our Metrics Philosophy. Users can, at any time, opt-out of metrics collection by switching off analytics usingkurtosis analytics disable
.Features
kurtosis cloud add
CLI command, which enables users to create new cloud instances in our managed cloud infrastructure from the terminal. AKURTOSIS_CLOUD_API_KEY
is required. Note that the preferred way fkr using Kurtosis Kloud is through our web-app.kurtosis import
CLI command, which enables a user to start up an enclave with an existingdocker-compose.yml
file. Currently, this command supports the following keys from docker-compose:environment:
, volume bind mounts, ports, image, entrypoint/command, andreservations: cpu
.kurtosis cloud load $INSTANCE_ID
which enables a user to load the necessary cloud configuration files from the cloud and automatically switches the context for self-service usage of Kurtosis Kloud. Note that the preferred way for using Kurtosis Kloud is through our web-app.ServiceConfig
object and Kurtosis will update both the service(s) and any dependent instructions (e.g.exec
,wait
instructions) without having to re-instantiate an entirely new enclave and its services from scratch.Improvements
kurtosis enclave rm
. For example, given 3 enclaves namedenclave-a
,enclave-b
, andenclave-c
, a user can simply runkurtosis enclave rm enclave-a enclave-c
to removeenclave-a
andenclave-c
only, leavingenclave-b
untouched.Bug Fixes
kurtosis engine logs
would fail to output the engine logs.successfully executed Starlark instruction
despite an instruction failing.Beta Was this translation helpful? Give feedback.
All reactions