From 16d63e30f0e40ffd88f0316c0af4a1c580a57825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:55:09 -0500 Subject: [PATCH 1/8] Update Actions to v3 (#296) 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 c15d34b..cded4c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,9 @@ jobs: brew update brew upgrade virtualbox - name: Install Chef - uses: actionshub/chef-install@2.0.4 + uses: actionshub/chef-install@3.0.0 - name: kitchen - uses: actionshub/test-kitchen@2.1.0 + uses: actionshub/test-kitchen@3.0.0 env: CHEF_LICENSE: accept-no-persist with: From c65f949c431927c5dbb1695047cd68d08c5bd5af Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:55:13 +0100 Subject: [PATCH 2/8] Update changelog for 6.3.5 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2d832..7492a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of the firewall cookbook. -## Unreleased +## 6.3.5 - *2024-05-06* Added support for firewalld zone attribute From b88a1b863c474c9947c98d8a4978fa2015f8ffc5 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:55:14 +0100 Subject: [PATCH 3/8] Update metadata for 6.3.5 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index c0fa255..2ee17a6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides a set of primitives for managing firewalls and associated rules.' -version '6.3.4' +version '6.3.5' source_url 'https://github.com/sous-chefs/firewall' issues_url 'https://github.com/sous-chefs/firewall/issues' chef_version '>= 15.5' From 6ab3e16e005f7188e41832461ad4a371931bacb1 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:55:17 +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 7492a52..1fef2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of the firewall cookbook. +## Unreleased + ## 6.3.5 - *2024-05-06* Added support for firewalld zone attribute From dcf9e92d6fc915adb9895a3cff7b261d7f9d8825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:56:14 -0500 Subject: [PATCH 5/8] Update sous-chefs/.github action to v3.1.1 (#295) 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 cded4c8..59891eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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 38639035db80389092e755b56fa0ae51a2479109 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:56:18 +0100 Subject: [PATCH 6/8] Update changelog for 6.3.6 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fef2ec..9c27ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of the firewall cookbook. -## Unreleased +## 6.3.6 - *2024-05-06* ## 6.3.5 - *2024-05-06* From 6e424a4e73b029807aa3d5fe4485b47975806882 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:56:19 +0100 Subject: [PATCH 7/8] Update metadata for 6.3.6 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 2ee17a6..74b5a26 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides a set of primitives for managing firewalls and associated rules.' -version '6.3.5' +version '6.3.6' source_url 'https://github.com/sous-chefs/firewall' issues_url 'https://github.com/sous-chefs/firewall/issues' chef_version '>= 15.5' From 0688ed201fb3914a8c7e3f35e7cc68d950ea24fe Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 6 May 2024 17:56:22 +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 9c27ec3..dedefc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of the firewall cookbook. +## Unreleased + ## 6.3.6 - *2024-05-06* ## 6.3.5 - *2024-05-06*