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 49e35a9 commit 47862abCopy full SHA for 47862ab
CHANGELOG.md
@@ -2,6 +2,14 @@ runit Cookbook CHANGELOG
2
========================
3
This file is used to list changes made in each version of the runit cookbook.
4
5
+v1.5.0
6
+------
7
+### Improvement
8
+- **[COOK-3267] - Improve testing suite in runit cookbook
9
+- Updating test-kitchen harness
10
+- Cleaning up style for rubocop
11
+
12
13
v1.4.4
14
------
15
fixing metadata version error. locking to < 3.0
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.4.7'
+version '1.5.0'
recipe 'runit', 'Installs and configures runit'
0 commit comments