Skip to content

Commit

Permalink
[puppetsync] Clean up for linters
Browse files Browse the repository at this point in the history
Clean up files distributed by puppetsync for various linters.

Also fix a quoting issue in create-github-release action.
  • Loading branch information
silug committed Sep 5, 2024
1 parent 9db0930 commit b0d618c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Sep 05 2024 Steven Pritchard <[email protected]> - 6.19.0
- [puppetsync] Add EL9 support

* Wed Jul 10 2024 Steven Pritchard <[email protected]> - 6.18.2
- Fix calls to `FileUtils.mkdir_p` to work on Ruby 3

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": "simp-ssh",
"version": "6.18.2",
"version": "6.19.0",
"author": "SIMP Team",
"summary": "Manage ssh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/oath",
Expand Down

0 comments on commit b0d618c

Please sign in to comment.