Release prep for 3.0.0
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,15 +1,16 @@
|
|||||||
## Supported Release 2.1.0
|
## Supported Release 3.0.0
|
||||||
### Summary
|
### Summary
|
||||||
This release adds fixes to restore the ability to install Oracle Java. It also
|
This release sees the addition of an upgrade to Puppet 4. It also adds fixes to restore the ability to install Oracle Java and fixes the paths for the latest RHEL 7 1.7.0 and 1.8.0 OpenJDKs.
|
||||||
fixes the paths for the latest RHEL 7 1.7.0 and 1.8.0 OpenJDKs.
|
|
||||||
|
|
||||||
### Added
|
#### Features
|
||||||
- java::oracle parameter `url`
|
- Addition of multiple Puppet 4 language features including data types, removal of validate_* function calls
|
||||||
- java::oracle parameter `url_hash`
|
|
||||||
|
|
||||||
### Fixed
|
#### Bugfixes
|
||||||
- Let `java_default_home` fact work when /usr/bin/java doesn't exist
|
- Allow a complete URL to be passed to the java::oracle class - [MODULES-5058](https://tickets.puppetlabs.com/browse/MODULES-5058)
|
||||||
- Add puppet 4 parameter types
|
- Update java::oracle class to work with new download URLs - [MODULES-5047](https://tickets.puppetlabs.com/browse/MODULES-5047)
|
||||||
|
- No returns nil if java_bin is not found - [MODULES-4368](https://tickets.puppetlabs.com/browse/MODULES-4368)
|
||||||
|
- Puppet linting fixes
|
||||||
|
- Let `java_default_home` fact work when /usr/bin/java doesn't exist - [MODULES-4368](https://tickets.puppetlabs.com/browse/MODULES-4368)
|
||||||
- Use `/usr/lib/jvm/java-1.x.0` symlinks for `java_home` defaults.
|
- Use `/usr/lib/jvm/java-1.x.0` symlinks for `java_home` defaults.
|
||||||
|
|
||||||
## Supported Release 2.0.0
|
## Supported Release 2.0.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "puppetlabs-java",
|
"name": "puppetlabs-java",
|
||||||
"version": "2.1.0",
|
"version": "3.0.0",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"summary": "Installs the correct Java package on various platforms.",
|
"summary": "Installs the correct Java package on various platforms.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user