Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 6.96 KB

changelog.md

File metadata and controls

51 lines (50 loc) · 6.96 KB

Changelog - 1.0.1

Release Summary

  • Fixes to allow us to test Chef 11 and Chef 10 in Travis, based on the Chefspec way.

Changelog - 1.0.0

Release Summary

  • chef-rundeck is under new management (GitHub org name is 'oswaldlabs'). We use it at work in production and we are serious about maintaining it. If you have suggestions or code that you would like to contribute, particularly if it improves our test coverage, please send us a pull request or open a GitHub issue.
  • A basic functioning test suite that builds under Travis-CI and Ruby 1.9.2/1.9.3, connects to a Hosted Chef organization and generates a simple Rundeck resource model. ("rake spec" to test it for yourself!)
  • chef-rundeck should now drop a pidfile at startup and remove it during normal shutdown.
  • Chef node tags now appear as tags in the generated Rundeck resource model. (Thanks, giorgio-v!)

Detailed Changes