Skip to content

Commit

Permalink
Merge branch 'main' into custom_resources/credentials_file
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Dec 19, 2022
2 parents 4960513 + 5412aab commit 9a53ba5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ This file is used to list changes made in each version of the jenkins cookbook.
- Move credentials_file to a custom resource
- Add the credentials partial for reuse for all credentials resources

## 9.5.4 - *2022-12-08*

- Standardise files with files in sous-chefs/repo-management

## 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
Expand Down
2 changes: 1 addition & 1 deletion chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Dangerfile
examples/*
features/*
Guardfile
kitchen.yml*
kitchen*.yml
mlc_config.json
Procfile
Rakefile
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 and configures Jenkins CI master & slaves'
version '9.5.2'
version '9.5.4'
source_url 'https://github.com/sous-chefs/jenkins'
issues_url 'https://github.com/sous-chefs/jenkins/issues'
chef_version '>= 16'
Expand Down

0 comments on commit 9a53ba5

Please sign in to comment.