File tree 2 files changed +22
-6
lines changed
2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
16
##2015 -07-20 - Supported Release 1.3.1
2
17
###Summary
3
18
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-java_ks" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manage arbitrary Java keystore files" ,
6
6
"license" : " Apache-2.0" ,
7
7
"source" : " https://github.com/puppetlabs/puppetlabs-java_ks.git" ,
8
8
"project_page" : " https://github.com/puppetlabs/puppetlabs-java_ks" ,
9
9
"issues_url" : " https://tickets.puppetlabs.com/browse/MODULES" ,
10
+ "dependencies" : [
11
+
12
+ ],
13
+ "data_provider" : null ,
10
14
"operatingsystem_support" : [
11
15
{
12
16
"operatingsystem" : " RedHat" ,
93
97
"requirements" : [
94
98
{
95
99
"name" : " pe" ,
96
- "version_requirement" : " >= 3.0.0 < 2015.3 .0"
100
+ "version_requirement" : " >= 3.0.0 < 2015.4 .0"
97
101
},
98
102
{
99
103
"name" : " puppet" ,
100
104
"version_requirement" : " >= 3.0.0 < 5.0.0"
101
105
}
102
106
],
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."
107
108
}
You can’t perform that action at this time.
0 commit comments