Skip to content

Commit

Permalink
release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
southalc committed Jun 28, 2023
1 parent 9bbd244 commit aada6ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Release 0.6.7
- Bugfix. Avoid deprecated has_key function #64. Contributed by traylenator
- Support for Puppet 8.x & puppetlabs/stdlib 9.x #66

## Release 0.6.6
- Bugfix. Update install.pp due to false positive on selinux check #60. Contributed by magarvo
- Support ArchLinux #61. Contributed by traylenator
Expand Down
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "southalc-podman",
"version": "0.6.6",
"version": "0.6.7",
"author": "Chris Southall",
"summary": "Manage podman containers with puppet",
"license": "Apache-2.0",
Expand All @@ -10,19 +10,19 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0 <= 9.0.0"
"version_requirement": ">= 4.1.0 <= 10.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 2.1.0 <= 8.0.0"
"version_requirement": ">= 2.1.0 <= 10.0.0"
},
{
"name": "puppetlabs/selinux_core",
"version_requirement": ">= 1.0.0 <= 2.0.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 4.2.0 <= 6.0.0"
"version_requirement": ">= 4.2.0 <= 7.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 8.0.0"
"version_requirement": ">= 4.10.0 < 9.0.0"
}
],
"pdk-version": "2.3.0",
Expand Down

0 comments on commit aada6ab

Please sign in to comment.