From 67f589287d737dd9ce2dd450d06e137d613cfeac Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:49:07 +0100 Subject: [PATCH 01/20] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dff495..e2f4148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## Unreleased + ## 5.0.5 - *2023-09-04* ## 5.0.4 - *2023-09-04* From b1c9564d7abdc44358e0ea616b7956288689b069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:56:52 +0800 Subject: [PATCH 02/20] Update sous-chefs/.github action to v2.0.6 (#102) 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 7919eec..3da5278 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@2.0.5 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6 permissions: actions: write checks: write From 837217eb131ff5ea9b78714bd7c308b25fb08a1d Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:56:55 +0100 Subject: [PATCH 03/20] Update changelog for 5.0.6 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f4148..ab554b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 5.0.6 - *2023-09-28* ## 5.0.5 - *2023-09-04* From eb1f322ffd7fac0049e8e1672ede26c141c1c68c Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:56:56 +0100 Subject: [PATCH 04/20] Update metadata for 5.0.6 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index b2b91b8..b23963d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Provides resources to help install and configure stunnel' source_url 'https://github.com/sous-chefs/stunnel' issues_url 'https://github.com/sous-chefs/stunnel/issues' -version '5.0.5' +version '5.0.6' chef_version '>= 13' supports 'ubuntu' From bf8243e77ad34c16fc5264c1fdf91c2d6b32a246 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:56:58 +0100 Subject: [PATCH 05/20] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab554b5..c34823b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## Unreleased + ## 5.0.6 - *2023-09-28* ## 5.0.5 - *2023-09-04* From 7077e5e737e49a2aa967ee67667dc9878d235ace Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:36:44 +0000 Subject: [PATCH 06/20] Update standard files Signed-off-by: Dan Webb --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7e7a8ba..a0b29c8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "packageRules": [{ + "packageRules": [ + { "groupName": "Actions", - "matchUpdateTypes": ["patch", "pin", "digest"], + "matchUpdateTypes": ["minor", "patch", "pin"], "automerge": true, "addLabels": ["Release: Patch", "Skip: Announcements"] }, From f38d61152832a3a51e8b4180df0f50f2af339e74 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:49:57 +0000 Subject: [PATCH 07/20] Update standardfiles Signed-off-by: Dan Webb --- .github/workflows/md-links.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/md-links.yml diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml deleted file mode 100644 index ea6d032..0000000 --- a/.github/workflows/md-links.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: md-links - -"on": - pull_request: - push: - branches: [main] - -jobs: - md-links: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - use-verbose-mode: "yes" - folder-path: "documentation" From 328375a1fdd44c45b6f7c9d2fa72dc6781e533aa Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 13:26:22 +0000 Subject: [PATCH 08/20] Update lint-unit to v3 --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da5278..5e9fe7e 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@2.0.6 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 permissions: actions: write checks: write @@ -23,14 +23,14 @@ jobs: strategy: matrix: os: - - 'centos-7' - - 'rockylinux-8' - - 'debian-9' - - 'debian-10' - - 'debian-11' - - 'ubuntu-1804' - - 'ubuntu-2004' - - 'ubuntu-2204' + - "centos-7" + - "rockylinux-8" + - "debian-9" + - "debian-10" + - "debian-11" + - "ubuntu-1804" + - "ubuntu-2004" + - "ubuntu-2204" suite: - "source" - "certificates" From 5686fe2afc6728012e60fbba8b9f748994e4be83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:02:02 -0500 Subject: [PATCH 09/20] Update sous-chefs/.github action to v3.1.1 (#106) 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 5e9fe7e..be93a9f 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 27e3b2d4d46ec3a6193e6e4c2e0184f9e44b02a2 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:07 +0100 Subject: [PATCH 10/20] Update changelog for 5.0.7 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34823b..9b690fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 5.0.7 - *2024-05-06* ## 5.0.6 - *2023-09-28* From ca77cc5da3392538132d8c104c5dfad3207ac405 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:07 +0100 Subject: [PATCH 11/20] Update metadata for 5.0.7 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index b23963d..7073995 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Provides resources to help install and configure stunnel' source_url 'https://github.com/sous-chefs/stunnel' issues_url 'https://github.com/sous-chefs/stunnel/issues' -version '5.0.6' +version '5.0.7' chef_version '>= 13' supports 'ubuntu' From d27ed14f8152e1d16a4b937e73a81bfdece3be30 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:11 +0100 Subject: [PATCH 12/20] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b690fb..c92570e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## Unreleased + ## 5.0.7 - *2024-05-06* ## 5.0.6 - *2023-09-28* From 499722fb3fa08378dc849871a1a62eec804aa8c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:09:56 -0500 Subject: [PATCH 13/20] Update Actions (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/stale.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be93a9f..1e0f4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,9 @@ jobs: - name: Check out code uses: actions/checkout@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 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4bb59c6..d4dae8f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} close-issue-message: > From f8bf5daac13b73ee70e8894e3a9b0704bc86fb3e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:10:00 +0100 Subject: [PATCH 14/20] Update changelog for 5.0.8 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c92570e..e87b50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 5.0.8 - *2024-05-06* ## 5.0.7 - *2024-05-06* From 5fc36d6866561fcdd3ed7e4845710249c29c3f23 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:10:01 +0100 Subject: [PATCH 15/20] Update metadata for 5.0.8 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 7073995..d4c3df7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Provides resources to help install and configure stunnel' source_url 'https://github.com/sous-chefs/stunnel' issues_url 'https://github.com/sous-chefs/stunnel/issues' -version '5.0.7' +version '5.0.8' chef_version '>= 13' supports 'ubuntu' From 2d908090f885a865998a07a2111ff1071e3a75f1 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 19:10:05 +0100 Subject: [PATCH 16/20] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e87b50c..2ea1cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## Unreleased + ## 5.0.8 - *2024-05-06* ## 5.0.7 - *2024-05-06* From 58325a23c65fdbd8f5d5ca11228dbd604785c453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:40:41 -0600 Subject: [PATCH 17/20] Update actionshub/chef-install action to v3.0.1 (#107) 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 1e0f4e9..7841ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Install Chef - uses: actionshub/chef-install@3.0.0 + uses: actionshub/chef-install@3.0.1 - name: Dokken uses: actionshub/test-kitchen@3.0.0 env: From 3794ebc5971bb92223d92d4679d6fb27a6bfe8c5 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:40:46 +0800 Subject: [PATCH 18/20] Update changelog for 5.0.9 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea1cce..5cc9ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 5.0.9 - *2024-12-05* ## 5.0.8 - *2024-05-06* From 232dc6929941d7834f418321ae639ef5f7a4f5df Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:40:47 +0800 Subject: [PATCH 19/20] Update metadata for 5.0.9 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index d4c3df7..177a1ea 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Provides resources to help install and configure stunnel' source_url 'https://github.com/sous-chefs/stunnel' issues_url 'https://github.com/sous-chefs/stunnel/issues' -version '5.0.8' +version '5.0.9' chef_version '>= 13' supports 'ubuntu' From ca4e0bf59d7f6abd2c73fffca116a3b26f56585f Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:40:50 +0800 Subject: [PATCH 20/20] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc9ef3..494f627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## Unreleased + ## 5.0.9 - *2024-12-05* ## 5.0.8 - *2024-05-06*