From 13cc3d5498458e27af57f242dd39e1898b372bfb Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 5 Mar 2020 15:30:04 -0800 Subject: [PATCH] Release 7.1.2 Signed-off-by: Tim Smith --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf02f2120..1f28b96344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is used to list changes made in each version of the jenkins cookbook. +## 7.1.2 (2020-03-05) + +- Add the actions back to the resources - [@tas50](https://github.com/tas50) +- Add redundant name attributes - [@tas50](https://github.com/tas50) +- Avoid chefspec deprecation warnings - [@tas50](https://github.com/tas50) + ## 7.1.1 (2020-03-05) - Simplify platform check logic - [@tas50](https://github.com/tas50) diff --git a/metadata.rb b/metadata.rb index f616c6e169..a1dc796223 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs and configures Jenkins CI master & slaves' -version '7.1.1' +version '7.1.2' %w(ubuntu debian redhat centos scientific oracle amazon).each do |os| supports os