Skip to content

Commit

Permalink
Merge pull request #260 from chef/antima/update-changelog
Browse files Browse the repository at this point in the history
Updated CHANGELOG and version.
  • Loading branch information
damacus committed Apr 26, 2022
2 parents fe98b24 + 93f3982 commit c80eb38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 5.1.7 (2022-04-25)

- Make call to shell_out compatible with Ruby 3

## 5.1.6 (2020-06-30)

- Add resource_name and allowed_actions to the resource for compatibility with more Chef Infra Client releases- [@tas50](https://github.com/tas50)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs runit and provides runit_service resource'
version '5.1.6'
version '5.1.7'

%w(ubuntu debian centos redhat amazon scientific oracle enterpriseenterprise zlinux).each do |os|
supports os
Expand Down

0 comments on commit c80eb38

Please sign in to comment.