Closed alexellis closed 2 years ago
cc @Kern-- / @kzys
I also submitted #83 to update the readme to match the arg change to --disable-smt
@Kern-- thanks for the comment. There is only one binary release available made on 29 May 2019, so that commit I assume is not part of it.
We need a maintainer to cut a new release then. @kzys @samuelkarp WDYT, is anything preventing that happening?
Sounds good to me. Unlike Firecracker Go SDK, the versioning scheme of firectl is not tied to Firecracker. So we can release what we have as 0.2.0.
Are there any chances that there will be a new release?
building from main in the interim works just fine
A new release would be appreciated though
@Tombar that isn't really a suitable solution if using firectl in a project/product which others need to consume. It may be doable for local testing.
Cutting a release is not a big job, neither is making automated binaries appear via a GitHub Action.
If the maintainers want some help, just shout.
A new release has been cut: https://github.com/firecracker-microvm/firectl/releases/tag/v0.2.0
Certain examples fail with an error about the
ht_
field:As per the 1.0 notes:
The renaming of ht_enabled to smt is a breaking change, so firectl doesn't work out of the box with firecracker 1.0 at the moment.
I'd suggest updating it.
Adding
--disable-hyperthreading
works as a workaround whilst we're waiting on a code change / new release here.