Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FM-2347 Release Prep #118

Merged
merged 1 commit into from Apr 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
##2015-04-14 - Supported Release 1.3.0
###Summary
Remove openssl command line tool from requirements

####Features
- Add Windows support and tests

##2014-11-11 - Supported Release 1.2.6
###Summary

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -127,4 +127,4 @@ Development
Puppet Labs modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can’t access the huge number of platforms and myriad hardware, software, and deployment configurations that Puppet is intended to serve.

We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. For more information, see our [module contribution guide.](https://docs.puppetlabs.com/forge/contributing.html)


19 changes: 15 additions & 4 deletions metadata.json
@@ -1,9 +1,9 @@
{
"name": "puppetlabs-java_ks",
"version": "1.2.6",
"version": "1.3.0",
"author": "puppetlabs",
"summary": "Manage arbitrary Java keystore files",
"license": "ASL 2.0",
"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",
Expand Down Expand Up @@ -76,6 +76,18 @@
"6.1",
"7.1"
]
},
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2003 R2",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"7",
"8",
"8.1"
]
}
],
"requirements": [
Expand All @@ -88,8 +100,7 @@
"version_requirement": "3.x"
}
],
"description": "Uses a combination of keytool and openssl to manage entries in a Java keystore.",
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
"dependencies": [

]
}