Skip to content

Commit

Permalink
(PDB-1382) Add release notes for 4.2.0
Browse files Browse the repository at this point in the history
This commit prepares the module for a 4.2.0 release by adding a
pmtignore file to exclude tests from the module build process and by
adding release notes in the CHANGELOG.
  • Loading branch information
Andrew Roetker committed Apr 2, 2015
1 parent 9f2cdd3 commit 27e1d62
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pmtignore
@@ -0,0 +1 @@
spec/
21 changes: 21 additions & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,27 @@ Release notes for the puppetlabs-puppetdb module.

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

#### 4.2.0 - 2014/04/02

This is a minor feature release.

Detailed Changes:

* Added Puppet 4 compatibility by introspecting the value for `$puppet_confdir`.
* Added `masterless` param switch to enable or disable the masterless setup of PuppetDB.
* Added `manage_package_repo` param which will setup the official PostgreSQL repositories on your host.
* Added FreeBSD support.
* The puppetdb service now restarts if the certificates change.
* `manage_firewall` and `ssl_protocols` are now configurable through the top-level puppetdb class.
* Show the puppetdb server URI scheme in connection errors.
* `test_url` param is now properly passed from the resource to the provider.
* Removed dead PE code and unused variables from the module.
* New parameter `puppetdb_disable_ssl` to enable validation to use cleartext.
* Database validation is now optional via the `database_validate` and `read_database_validate` params.
* Documentation updates to the README and metadata.json.

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

#### 4.1.0 - 2014/11/13

This is a minor feature release.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppetdb",
"version": "4.1.0",
"version": "4.2.0",
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
"source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",
Expand Down

0 comments on commit 27e1d62

Please sign in to comment.