From 93f39828329cc5ac9ae154fc39103451612d2359 Mon Sep 17 00:00:00 2001 From: antima-gupta Date: Tue, 26 Apr 2022 13:05:21 +0530 Subject: [PATCH] Updated changelog and version. Signed-off-by: antima-gupta --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a55c2..74812e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.rb b/metadata.rb index 4334105..9cc0211 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' 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