Sam Berning

Results 26 comments of Sam Berning

I agree that it's no big deal to add the Lima version on its own. But following that line of reasoning, why shouldn't we also add the QEMU version, the...

Was able to reproduce by setting my shell's umask to 077: ``` $ finch --version finch version v0.5.0 $ sudo rm -rf /etc/sudoers.d/finch-lima Password: $ umask 077 $ finch vm...

This is resolved as of v0.6.0: ``` $ finch --version finch version v0.6.0 $ sudo rm -rf /etc/sudoers.d/finch-lima Password: $ umask 077 $ finch vm init INFO[0000] Requesting root access...

^ rebased on latest `develop`. Zac's original branch state is backed up to https://github.com/sam-berning/bottlerocket/tree/zmrow-ebc-src-bin

^ updated ebc to run providers in parallel but apply their results in order, and packaged everything all in one rpm

Looks like the `vmw_backdoor` crate only builds for x86, so the `vmware_guestinfo` provider at least will need to be split out into a different rpm. I think I'll extract the...

^ actually ended up creating a dummy version of the `vmware-guestinfo` provider for arm so that we can keep everything in one package for now. this is technically adding more...

^ rebased on latest `develop` and separated the user data provider interface from `early-boot-config` and from the data providers themselves. also conditionally packaged the vmware data providers only if we're...

the commits probably need to be squashed a bit before we merge but I wanted to keep as much of the history on this PR as possible while we're reviewing....