Skip to content

Commit

Permalink
1.4.1 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Feb 11, 2016
1 parent 071bbed commit 223cb63
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 36 deletions.
80 changes: 46 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,103 +1,115 @@
##Supported Release 1.4.0
###Summary
## Supported Release 1.4.1
### Summary
This release contains bugfixes around certificate chains and other testing improvements.

#### Bugfixes
- Dont expose keystore content when keystore initally empty.
- Support certificate chains in certificate file.
- Support multiple intermediate certificates in chain.
- Improve cert chain acceptance tests.
- Update to current msync configs.
- Debian 8 support.

## Supported Release 1.4.0
### Summary
This release contains a new option to provide destkeypass. Also contains
bugfixes and a metadata update to support Puppet Enterprise 2015.3.x.

####Features
#### Features
- Adds `destkeypass` option to pass in password when importing into the keystore.
- Adds feature support for JCEKS format and extensions.

####Bugfixes
#### Bugfixes
- Fixes composite title patterns in provider to improve support for Windows.

####Test Improvements
#### Test Improvements
- Improves Windows testing.

##2015-07-20 - Supported Release 1.3.1
###Summary
## 2015-07-20 - Supported Release 1.3.1
### Summary
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.

####Bugfixes
#### Bugfixes
- Fixes Puppet.newtype deprecation warning

##2015-04-14 - Supported Release 1.3.0
###Summary
## 2015-04-14 - Supported Release 1.3.0
### Summary
Remove openssl command line tool from requirements

####Features
#### Features
- Add Windows support and tests

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

This release has test fixes and files synced from modulesync.

##2014-07-10 - Supported Release 1.2.5
## 2014-07-10 - Supported Release 1.2.5
###Summary

This release has bugfixes and test improvements.

####Features
#### Features
- Update tests to use RSpec 2.99 syntax

####Bugfixes
#### Bugfixes
- Remove broken support for puppet:// files.
- Remove incorrect statment of windows support from metadata.json.
- Fix path issue for openssl on solaris 11.

####Known Bugs
#### Known Bugs
* No known bugs

##2014-06-04 - Release 1.2.4
###Summary
## 2014-06-04 - Release 1.2.4
### Summary

This is a compatibility release. No functional changes to this module were made
in this release, just testing infrastructure changes to extend tests to RHEL7
and Ubuntu 14.04

####Features
#### Features

####Bugfixes
#### Bugfixes

####Known Bugs
#### Known Bugs
* No known bugs

##2014-03-04 - Supported Release 1.2.3
###Summary
### Summary

This is a supported release. This release removes a testing symlink that can
cause trouble on systems where /var is on a seperate filesystem from the
modulepath.

####Features
#### Features

####Bugfixes
#### Bugfixes

####Known Bugs
#### Known Bugs
* No known bugs

##2014-03-04 - Supported Release 1.2.2
###Summary
## 2014-03-04 - Supported Release 1.2.2
### Summary

This is a supported release. Only tests and documentation were changed.

####Features
#### Features
- Test changes.
- Documentation changes.

####Bugfixes
#### Bugfixes

####Known Bugs
#### Known Bugs
* No known bugs


##2014-02-12 - Release 1.2.1
## 2014-02-12 - Release 1.2.1

#### Bugfixes
- Updating specs


##2013-09-18 - Release 1.2.0
## 2013-09-18 - Release 1.2.0

### Summary
This release adds `puppet://` URI support, a few bugfixes, and lots of tests.
Expand All @@ -111,7 +123,7 @@ This release adds `puppet://` URI support, a few bugfixes, and lots of tests.
- More acceptance tests, unit tests, and rspec-puppet tests.


##1.1.0
## 1.1.0

This minor feature provides a number of new features:

Expand Down
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-java_ks",
"version": "1.4.0",
"version": "1.4.1",
"author": "puppetlabs",
"summary": "Manage arbitrary Java keystore files",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,7 +56,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
Expand Down

0 comments on commit 223cb63

Please sign in to comment.