Skip to content

Commit

Permalink
(MODULES-6161) - Release Prep for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw committed Nov 30, 2017
1 parent f4a8b6d commit c9edcbd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## Supported Release [2.0.0]
### Summary
This is a roll up of maintainence changes, features and compatibility updates from throughout the year. This release is backwards incompatible because the Puppet version requirements have now changed with the lower Puppet version boundary jumping from 3.0.0 to 4.7.0.

### Added
- Debian 9 entry in 'metadata.json'
- Support for importing pkcs12 files
- Support for removal of key store file on invalid password

### Changed
- Appveyor testing has been enabled
- General maintainence changes via modulessync
- Java-ks is now being managed in modulesync as a cross-platform module
- [FM-6547] Pin JDK installation package to 8.0.152 for Windows
- pkcs12 acceptance tests no longer run on SLES
- CHANGELOG updates
- Travis ruby version to 2.4.0 and 2.1.9
- Upper puppet boundary to Puppet 6.0.0
- Lower puppet boundary to Puppet 4.7.0

### Fixed
- Unit test failures on Windows
- Java 9 support

### Removed
- SLES 10 SP4 entry in 'metadata.json'
- Debian 6 entry in 'metadata.json'
- Windows Server 2003 R2 and Windows 8 entry in 'metadata.json'
- Ubuntu 10.04 and 12.04 entry in 'metadata.json'

## Supported Release 1.6.0
### Summary
The keytool would hang on occasion for unexplained reasons, so keytool executions are wrapped in a timeout that defaults to 120 seconds and is configurable by the `keytool_timeout` parameter.
Expand Down Expand Up @@ -167,3 +197,5 @@ Travis-CI support has also been added to improve testing.


Fixes an issue with ibm java handling input from stdin on SLES

[2.0.0]:https://github.com/puppetlabs/puppetlabs-java_ks/compare/1.6.0...2.0.0
3 changes: 1 addition & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "puppetlabs-java_ks",
"version": "1.6.0",
"version": "2.0.0",
"author": "puppetlabs",
"summary": "Manage arbitrary Java keystore files",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-java_ks.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-java_ks",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [

],
"data_provider": null,
"operatingsystem_support": [
Expand Down

0 comments on commit c9edcbd

Please sign in to comment.