Skip to content

Commit b058fcf

Browse files
authored
Adding Puppet5 tests (#50)
1 parent fb21261 commit b058fcf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: ruby
22
matrix:
33
include:
4+
# 2018.1.11
5+
- rvm: 2.4.9
6+
env: PUPPET_VERSION=5.5.17
47
# 2017.3.1
58
- rvm: 2.4.1
69
env: PUPPET_VERSION=5.3.1

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2019-12-27 - Release 0.7.3
2+
3+
## Summary
4+
5+
- Updating version to be compatible with Puppet 5
6+
17
## 2019-06-20 - Release 0.7.2
28

39
### Summary

Diff for: metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WhatsARanjit-node_manager",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "WhatsARanjit",
55
"summary": "Create and manage PE Console node groups as resources.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)