Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld authored May 6, 2024
2 parents 01ef1e2 + 0688ed2 commit 08fdbd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This file is used to list changes made in each version of the firewall cookbook.
## Unreleased

fix port sorting in generated firewall rules file

## 6.3.6 - *2024-05-06*

## 6.3.5 - *2024-05-06*

Added support for firewalld zone attribute

## 6.3.4 - *2023-12-21*
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Provides a set of primitives for managing firewalls and associated rules.'
version '6.3.4'
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'
Expand Down

0 comments on commit 08fdbd6

Please sign in to comment.