Skip to content

Commit

Permalink
Merge pull request #30 from hunner/release_1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
hunner committed Sep 18, 2013
2 parents 0f8a3de + a5907b1 commit a9ca11d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Release notes for the puppetlabs-java_ks module

---------------------------------------

2013-09-18 Release 1.2.0
========================

### Summary
This release adds `puppet://` URI support, a few bugfixes, and lots of tests.

### Features
- `puppet://` URI support for the `chain`, `certificate`, and `private_key` parameters

### Bugfixes
- Validate that keystore passwords are > 6 characters (would silent fail before)
- Fixed corrupted keystore PKCS12 files in some cases.
- More acceptance tests, unit tests, and rspec-puppet tests.

1.1.0
=====

Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-java_ks'
version '1.1.0'
version '1.2.0'

author 'puppetlabs'
license 'ASL 2.0'
Expand Down

0 comments on commit a9ca11d

Please sign in to comment.