Showing with 11 additions and 2 deletions.
  1. +3 −0 .travis.yml
  2. +6 −0 CHANGELOG.md
  3. +2 −2 metadata.json
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: ruby
matrix:
include:
# 2018.1.11
- rvm: 2.4.9
env: PUPPET_VERSION=5.5.17
# 2017.3.1
- rvm: 2.4.1
env: PUPPET_VERSION=5.3.1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2019-12-27 - Release 0.7.3

## Summary

- Updating version to be compatible with Puppet 5

## 2019-06-20 - Release 0.7.2

### Summary
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WhatsARanjit-node_manager",
"version": "0.7.2",
"version": "0.7.3",
"author": "WhatsARanjit",
"summary": "Create and manage PE Console node groups as resources.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.7.1 < 6.0.0"
"version_requirement": ">= 3.7.1 < 7.0.0"
}
],
"description": "Node_manager module"
Expand Down