diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d0cec35..30bdef022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This file is used to list changes made in each version of the jenkins cookbook. - Pin the last version of Jenkins LTS which uses sysvinit scripts that this cookbook expects. +## 9.5.3 - *2022-12-02* + +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 cc170ea79..a27b0b258 100644 --- a/chefignore +++ b/chefignore @@ -61,7 +61,7 @@ Dangerfile examples/* features/* Guardfile -kitchen.yml* +kitchen*.yml mlc_config.json Procfile Rakefile diff --git a/metadata.rb b/metadata.rb index 8d91b2aef..4801cc147 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'