File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
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
11
11
permissions :
12
12
actions : write
13
13
checks : write
52
52
brew update
53
53
brew upgrade virtualbox
54
54
- name : Install Chef
55
- uses : actionshub/chef-install@2 .0.4
55
+ uses : actionshub/chef-install@3 .0.0
56
56
- name : kitchen
57
- uses : actionshub/test-kitchen@2.1 .0
57
+ uses : actionshub/test-kitchen@3.0 .0
58
58
env :
59
59
CHEF_LICENSE : accept-no-persist
60
60
with :
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This file is used to list changes made in each version of the firewall cookbook.
5
5
## Unreleased
6
6
7
7
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
+
8
13
Added support for firewalld zone attribute
9
14
10
15
## 6.3.4 - * 2023-12-21*
Original file line number Diff line number Diff line change 3
3
maintainer_email '[email protected] '
4
4
license 'Apache-2.0'
5
5
description 'Provides a set of primitives for managing firewalls and associated rules.'
6
- version '6.3.4 '
6
+ version '6.3.6 '
7
7
source_url 'https://github.com/sous-chefs/firewall'
8
8
issues_url 'https://github.com/sous-chefs/firewall/issues'
9
9
chef_version '>= 15.5'
You can’t perform that action at this time.
0 commit comments