Skip to content

Commit

Permalink
Merge pull request #139 from puppetlabs/1.4.x
Browse files Browse the repository at this point in the history
1.4.x mergeback
  • Loading branch information
Helen committed Dec 8, 2015
2 parents c2533bf + 7321599 commit 953753d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
##Supported Release 1.4.0
###Summary
This release contains a new option to provide destkeypass. Also contains
bugfixes and a metadata update to support Puppet Enterprise 2015.3.x.

####Features
- Adds `destkeypass` option to pass in password when importing into the keystore.
- Adds feature support for JCEKS format and extensions.

####Bugfixes
- Fixes composite title patterns in provider to improve support for Windows.

####Test Improvements
- Improves Windows testing.

##2015-07-20 - Supported Release 1.3.1
###Summary
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.
Expand Down
13 changes: 7 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "puppetlabs-java_ks",
"version": "1.3.1",
"version": "1.4.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": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -93,15 +97,12 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 2015.3.0"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
"dependencies": [

]
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore."
}

0 comments on commit 953753d

Please sign in to comment.