From 3d5f410dbc1642293244a021b067a94bab535841 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:20:45 -0800 Subject: [PATCH 1/4] Standardise files with files in sous-chefs/repo-management (#787) --- CHANGELOG.md | 2 ++ chefignore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b098f761..8b071d12f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the jenkins cookbook. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 9.5.2 - *2022-03-28* - Fix permissions on reusable workflow diff --git a/chefignore b/chefignore index cc170ea79e..a27b0b258c 100644 --- a/chefignore +++ b/chefignore @@ -61,7 +61,7 @@ Dangerfile examples/* features/* Guardfile -kitchen.yml* +kitchen*.yml mlc_config.json Procfile Rakefile From 78a30b59a49280c6655d373d038751212dc699b6 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:20:48 -0800 Subject: [PATCH 2/4] Update changelog for 9.5.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b071d12f8..9d6dca1d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of the jenkins cookbook. -## Unreleased +## 9.5.3 - *2022-12-02* Standardise files with files in sous-chefs/repo-management From f3dc5fcdfe73c8b9541e6d069774a65ba860fc27 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:20:49 -0800 Subject: [PATCH 3/4] Update metadata for 9.5.3 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8d91b2aefc..4801cc1473 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs and configures Jenkins CI master & slaves' -version '9.5.2' +version '9.5.3' source_url 'https://github.com/sous-chefs/jenkins' issues_url 'https://github.com/sous-chefs/jenkins/issues' chef_version '>= 13.0' From 4bd3e4f1e081ae9840061950179a8d611a7cadf3 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:20:51 -0800 Subject: [PATCH 4/4] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6dca1d32..ab114f2c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of the jenkins cookbook. +## Unreleased + ## 9.5.3 - *2022-12-02* Standardise files with files in sous-chefs/repo-management