Skip to content

Commit c1782b9

Browse files
committed
Release 5.0.1
Signed-off-by: Tim Smith <[email protected]>
1 parent 5d7a9df commit c1782b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This file is used to list changes made in each version of the runit cookbook.
44

5+
## 5.0.1 (2019-02-11)
6+
7+
- Resolve an undefined method error for sv_bin
8+
- Fix the cookbook incorrectly requiring Chef 13 when it now actually requires Chef 14 due to the use of find_resource. Sorry about this everyone.
9+
510
## 5.0.0 (2019-02-04)
611

712
- This cookbook now requires Chef 13 or later. If you are still using Chef 12 please pin to the 4.3.1 release, and also seriously consider upgrading to the latest Chef to receive new features, bug fixes, and security updates in Chef.

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs runit and provides runit_service resource'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '5.0.0'
7+
version '5.0.1'
88

99
recipe 'runit', 'Installs and configures runit'
1010

0 commit comments

Comments
 (0)