Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-node_manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-node_manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 28, 2019

  1. Update metadata to indicate compatibility with Puppet 6 (#47)

    Gabriel M. Schuyler authored and WhatsARanjit committed Dec 28, 2019
    Copy the full SHA
    fb21261 View commit details
  2. Copy the full SHA
    b058fcf View commit details
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
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
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",
@@ -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"