File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ##2015 -07-16 - Supported Release 1.3.1
2
+ ###Summary
3
+ This release updates the metadata for the upcoming release of PE as well as an additional bugfixe.
4
+
5
+ ####Bugfixes
6
+ - Fixes Puppet.newtype deprecation warning
7
+
1
8
##2015 -04-14 - Supported Release 1.3.0
2
9
###Summary
3
10
Remove openssl command line tool from requirements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-java_ks" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manage arbitrary Java keystore files" ,
6
6
"license" : " Apache-2.0" ,
93
93
"requirements" : [
94
94
{
95
95
"name" : " pe" ,
96
- "version_requirement" : " 3.x "
96
+ "version_requirement" : " >= 3.0.0 < 2015.3.0 "
97
97
},
98
98
{
99
99
"name" : " puppet" ,
100
- "version_requirement" : " 3.x "
100
+ "version_requirement" : " >= 3.0.0 < 5.0.0 "
101
101
}
102
102
],
103
103
"description" : " Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore." ,
104
104
"dependencies" : [
105
+
105
106
]
106
107
}
You can’t perform that action at this time.
0 commit comments