Skip to content

Commit

Permalink
Merge pull request #316 from ripienaar/0_28_2
Browse files Browse the repository at this point in the history
(misc) Release 0.28.2
  • Loading branch information
ripienaar authored Aug 3, 2022
2 parents 10774ac + dc36bf2 commit c9bc443
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
|Date |Issue|Description |
|----------|-----|---------------------------------------------------------------------------------------------------------|
|2022/08/03| |Release 0.28.2 |
|2022/06/23| |Release 0.28.1 |
|2022/06/23|314 |Support code name in debian versions |
|2022/06/23| |Release 0.28.0 |
Expand Down
2 changes: 1 addition & 1 deletion data/os/Debian.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
choria::version: "0.26.0+%{facts.os.distro.codename}"
choria::version: "0.26.1+%{facts.os.distro.codename}"
2 changes: 1 addition & 1 deletion data/os/RedHat.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
choria::version: "0.26.0"
choria::version: "0.26.1"
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-choria",
"version": "0.28.1",
"version": "0.28.2",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"summary": "Install and manage the Choria plugin for MCollective",
Expand All @@ -11,7 +11,7 @@
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.24.0 < 9.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 4.5.1 < 9.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.21.3 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.14.2 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.14.3 < 2.0.0" },
{ "name": "choria/mcollective_agent_puppet", "version_requirement": ">= 2.4.1" },
{ "name": "choria/mcollective_agent_package", "version_requirement": ">= 5.3.0" },
{ "name": "choria/mcollective_agent_service", "version_requirement": ">= 4.0.1" },
Expand Down

0 comments on commit c9bc443

Please sign in to comment.