Skip to content

Commit

Permalink
Remove support of puppet 4 and puppet 5 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
webalexeu authored Sep 10, 2024
1 parent 7987459 commit fe32bd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## Release 1.6.0 (2024-09-10)

[Full Changelog](https://github.com/webalexeu/puppet-windows_firewall/compare/v1.5.2...v1.6.0)

**Features**

*Breaking changes*:
- Remove support for Puppet 4
- Remove support for Puppet 5

**Bugfixes**

**Known Issues**

## Release 1.5.2 (2024-09-02)

[Full Changelog](https://github.com/webalexeu/puppet-windows_firewall/compare/v1.5.1...v1.5.2)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webalex-windows_firewall",
"version": "1.5.2",
"version": "1.6.0",
"author": "webalex",
"summary": "Manage the windows firewall with Puppet",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 9.0.0"
"version_requirement": ">= 6.0.0 < 9.0.0"
}
],
"pdk-version": "3.2.0",
Expand Down

0 comments on commit fe32bd2

Please sign in to comment.