Skip to content

Commit

Permalink
Update to 5.2, drop Puppet prior to 4.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
waveclaw committed Mar 9, 2019
1 parent a1113fd commit 7f7fffb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2019-03-03 5.2.0
- Update for PDK 1.9.1
- Include fixes for rubocop-caused failures
- More careful logging for missing repositories
- Require Puppet 4.10.12 or later

2019-03-03 5.0.2
- Update for PDK 1.9.0
- Update for PDK 1.9.0

2019-01-03 5.0.1
- kern binary values to 0 or 1 even if set to true or false
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waveclaw-subscription_manager",
"version": "5.1.1",
"version": "5.2.0",
"author": "JD Powell <waveclaw@hotmail.com>",
"summary": "Manage Katello or Satellite registrations.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,11 +46,11 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.5.0"
"version_requirement": ">= 4.10.12"
}
],
"description": "Register CentOS or RHEL to Katello or Satellite 6.",
"pdk-version": "1.9.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.9.1-0-g6945d31"
}
}

0 comments on commit 7f7fffb

Please sign in to comment.