Skip to content

Commit addb6e0

Browse files
author
Helen Campbell
committed
1.6.0 Release Prep
1 parent 124abf1 commit addb6e0

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Supported Release 1.6.0
2+
### Summary
3+
4+
Addition of a new supported OS, along with several other features and bugfixes.
5+
6+
#### Features
7+
- Ubuntu 16.04 support.
8+
- Addition example for installing Java 8.
9+
- Update to newest modulesync_configs.
10+
- Addition of RedHat for Oracle Java.
11+
12+
#### Bugfixes
13+
- Custom archive type now given extract_path.
14+
- Fix for rspec deprectation warnings.
15+
- Typo fixes for readme.
16+
- Fixed tests to run under strict variables.
17+
- Updated Java package for SLES 11.4.
18+
119
## Supported Release 1.5.0
220
### Summary
321

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"author": "puppetlabs",
55
"summary": "Installs the correct Java package on various platforms.",
66
"license": "Apache-2.0",
@@ -59,7 +59,8 @@
5959
"operatingsystemrelease": [
6060
"10.04",
6161
"12.04",
62-
"14.04"
62+
"14.04",
63+
"16.04"
6364
]
6465
},
6566
{

0 commit comments

Comments
 (0)