Skip to content

Commit

Permalink
Switch systemd module and update metadata versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paxri01 committed Feb 10, 2022
1 parent 1188429 commit aed04f4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Development
## 2022-02-10 - Release v0.3.1

- Switch from Travis to GitHub Actions
- Switch from camptocamp-systemd to puppet-systemd.
- Update metadata version requirements.

Contributed by @paxri01

Contributed by Nick Maludy (@nmaludy)

## 2020-09-03 - Release v0.3.0

Expand All @@ -11,3 +13,11 @@
- Added spec tests and puppet strings documentation

Contributed by @alexjfisher


## Development

- Switch from Travis to GitHub Actions

Contributed by Nick Maludy (@nmaludy)

27 changes: 16 additions & 11 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encore-cerebro",
"version": "0.3.0",
"version": "0.3.1",
"author": "encore",
"summary": "Module for managing and configuring Cerebro",
"license": "MIT",
Expand All @@ -10,26 +10,27 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 7.0.0"
"version_requirement": ">= 4.25.0 < 9.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 1.0.0 < 5.0.0"
"version_requirement": ">= 1.0.0 < 7.0.0"
},
{
"name": "puppet/extlib",
"version_requirement": ">= 0.10.4 < 5.0.0"
"version_requirement": ">= 0.10.4 < 7.0.0"
},
{
"name": "camptocamp/systemd",
"version_requirement": ">= 0.4.0 < 3.0.0"
"name": "puppet/systemd",
"version_requirement": ">= 3.1.2 < 4.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
Expand All @@ -41,13 +42,15 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
Expand All @@ -59,14 +62,16 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04",
"20.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.0.0 <6.0.0"
"version_requirement": ">=6.0.0 < 8.0.0"
}
],
"tags": [
Expand Down

0 comments on commit aed04f4

Please sign in to comment.