diff --git a/.fixtures.yml b/.fixtures.yml index ab2d177..a17bd0e 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,5 +1,5 @@ fixtures: repositories: - stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git' + stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" symlinks: java: "#{source_dir}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d75c39..541bf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Supported Release 1.4.3 +###Summary + +Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. + +## 2015-10-07 - Supported Release 1.4.2 +### Summary +This release fixes the fact to not trigger java every time on OS X when it is not available. + +#### Bugfixes +- Causes java\_version fact to not run `java` when java is not installed on OS X + ## 2015-07-16 - Supported Release 1.4.1 ### Summary This release updates the metadata for the upcoming release of PE and update params for OEL to match metadata diff --git a/metadata.json b/metadata.json index a39d14f..f8bc5b8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "1.4.1", + "version": "1.4.3", "author": "puppetlabs", "summary": "Installs the correct Java package on various platforms.", "license": "Apache-2.0", @@ -78,7 +78,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.3.0" + "version_requirement": ">= 3.0.0 < 2015.4.0" }, { "name": "puppet",