PuppetDB 2.3.5 - June 4, 2015
PuppetDB 2.3.5 Downloads
------------------------
Available in native package format in the release repositories at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
For information on how to enable the Puppet Labs repos, see:
http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#open-source-repositories
Binary tarball: http://downloads.puppetlabs.com/puppetdb/
Source: http://github.com/puppetlabs/puppetdb
Please report feedback via the Puppet Labs tickets site, using an affected PuppetDB version of 2.3.5: https://tickets.puppetlabs.com/browse/PDB
Documentation: http://docs.puppetlabs.com/puppetdb/2.3/
Puppet module: http://forge.puppetlabs.com/puppetlabs/puppetdb
PuppetDB 2.3.5 Release Notes
----------------------------
PuppetDB 2.3.5 is a backwards-compatible bugfix release that removes a dependency on rubygem-json that prevented installation alongside the all-in-one agent on RHEL 5 and 6, fixes a bug that caused us to reject resource relationship titles containing newlines, and lessens database contention during command processing. Users that upgrade will see fewer commands retried due to rollbacks of concurrent transactions in PostgresSQL (signified in PostgreSQL logs by “ERROR: could not serialize access due to concurrent update”)
For more information and upgrade advice, consult the detailed release notes here:
https://docs.puppetlabs.com/puppetdb/2.3/release_notes.html
Contributors
------------
John Duarte, Ken Barber, Melissa Stone, Rob Browning, Russell Mull, Wyatt Alt
Changelog
---------
John Duarte (2):
ef409a4 (PDB-1300) Get tests working with Puppet 4 AIO packaging
1c5859a (PDB-1300) Set conditional beaker options for AIO
Ken Barber (3):
766608a (PDB-1469) Remove rubygem-json dependency
93df2aa (PDB-1300) Use manage_firewall => false instead of flushing iptables later manually
721a040 (PDB-1300) Wrap aio options parts in conditional
Melissa Stone (1):
cf2e086 (maint) Do not build stable or testing
Rob Browning (2):
621d0c0 (PDB-1263) Use beaker EC2 subnet rotation
d853fd9 (PDB-1454) Handle IOException while starting MQ
Russell Mull (1):
af26e29 (PDB-1529) Allow newlines in resource names
Wyatt Alt (3):
3be0e9c Update nodes.markdown
706df77 (maint) don't activate the node when it's already active
ddf2e91 (PDB-1571) update release notes for 2.3.5 release