Skip to content

Commit 08fdbd6

Browse files
authored
Merge branch 'main' into main
2 parents 01ef1e2 + 0688ed2 commit 08fdbd6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: ci
77

88
jobs:
99
lint-unit:
10-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
10+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
1111
permissions:
1212
actions: write
1313
checks: write
@@ -52,9 +52,9 @@ jobs:
5252
brew update
5353
brew upgrade virtualbox
5454
- name: Install Chef
55-
uses: actionshub/chef-install@2.0.4
55+
uses: actionshub/chef-install@3.0.0
5656
- name: kitchen
57-
uses: actionshub/test-kitchen@2.1.0
57+
uses: actionshub/test-kitchen@3.0.0
5858
env:
5959
CHEF_LICENSE: accept-no-persist
6060
with:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This file is used to list changes made in each version of the firewall cookbook.
55
## Unreleased
66

77
fix port sorting in generated firewall rules file
8+
9+
## 6.3.6 - *2024-05-06*
10+
11+
## 6.3.5 - *2024-05-06*
12+
813
Added support for firewalld zone attribute
914

1015
## 6.3.4 - *2023-12-21*

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache-2.0'
55
description 'Provides a set of primitives for managing firewalls and associated rules.'
6-
version '6.3.4'
6+
version '6.3.6'
77
source_url 'https://github.com/sous-chefs/firewall'
88
issues_url 'https://github.com/sous-chefs/firewall/issues'
99
chef_version '>= 15.5'

0 commit comments

Comments
 (0)