Skip to content

Commit ee5f34b

Browse files
committed
1.3.1 release prep
1 parent 862292f commit ee5f34b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
##2015-04-14 - Supported Release 1.3.0
29
###Summary
310
Remove openssl command line tool from requirements

metadata.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java_ks",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "puppetlabs",
55
"summary": "Manage arbitrary Java keystore files",
66
"license": "Apache-2.0",
@@ -93,14 +93,15 @@
9393
"requirements": [
9494
{
9595
"name": "pe",
96-
"version_requirement": "3.x"
96+
"version_requirement": ">= 3.0.0 < 2015.3.0"
9797
},
9898
{
9999
"name": "puppet",
100-
"version_requirement": "3.x"
100+
"version_requirement": ">= 3.0.0 < 5.0.0"
101101
}
102102
],
103103
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
104104
"dependencies": [
105+
105106
]
106107
}

0 commit comments

Comments
 (0)