We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e231e8d commit 8fc9ba2Copy full SHA for 8fc9ba2
CHANGELOG.md
@@ -3,6 +3,11 @@ runit Cookbook CHANGELOG
3
This file is used to list changes made in each version of the runit cookbook.
4
5
6
+v1.4.0
7
+------
8
+[COOK-3560] Allow the user to configure runit's timeout (-w) and verbose (-v) settings
9
+
10
11
v1.3.0
12
------
13
### Improvement
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs runit and provides runit_service definition"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.3.1"
+version "1.4.0"
recipe "runit", "Installs and configures runit"
0 commit comments