Skip to content

Commit 953753d

Browse files
author
Helen
committed
Merge pull request #139 from puppetlabs/1.4.x
1.4.x mergeback
2 parents c2533bf + 7321599 commit 953753d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
##Supported Release 1.4.0
2+
###Summary
3+
This release contains a new option to provide destkeypass. Also contains
4+
bugfixes and a metadata update to support Puppet Enterprise 2015.3.x.
5+
6+
####Features
7+
- Adds `destkeypass` option to pass in password when importing into the keystore.
8+
- Adds feature support for JCEKS format and extensions.
9+
10+
####Bugfixes
11+
- Fixes composite title patterns in provider to improve support for Windows.
12+
13+
####Test Improvements
14+
- Improves Windows testing.
15+
116
##2015-07-20 - Supported Release 1.3.1
217
###Summary
318
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.

metadata.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "puppetlabs-java_ks",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"author": "puppetlabs",
55
"summary": "Manage arbitrary Java keystore files",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-java_ks.git",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-java_ks",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
10+
"dependencies": [
11+
12+
],
13+
"data_provider": null,
1014
"operatingsystem_support": [
1115
{
1216
"operatingsystem": "RedHat",
@@ -93,15 +97,12 @@
9397
"requirements": [
9498
{
9599
"name": "pe",
96-
"version_requirement": ">= 3.0.0 < 2015.3.0"
100+
"version_requirement": ">= 3.0.0 < 2015.4.0"
97101
},
98102
{
99103
"name": "puppet",
100104
"version_requirement": ">= 3.0.0 < 5.0.0"
101105
}
102106
],
103-
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
104-
"dependencies": [
105-
106-
]
107+
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore."
107108
}

0 commit comments

Comments
 (0)