Releases: mhedgpeth/cafe
Made version? comparison more tolerant
Fixes #34
Cafe pauses during chef runs
Addresses #30 which keeps cafe from doing anything while chef is running - this prevents all sorts of bad things that can happen with chef and cafe competing against each other. They should be separate.
Also addresses #33 - if you forgot to stage the product and went to install it, the product would be uninstalled first, then fail. You would be left with an uninstalled product...not good!
Added return: immediately option to installs/upgrades
Fixes #28
Better messaging, config management
#26 When you run a chef run, it shares all the logging in the output
#25 when you update ChefInterval (especially with the cafe
cookbook) it doesn't require a restart. This is important because you want cafe to run chef, but update how often cafe runs chef, and so chef can't restart the cafe server thus killing itself.
This release is very close to being production ready. I'm doing further testing in preproduction environments in the coming days.
0.8.0-beta
- #18 changed upgrade by introducing
cafe.Updater
as a service that manages upgrades
Support for D: installations
This release fully supports installing cafe and chef on D:
Support for Windows Server 2008 and 2012
This adds support for Windows Server 2008 and 2012
v0.5.2 Bugfix
Fixed #11 where not enough arguments were passed in
v0.5.1 added remote execution, different install locations
Addressed the following issue requests:
#9 now you can run these commands against a remote server by appending on: server
at the end of your command
#8 configure where chef/inspec get installed (for those who need to install things on D:
I refactored the help as a part of this release. Now there is only one help command: cafe help
. This simplified how to deal with the optional on:
parameter.
Cafe is now ready to be tested in preproduction environments. I'm working with a company to get it installed in production, and at that point take the beta tag off.
0.4.2-alpha added inspec status
- Added
cafe inspec status
to view the status of the inspec installation