(MODULES-4958) prep for 2.0.0 release and some markdown rendering fixes

This commit is contained in:
Eric Putnam
2017-05-24 14:19:31 -07:00
parent 755aab753e
commit 36b3de516f
3 changed files with 86 additions and 64 deletions

View File

@@ -1,3 +1,25 @@
## Supported Release 2.0.0
### Summary
This is a major release including some bug fixes, new parameters, and general module updates.
**This release drops Puppet 3 support**
#### Added
- Debian Stretch, Yakkety Yak, Amazon Linux, Oracle Linux, Scientific Linux CERN compatibility
- `version_major` and `version_minor` parameters for specifying Java SE version to install
- `$JAVA_HOME` now set by the module on compatible systems. The `java_home` parameter is also provided for manual setting. [MODULES-2971](https://tickets.puppetlabs.com/browse/MODULES-2971)
- `proxy_server` and `proxy_type` for choosing a proxy server to get Java from
#### Changed
- Moved lower Puppet version requirement to 4.7.0
#### Fixed
- Module no longer downloads the Java archive on Puppet runs if Java is already installed.
- java_default_home fact is not always correct on oracle packages [MODULES-4050](https://tickets.puppetlabs.com/browse/MODULES-4050)
- Order of operations for archives [MODULES-4751](https://tickets.puppetlabs.com/browse/https://tickets.puppetlabs.com/browse/MODULES-4751)
- Increase Xmx setting for `java_version` fact [MODULES-4736](https://tickets.puppetlabs.com/browse/MODULES-4736)
## Supported Release 1.6.0 ## Supported Release 1.6.0
### Summary ### Summary
@@ -125,7 +147,7 @@ Add support for new versions of Debian and Ubuntu!
## 2014-01-06 - Version 1.1.0 ## 2014-01-06 - Version 1.1.0
####Summary: ### Summary:
Primarily a release for Ubuntu users! Primarily a release for Ubuntu users!
@@ -134,7 +156,7 @@ Primarily a release for Ubuntu users!
- Add `java_home` parameter for centralized setting of JAVA_HOME. - Add `java_home` parameter for centralized setting of JAVA_HOME.
- Add Scientific Linux - Add Scientific Linux
###Bugfixes: #### Bugfixes:
- Plus signs are valid in debian/ubuntu package names. - Plus signs are valid in debian/ubuntu package names.
## 2013-08-01 - Version 1.0.1 ## 2013-08-01 - Version 1.0.1

View File

@@ -1,6 +1,6 @@
{ {
"name": "puppetlabs-java", "name": "puppetlabs-java",
"version": "1.6.0", "version": "1.7.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",