Release 4.3.0 of module

This updates the CHANGELOG and the metadata.json ready for a new release.

Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
Ken Barber 2015-06-10 14:49:01 +01:00
parent 9dd94b0b8c
commit a67363f4d3
2 changed files with 15 additions and 1 deletions

View file

@ -4,6 +4,20 @@ Release notes for the puppetlabs-puppetdb module.
------------------------------------------
#### 4.3.0 - 2015/06/10
This is a minor feature release.
Detailed changes:
* Feature: Provide `database_embedded_path` option for overriding HSQLDB file path.
* Feature: Add ability to manage `command_threads`, `store_usage` and `temp_usage`.
* Bug: allow database_validation to be false
* Bug: Fix ordering issues with read_database_ini
* Testing: Fix file_concat dependency and fix rspec warnings
------------------------------------------
#### 4.2.1 - 2015/04/07
This is a minor bugfix release.

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppetdb",
"version": "4.2.1",
"version": "4.3.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",