Skip to content

Releases: trobrock/chefvm

Fix bug preventing update from working

04 Jun 20:24
Compare
Choose a tag to compare

This bug didnt fetch tags with git, so nothing would ever update.

To upgrade to this version if you are experiencing this issue do the following:

pushd ~/.chefvm
git fetch --tags origin
popd
chefvm update

Then you should be on the latest, confirm this by running chefvm version and you should see "1.3.1"

Add Support for export and import

04 Jun 20:19
Compare
Choose a tag to compare

This adds the ability to export configurations and import them into another chefvm install.

Added support for Fish shell

07 Mar 00:19
Compare
Choose a tag to compare

This should enable chefvm to be used in fish shell.

Tab complete config names also

05 Dec 16:14
Compare
Choose a tag to compare

Thanks to @bookest you can now do the following (assuming you have a config name myconfig):

$ chefvm my[TAB]

will complete to:

$ chefvm myconfig

Minor fixes

18 Jul 14:28
Compare
Choose a tag to compare

Minor fixes for exit status by @pdf