From 0e90c39ee0aa5ac4c049903e0827316ae7240c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:54:52 -0500 Subject: [PATCH 1/8] Update sous-chefs/.github action to v3.1.1 (#169) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c4a666..046b539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1 permissions: actions: write checks: write From 20fc858f59281143610c2a3d47dc94a6b1d12de3 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 22:54:56 +0100 Subject: [PATCH 2/8] Update changelog for 7.0.24 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3917a06..212e585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of the cron cookbook. -## Unreleased +## 7.0.24 - *2024-05-02* ## 7.0.23 - *2023-12-21* From 3dbc68830e14e949547e8dff7335e8bbaae3c034 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 22:54:57 +0100 Subject: [PATCH 3/8] Update metadata for 7.0.24 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8db7ae9..f7e9e4d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs cron' -version '7.0.23' +version '7.0.24' source_url 'https://github.com/sous-chefs/cron' issues_url 'https://github.com/sous-chefs/cron/issues' chef_version '>= 12.15' From 6bd65974ae8af282aa8a3226c1a9deccbbde02d0 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 22:55:00 +0100 Subject: [PATCH 4/8] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212e585..5ea1995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of the cron cookbook. +## Unreleased + ## 7.0.24 - *2024-05-02* ## 7.0.23 - *2023-12-21* From 7bcec76819dcd90f49af8393d05fd82822cad40d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:01:25 -0500 Subject: [PATCH 5/8] Update Actions to v3 (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 046b539..500f6a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,9 @@ jobs: - name: Check out code uses: actions/checkout@v4 # v4 - name: Install Chef - uses: actionshub/chef-install@2.0.4 + uses: actionshub/chef-install@3.0.0 - name: Dokken - uses: actionshub/test-kitchen@2.1.0 + uses: actionshub/test-kitchen@3.0.0 env: CHEF_LICENSE: accept-no-persist KITCHEN_LOCAL_YAML: kitchen.dokken.yml From 09255ad0e936f6aafc64a4e4a6b2d387b140120e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 23:01:29 +0100 Subject: [PATCH 6/8] Update changelog for 7.0.25 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea1995..b5f61a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of the cron cookbook. -## Unreleased +## 7.0.25 - *2024-05-02* ## 7.0.24 - *2024-05-02* From 4b38983e48c65a841bf3b1e32f47ced32a8bf468 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 23:01:30 +0100 Subject: [PATCH 7/8] Update metadata for 7.0.25 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index f7e9e4d..e2e7ac4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs cron' -version '7.0.24' +version '7.0.25' source_url 'https://github.com/sous-chefs/cron' issues_url 'https://github.com/sous-chefs/cron/issues' chef_version '>= 12.15' From a8d849c847845e6afcde43f43548d2e008d97e42 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 May 2024 23:01:33 +0100 Subject: [PATCH 8/8] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f61a8..acfbc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of the cron cookbook. +## Unreleased + ## 7.0.25 - *2024-05-02* ## 7.0.24 - *2024-05-02*