Set up an instance of Mastodon for Kosmos

Refs #19

Use new application cookbook, update our cookbooks
This commit is contained in:
Greg Karékinian
2017-04-06 21:20:51 +02:00
parent a3f5c5f646
commit de11c0d691
345 changed files with 22591 additions and 3473 deletions

View File

@@ -0,0 +1,25 @@
# Changelog
## v2.2.0
* Add support for Ubuntu 16.04 system packages.
* Support new SCL structure and packages.
## v2.1.1
* Create ChefSpec matchers for the `ruby_gem` resource.
## v2.1.0
* Fix version field for default Ruby runtime.
* Add a `:dummy` provider for `ruby_runtime` for unit testing or complex overrides.
* Improved handling for `bundle exec` in `ruby_execute`.
* New integration test harness.
## v2.0.0
* Initial release (again)!
## v1.0.0
* Pre-history, we do not speak of these times.