Update cookbooks and add wordpress cookbook
This commit is contained in:
@@ -2,6 +2,46 @@ runit Cookbook CHANGELOG
|
||||
========================
|
||||
This file is used to list changes made in each version of the runit cookbook.
|
||||
|
||||
UNRELEASED
|
||||
----------
|
||||
|
||||
v1.7.6
|
||||
----------
|
||||
* Ensure `supervise/ok` named pipe is properly removed when disabling a service, so that it can be enabled again (#166, #167, #172)
|
||||
* Restore `restart_on_update` functionality originally added in [#20](https://github.com/hw-cookbooks/runit/pull/20) and lost in the 1.7.0 refactor.
|
||||
* Update test cookbooks to fix broken tests revealed by restoring `restart_on_update` functionality. Now using socat instead of netcat.
|
||||
|
||||
v1.7.4 (2015-10-13)
|
||||
----------
|
||||
* Ensure the service directory exists so that we will succeed when enabling services (#153)
|
||||
* Fix regression where env directory contents were being deleted when the `env` attribute is empty. (#144, #158)
|
||||
* Add `log_dir` attribute, used only when `default_logger` is true. (#135)
|
||||
* Ensure svlogd configuration is linked into correct path (#83, #135)
|
||||
* Update README and CHANGELOG for v1.7.0 to warn against known regressions (#144, #157)
|
||||
* Avoid mutating resource options for Chef 12 compatability (#147, #150, #156)
|
||||
* Fix regression regarding waiting for the service socket before running (#138, #142)
|
||||
* Reimplement idempotence checks for `runit_service` resources (#137, #141)
|
||||
* Enhance ChefSpec unit test coverage with specs that step into the LWRP (#139)
|
||||
* Deduplicate ServerSpec integration test coverage using example groups (#140)
|
||||
|
||||
v1.7.2 (2015-06-19)
|
||||
----------
|
||||
* Re-add missing runit_service actions start, stop, reload and status
|
||||
|
||||
v1.7.0 (2015-06-18)
|
||||
----------
|
||||
|
||||
**NOTE**: With the benefit of hindsight we can say that the changes contained in
|
||||
this release merit a major version number change. Please be sure to test this
|
||||
new version for compatibility with your systems before upgrading to version 1.7.
|
||||
|
||||
* Modernize runit_service provider by rewriting pure Ruby as LWRP (#107)
|
||||
* Modernize integration tests by rewriting Minitest suites as ServerSpec (#107)
|
||||
* Fix regression in support for alternate sv binary on debian platforms (#92, #123)
|
||||
* Fix regression in default logger's config location (#117)
|
||||
* Tighten permissions on environment variable config files from 0644 to 0640 (#125)
|
||||
* Add `start_down` and `delete_downfile` attributes to support configuring services with default state of 'down' (#105)
|
||||
|
||||
v1.6.0 (2015-04-06)
|
||||
--------------------
|
||||
* Fedora 21 support
|
||||
|
||||
Reference in New Issue
Block a user