Skip to content

Commit

Permalink
Merge pull request #342 from ripienaar/0_30_2
Browse files Browse the repository at this point in the history
(misc) Release 0.30.2
  • Loading branch information
ripienaar authored Feb 3, 2024
2 parents bdff976 + 8a7b6fd commit de82e19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
|Date |Issue|Description |
|----------|-----|---------------------------------------------------------------------------------------------------------|
|2024/02/03| |Release 0.30.2 |
|2024/01/08|339 | Use modern APT keyrings on Debian family |
|2023/12/27|336 |Ensure tasks from non-production environments actually work |
|2023/10/06| |Release 0.30.1 |
|2023/09/18|331 |Adds the architecture parameter to remove warnings about unsupported architectures |
|2023/09/18| |Release 0.30.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.27.0+%{facts.os.distro.codename}"
choria::version: "0.28.0+%{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.27.0"
choria::version: "0.28.0"
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-choria",
"version": "0.30.1",
"version": "0.30.2",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"summary": "Install and manage the Choria plugin for MCollective",
Expand All @@ -11,12 +11,12 @@
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 9.0.0 < 10.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 9.2.0 < 10.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 9.0.0 < 10.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.22.0 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.14.4 < 2.0.0" },
{ "name": "choria/mcollective_agent_puppet", "version_requirement": ">= 2.4.2" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.22.1 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.14.5 < 2.0.0" },
{ "name": "choria/mcollective_agent_puppet", "version_requirement": ">= 2.4.3" },
{ "name": "choria/mcollective_agent_package", "version_requirement": ">= 5.4.0" },
{ "name": "choria/mcollective_agent_service", "version_requirement": ">= 4.0.1" },
{ "name": "choria/mcollective_agent_filemgr", "version_requirement": ">= 2.0.1" },
{ "name": "choria/mcollective_agent_filemgr", "version_requirement": ">= 2.0.2" },
{ "name": "choria/mcollective_util_actionpolicy", "version_requirement": ">= 3.0.0" }
],
"operatingsystem_support": [
Expand Down

0 comments on commit de82e19

Please sign in to comment.