Skip to content

Commit 336a0e2

Browse files
authored
Merge pull request puppetlabs#263 from pmcmaw/paulaTesting
(FM-6503) - Release Prep for 2.2.1
2 parents e6e961e + 6592edd commit 336a0e2

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

CHANGELOG.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## Supported Release 2.1.1
2+
### Summary
3+
This release is a maintenance release that includes a roll up of minor changes.
4+
5+
#### Added
6+
- Basic Arch Linux, Cloud Linux and Ubuntu 17.04 compatibility.
7+
- Metadata bump for Puppet 5.
8+
- Search for matching line with java version.
9+
- ([MODULES-4069](https://tickets.puppet.com/browse/MODULES-4069)) Fail when required params are not available in params.
10+
- A test for java version when java not installed.
11+
- Allow latest archive version as dependency.
12+
13+
#### Changed
14+
- CONTRIBUTING.md document includes updates.
15+
- Removal of Ubuntu 10.04 ad 12.04, Debian 6 in supported versions.
16+
17+
## Supported Release 2.1.0
18+
### Summary
19+
This release adds fixes to restore the ability to install Oracle Java. It also fixes the paths for the latest RHEL 7 1.7.0 and 1.8.0 OpenJDKs.
20+
21+
### Added
22+
- java::oracle parameter `url`
23+
- java::oracle parameter `url_hash`
24+
25+
### Fixed
26+
- Let `java_default_home` fact work when /usr/bin/java does not exist
27+
- Add puppet 4 parameter types
28+
- Use `/usr/lib/jvm/java-1.x.0` symlinks for `java_home` defaults.
29+
130
## Supported Release 2.0.0
231
### Summary
332

@@ -113,7 +142,7 @@ This release adds 3 new facts for determining Java version, adds RHEL alternativ
113142

114143
## 2014-11-11 - Supported Version 1.2.0
115144

116-
### Summary:
145+
### Summary:
117146
This release adds SLES 12 support and is tested for Future Parser Support
118147

119148
#### Bugfixes:
@@ -127,7 +156,7 @@ This release adds SLES 12 support and is tested for Future Parser Support
127156

128157
## 2014-08-25 - Supported Version 1.1.2
129158

130-
### Summary:
159+
### Summary:
131160
This release begins the support coverage of the puppetlabs-java module.
132161

133162
### Bugfixes:
@@ -200,11 +229,11 @@ Scott Schneider <[email protected]>
200229
* Add Solaris support
201230

202231
## 2011-06-16 - Version 0.1.5
203-
Jeff McCune <[email protected]>
232+
Jeff McCune <[email protected]>
204233
* Add Debian based distro (Lucid) support
205234

206235
## 2011-06-02 - Version 0.1.4
207-
Jeff McCune <[email protected]>
236+
Jeff McCune <[email protected]>
208237
* Fix class composition ordering problems
209238

210239
## 2011-05-28 - Version 0.1.3
@@ -221,9 +250,9 @@ Jeff McCune <[email protected]>
221250
* Add validation of class parameters
222251

223252
## 2011-05-24 - Version 0.1.0
224-
Jeff McCune <[email protected]>
253+
Jeff McCune <[email protected]>
225254
* Default to JDK version 6u25
226255

227256
## 2011-05-24 - Version 0.0.1
228-
Jeff McCune <[email protected]>
257+
Jeff McCune <[email protected]>
229258
* Initial release

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java",
3-
"version": "2.0.0",
3+
"version": "2.1.1",
44
"author": "puppetlabs",
55
"summary": "Installs the correct Java package on various platforms.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)