Skip to content

Releases: mhedgpeth/cafe

Made version? comparison more tolerant

20 Jun 01:18
Compare
Choose a tag to compare
Pre-release

Fixes #34

Cafe pauses during chef runs

19 Jun 12:24
Compare
Choose a tag to compare
Pre-release

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

16 May 03:34
Compare
Choose a tag to compare

Better messaging, config management

10 May 03:03
Compare
Choose a tag to compare
Pre-release

#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

04 May 18:50
Compare
Choose a tag to compare
0.8.0-beta Pre-release
Pre-release
  • #18 changed upgrade by introducing cafe.Updater as a service that manages upgrades

Support for D: installations

21 Apr 18:58
Compare
Choose a tag to compare
Pre-release

This release fully supports installing cafe and chef on D:

Support for Windows Server 2008 and 2012

10 Mar 16:20
Compare
Choose a tag to compare

This adds support for Windows Server 2008 and 2012

v0.5.2 Bugfix

06 Mar 13:57
Compare
Choose a tag to compare
v0.5.2 Bugfix Pre-release
Pre-release

Fixed #11 where not enough arguments were passed in

v0.5.1 added remote execution, different install locations

05 Mar 00:56
Compare
Choose a tag to compare

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

23 Jan 05:56
Compare
Choose a tag to compare
Pre-release
  • Added cafe inspec status to view the status of the inspec installation