Select Git revision
CHANGELOG 17.17 KiB
## puppetlabs-puppetdb changelog
Release notes for the puppetlabs-puppetdb module.
#### 5.1.2 - 2016/03/14
This is a minor bugfix release.
Detailed changes:
* Support RHEL upgrades from the `puppetdb-terminus` (<= PuppetDB 2) to the
`puppetdb-termini` (>= PuppetDB 3).
------------------------------------------
#### 5.1.1 - 2016/02/09
This is a minor bugfix release.
Detailed changes:
* Revert a change to 'puppetdb-terminus' installation process that occurred in
the last release.
------------------------------------------
#### 5.1.0 - 2016/02/09
This is a minor feature release.
Detailed changes:
* Use 'puppetdb-terminus' as the terminus package on RHEL, to avoid packaging
conflicts that could occur on upgrades from 2.x to 3.x. The
'puppetdb-terminus' version 3.x package on RHEL will install
'puppetdb-termini' as a dependency.
* Add jdbc_ssl_properties parameter.
* Pass 'dport' parameter to puppetlabs/firewall instead of the deprecated 'port'.
* Pass database_port parameter to the postgresql class.
* Manage the puppetdb vardir.
* Allow default java_args to be overridden.
* Linting fixes.
------------------------------------------
#### 5.0.0 - 2015/07/08
This is a major release to provide default support for PuppetDB 3.0.0, so
lots of changes have been introduced. Ensure you read the upgrade guide
provided in the README before upgrading to this release.
Detailed changes:
* Packaging paths by default favour the PDB 3.0.0 AIO paths now.
* Added legacy handling for old terminus & service versions (see upgrade guide
in README for details)
* PDB 3.0.0 introduces new pathing for the API requests, so all the defaults
for this module are switched to use that now.
* Support for Puppet 4 added.
* manage_pg_repo is now on by default when using the puppetlabs/postgresql module,
as PDB 3.0.0 supports only 9.4. This enables the use of the upstream PGDG
PostgreSQL repos for all distros to obtain a working version of 9.4. The
option can be disabled if required.
* Default ssl-host is now 0.0.0.0
------------------------------------------
#### 4.3.0 - 2015/06/10
This is a minor feature release.