CHANGELOG 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. ## puppetlabs-puppetdb changelog
  2. Release notes for the puppetlabs-puppetdb module.
  3. #### 5.1.2 - 2016/03/14
  4. This is a minor bugfix release.
  5. Detailed changes:
  6. * Support RHEL upgrades from the `puppetdb-terminus` (<= PuppetDB 2) to the
  7. `puppetdb-termini` (>= PuppetDB 3).
  8. ------------------------------------------
  9. #### 5.1.1 - 2016/02/09
  10. This is a minor bugfix release.
  11. Detailed changes:
  12. * Revert a change to 'puppetdb-terminus' installation process that occurred in
  13. the last release.
  14. ------------------------------------------
  15. #### 5.1.0 - 2016/02/09
  16. This is a minor feature release.
  17. Detailed changes:
  18. * Use 'puppetdb-terminus' as the terminus package on RHEL, to avoid packaging
  19. conflicts that could occur on upgrades from 2.x to 3.x. The
  20. 'puppetdb-terminus' version 3.x package on RHEL will install
  21. 'puppetdb-termini' as a dependency.
  22. * Add jdbc_ssl_properties parameter.
  23. * Pass 'dport' parameter to puppetlabs/firewall instead of the deprecated 'port'.
  24. * Pass database_port parameter to the postgresql class.
  25. * Manage the puppetdb vardir.
  26. * Allow default java_args to be overridden.
  27. * Linting fixes.
  28. ------------------------------------------
  29. #### 5.0.0 - 2015/07/08
  30. This is a major release to provide default support for PuppetDB 3.0.0, so
  31. lots of changes have been introduced. Ensure you read the upgrade guide
  32. provided in the README before upgrading to this release.
  33. Detailed changes:
  34. * Packaging paths by default favour the PDB 3.0.0 AIO paths now.
  35. * Added legacy handling for old terminus & service versions (see upgrade guide
  36. in README for details)
  37. * PDB 3.0.0 introduces new pathing for the API requests, so all the defaults
  38. for this module are switched to use that now.
  39. * Support for Puppet 4 added.
  40. * manage_pg_repo is now on by default when using the puppetlabs/postgresql module,
  41. as PDB 3.0.0 supports only 9.4. This enables the use of the upstream PGDG
  42. PostgreSQL repos for all distros to obtain a working version of 9.4. The
  43. option can be disabled if required.
  44. * Default ssl-host is now 0.0.0.0
  45. ------------------------------------------
  46. #### 4.3.0 - 2015/06/10
  47. This is a minor feature release.
  48. Detailed changes:
  49. * Feature: Provide `database_embedded_path` option for overriding HSQLDB file path.
  50. * Feature: Add ability to manage `command_threads`, `store_usage` and `temp_usage`.
  51. * Bug: allow database_validation to be false
  52. * Bug: Fix ordering issues with read_database_ini
  53. * Testing: Fix file_concat dependency and fix rspec warnings
  54. ------------------------------------------
  55. #### 4.2.1 - 2015/04/07
  56. This is a minor bugfix release.
  57. Detailed Changes:
  58. * Ignore `._foo` files when building the `.tar.gz` of the module.
  59. ------------------------------------------
  60. #### 4.2.0 - 2015/04/02
  61. This is a minor feature release.
  62. Detailed Changes:
  63. * Added Puppet 4 compatibility by introspecting the value for `$puppet_confdir`.
  64. * Added `masterless` param switch to enable or disable the masterless setup of PuppetDB.
  65. * Added `manage_package_repo` param which will setup the official PostgreSQL repositories on your host.
  66. * Added FreeBSD support.
  67. * The puppetdb service now restarts if the certificates change.
  68. * `manage_firewall` and `ssl_protocols` are now configurable through the top-level puppetdb class.
  69. * Show the puppetdb server URI scheme in connection errors.
  70. * `test_url` param is now properly passed from the resource to the provider.
  71. * Removed dead PE code and unused variables from the module.
  72. * New parameter `puppetdb_disable_ssl` to enable validation to use cleartext.
  73. * Database validation is now optional via the `database_validate` and `read_database_validate` params.
  74. * Documentation updates to the README and metadata.json.
  75. ------------------------------------------
  76. #### 4.1.0 - 2014/11/13
  77. This is a minor feature release.
  78. Detailed Changes:
  79. * New capabilities added for installing SSL certificates and keys.
  80. * New parameter `puppetdb_disable_ssl` to enable validation to use cleartext.
  81. * `ssl_protocols` now provided to allow users to fine tune what protocols they want to support for PuppetDB.
  82. * Lots of documentation and parameter cleanups, to ensure consistency.
  83. * test_url is now supported for `puppetdb::master::config` to allow the URL one uses to be overridden.
  84. * Corrected PE detection support.
  85. * Correct the path for HSQLDB to use /var/lib/puppetdb/db instead of /usr/share/puppetdb/db as is standard in PuppetDB core.
  86. ------------------------------------------
  87. #### 4.0.0 - 2014/09/16
  88. For this release, all dependency versions have been bumped to their latest.
  89. Detailed Changes:
  90. * The PuppetDB module now only supports Puppet 3.7.1 or later
  91. * 'puppetlabs/postgresql' 4.0.0 or later is now required
  92. * 'puppetlabs/inifile' 1.1.3 or later is now required
  93. * 'puppetlabs/firewall' 1.1.3 or later is now required
  94. * 'puppetlabs/stdlib' 4.2.2 or later is now required
  95. * The parameter `manage_firewall` for the class `puppetdb::database::postgresql` has now been removed, since the postgresql module no longer supports this.
  96. * The parameter `open_postgres_port` for the class `puppetdb` has also been removed, due to postgresql changes.
  97. ------------------------------------------
  98. #### 3.0.1 - 2014/02/11
  99. This release contains only minor bug fixes.
  100. Detailed Changes:
  101. * Add missing PUBLISHER_LOGIN variable for auto-publish. (Ashley Penney)
  102. * fix validation regular expressions for time configs (Scott Duckworth)
  103. * update ripienaar/concat -> puppetlabs/concat (Joshua Hoblitt)
  104. * Fix issue with validator when disable_ssl = true (Elliott Barrere)
  105. * Enable soft_write_failure setting when $puppetdb::disablessl = true (Elliott Barrere)
  106. * Support rspec-puppet v1.0.0 (Garrett Honeycutt)
  107. * Pin rspec-puppet to 1.x releases (Ken Barber)
  108. * Define parameter in puppetdb class to define postgres listen address (Adrian Lopez)
  109. * Enable fast finish in Travis (Garrett Honeycutt)
  110. * Convert tests to beaker (Ashley Penney)
  111. * Use the /v2 metrics endpoint instead of /metrics (Ken Barber)
  112. ------------------------------------------
  113. #### 3.0.0 - 2013/10/27
  114. This major release changes the main dependency for the postgresql module from
  115. version 2.5.x to 3.x. Since the postgresql module is not backwards compatible,
  116. this release is also not backwards compatible. As a consequence we have taken
  117. some steps to deprecate some of the older functionality:
  118. * The parameter manage_redhat_firewall for the class puppetdb has now been removed completely in favor of open_postgres_port and open_ssl_listen_port.
  119. * The parameter manage_redhat_firewall for the class puppetdb::database::postgresql, has now been renamed to manage_firewall.
  120. * The parameter manage_redhat_firewall for the class puppetdb::server has now been removed completely in favor of open_listen_port and open_ssl_listen_port.
  121. * The internal class: puppetdb::database::postgresql_db has been removed. If you were using this, it is now defunct.
  122. * The class puppetdb::server::firewall has been marked as private, do not use it directly.
  123. * The class puppetdb::server::jetty_ini and puppetdb::server::database_ini have been marked as private, do not use it directly.
  124. All of this is documented in the upgrade portion of the README.
  125. Additionally some features have been included in this release as well:
  126. * soft_write_failure can now be enabled in your puppetdb.conf with this
  127. module to handle failing silently when your PuppetDB is not available
  128. during writes.
  129. * There is a new switch to enable SSL connectivity to PostgreSQL. While this
  130. functionality is only in its infancy this is a good start.
  131. Detailed Changes:
  132. * FM-103: Add metadata.json to all modules. (Ashley Penney)
  133. * Add soft_write_failure to puppetdb.conf (Garrett Honeycutt)
  134. * Add switch to configure database SSL connection (Stefan Dietrich)
  135. * (GH-91) Update to use rspec-system-puppet 2.x (Ken Barber)
  136. * (GH-93) Switch to using puppetlabs-postgresql 3.x (Ken Barber)
  137. * Fix copyright and project notice (Ken Barber)
  138. * Adjust memory for PuppetDB tests to avoid OOM killer (Ken Barber)
  139. * Ensure ntpdate executes early during testing (Ken Barber)
  140. ------------------------------------------
  141. #### 2.0.0 - 2013/10/04
  142. This major release changes the main dependency for the inifile module from
  143. the deprecated `cprice404/inifile` to `puppetlabs/inifile` to remove
  144. deprecation warnings and to move onto the latest and greatest implementation
  145. of that code.
  146. Its a major release, because it may affect other dependencies since modules
  147. cannot have overlapping second part dependencies (that is inifile cannot be from
  148. two different locations).
  149. It also adds the parameter `puppetdb_service_status` to the class `puppetdb` to
  150. allow users to specify whether the module manages the puppetdb service for you.
  151. The `database_password` parameter is now optional, and initial Arch Linux
  152. support has been added.
  153. Detailed Changes:
  154. * (GH-73) Switch to puppetlabs/inifile from cprice/inifile (Ken Barber)
  155. * Make database_password an optional parameter (Nick Lewis)
  156. * add archlinux support (Niels Abspoel)
  157. * Added puppetdb service control (Akos Hencz)
  158. ------------------------------------------
  159. #### 1.6.0 - 2013/08/07
  160. This minor feature release provides extra parameters for new configuration
  161. items available in PuppetDB 1.4, and also provides some older parameters
  162. that were missed previously:
  163. * gc_interval
  164. * log_slow_statements
  165. * conn_max_age
  166. * conn_keep_alive
  167. * conn_lifetime
  168. Consult the README.md file, or the PuppetDB documentation for more details.
  169. ------------------------------------------
  170. #### 1.5.0 - 2013/07/18
  171. This minor feature release provides the following new functionality:
  172. * The module is now capable of managing PuppetDB on SUSE systems
  173. for which PuppetDB packages are available
  174. * The ruby code for validating the PuppetDB connection now
  175. supports validating on a non-SSL HTTP port.
  176. ------------------------------------------
  177. #### 1.4.0 - 2013/05/13
  178. This feature release provides support for managing the puppetdb report
  179. processor on your master.
  180. To enable the report processor, you can do something like this:
  181. class { 'puppetdb::master::config':
  182. manage_report_processor => true,
  183. enable_reports => true
  184. }
  185. This will add the 'puppetdb' report processor to the list of `reports`
  186. inside your master's `puppet.conf` file.
  187. ------------------------------------------
  188. #### 1.3.0 - 2013/05/13
  189. This feature release provides us with a few new features for the PuppetDB
  190. module.
  191. You can now disable SSL when using the `puppetdb` class by using the new
  192. parameter `disable_ssl`:
  193. class { 'puppetdb':
  194. disable_ssl => true,
  195. }
  196. This will remove the SSL settings from your `jetty.ini` configuration file
  197. disabling any SSL communication. This is useful when you want to offload SSL
  198. to another web server, such as Apache or Nginx.
  199. We have now added an option `java_args` for passing in Java options to
  200. PuppetDB. The format is a hash that is passed in when declaring the use of the
  201. `puppetdb` class:
  202. class { 'puppetdb':
  203. java_args => {
  204. '-Xmx' => '512m',
  205. '-Xms' => '256m',
  206. }
  207. }
  208. Also, the default `report-ttl` was set to `14d` in PuppetDB to align it with an
  209. upcoming PE release, so we've also reflected that default here now.
  210. And finally we've fixed the issue whereby the options `report_ttl`, `node_ttl`,
  211. `node_purge_ttl` and `gc_interval` were not making the correct changes. On top
  212. of that you can now set these values to zero in the module, and the correct
  213. time modifier (`s`, `m`, `h` etc.) will automatically get applied for you.
  214. Behind the scenes we've also added system and unit testing, which was
  215. previously non-existent. This should help us reduce regression going forward.
  216. Thanks to all the contributing developers in the list below that made this
  217. release possible :-).
  218. #### Changes
  219. * Allows for 0 _ttl's without time signifier and enables tests (Garrett Honeycutt)
  220. * Add option to disable SSL in Jetty, including tests and documentation (Christian Berg)
  221. * Cleaned up ghoneycutt's code a tad (Ken Barber)
  222. * the new settings report_ttl, node_ttl and node_purge_ttl were added but they are not working, this fixes it (fsalum)
  223. * Also fix gc_interval (Ken Barber)
  224. * Support for remote puppetdb (Filip Hrbek)
  225. * Added support for Java VM options (Karel Brezina)
  226. * Add initial rspec-system tests and scaffolding (Ken Barber)
  227. ------------------------------------------
  228. #### 1.2.1 - 2013/04/08
  229. This is a minor bugfix that solves the PuppetDB startup exception:
  230. java.lang.AssertionError: Assert failed: (string? s)
  231. This was due to the default `node-ttl` and `node-purge-ttl` settings not having a time suffix by default. These settings required 's', 'm', 'd' etc. to be suffixed, even if they are zero.
  232. #### Changes
  233. * (Ken Barber) Add 's' suffix to period settings to avoid exceptions in PuppetDB
  234. ------------------------------------------
  235. #### 1.2.0 - 2013/04/05
  236. This release is primarily about providing full configuration file support in the module for PuppetDB 1.2.0. (The alignment of version is a coincidence I assure you :-).
  237. This feature release adds the following new configuration parameters to the main `puppetdb` class:
  238. * node_ttl
  239. * node_purge_ttl (available in >=1.2.0)
  240. * report_ttl
  241. Consult the README for futher details about these new configurable items.
  242. ##### Changes
  243. * (Nick Lewis) Add params and ini settings for node/purge/report ttls and document them
  244. ------------------------------------------
  245. 1.1.5
  246. =====
  247. 2013-02-13 - Karel Brezina
  248. * Fix database creation so database_username, database_password and
  249. database_name are correctly passed during database creation.
  250. 2013-01-29 - Lauren Rother
  251. * Change README to conform to new style and various other README improvements
  252. 2013-01-17 - Chris Price
  253. * Improve documentation in init.pp
  254. ------------------------------------------
  255. 1.1.4
  256. =====
  257. This is a bugfix release, mostly around fixing backward-compatibility for the
  258. deprecated `manage_redhat_firewall` parameter. It wasn't actually entirely
  259. backwards-compatible in the 1.1.3 release.
  260. 2013-01-17 - Chris Price <chris@puppetlabs.com>
  261. * Fix backward compatibility of `manage_redhat_firewall` parameter (de20b44)
  262. 2013-01-16 - Chris Price <chris@puppetlabs.com>
  263. * Fix deprecation warnings around manage_redhat_firewall (448f8bc)
  264. ------------------------------------------
  265. 1.1.3
  266. =====
  267. This is mostly a maintenance release, to update the module dependencies to newer
  268. versions in preparation for some new features. This release does include some nice
  269. additions around the ability to set the listen address for the HTTP port on Jetty
  270. and manage the firewall for that port. Thanks very much to Drew Blessing for those
  271. submissions!
  272. 2013-01-15 - Chris Price <chris@puppetlabs.com>
  273. * Update Modulefile for 1.1.3 release (updates dependencies
  274. on postgres and inifile modules to the latest versions) (76bfd9e)
  275. 2012-12-19 - Garrett Honeycutt <garrett@puppetlabs.com>
  276. * (#18228) updates README for style (fd2e990)
  277. 2012-11-29 - Drew Blessing <Drew.Blessing@Buckle.com>
  278. * 17594 - Fixes suggested by cprice-puppet (0cf9632)
  279. 2012-11-14 - Drew Blessing <Drew.Blessing@Buckle.com>
  280. * Adjust examples in tests to include new port params (0afc276)
  281. 2012-11-13 - Drew Blessing <Drew.Blessing@Buckle.com>
  282. * 17594 - PuppetDB - Add ability to set standard host listen address and open firewall
  283. ------------------------------------------
  284. 1.1.2
  285. =====
  286. 2012-10-26 - Chris Price <chris@puppetlabs.com> (1.1.2)
  287. * 1.1.2 release
  288. 2012-10-26 - Chris Price <chris@puppetlabs.com>
  289. * Add some more missing `inherit`s for `puppetdb::params` (a72cc7c)
  290. 2012-10-26 - Chris Price <chris@puppetlabs.com> (1.1.2)
  291. * 1.1.1 release
  292. 2012-10-26 - Chris Price <chris@puppetlabs.com> (1.1.1)
  293. * Add missing `inherit` for `puppetdb::params` (ea9b379)
  294. 2012-10-24 - Chris Price <chris@puppetlabs.com>
  295. * 1.1.0 release
  296. 2012-10-24 - Chris Price <chris@puppetlabs.com> (1.1.0)
  297. * Update postgres dependency to puppetlabs/postgresql (bea79b4)
  298. 2012-10-17 - Reid Vandewiele <reid@puppetlabs.com> (1.1.0)
  299. * Fix embedded db setup in Puppet Enterprise (bf0ab45)
  300. 2012-10-17 - Chris Price <chris@puppetlabs.com> (1.1.0)
  301. * Update manifests/master/config.pp (b119a30)
  302. 2012-10-16 - Chris Price <chris@puppetlabs.com> (1.1.0)
  303. * Make puppetdb startup timeout configurable (783b595)
  304. 2012-10-01 - Hunter Haugen <h.haugen@gmail.com> (1.1.0)
  305. * Add condition to detect PE installations and provide different parameters (63f1c52)
  306. 2012-10-01 - Hunter Haugen <h.haugen@gmail.com> (1.1.0)
  307. * Add example manifest code for pe puppet master (a598edc)
  308. 2012-10-01 - Chris Price <chris@puppetlabs.com> (1.1.0)
  309. * Update comments and docs w/rt PE params (b5df5d9)
  310. 2012-10-01 - Hunter Haugen <h.haugen@gmail.com> (1.1.0)
  311. * Adding pe_puppetdb tests class (850e039)
  312. 2012-09-28 - Hunter Haugen <h.haugen@gmail.com> (1.1.0)
  313. * Add parameters to enable usage of enterprise versions of PuppetDB (df6f7cc)
  314. 2012-09-23 - Chris Price <chris@puppetlabs.com>
  315. * 1.0.3 release
  316. 2012-09-23 - Chris Price <chris@puppetlabs.com>
  317. * Add a parameter for restarting puppet master (179b337)
  318. 2012-09-21 - Chris Price <chris@puppetlabs.com>
  319. * 1.0.2 release
  320. 2012-09-21 - Chris Price <chris@puppetlabs.com>
  321. * Pass 'manage_redhat_firewall' param through to postgres (f21740b)
  322. 2012-09-20 - Chris Price <chris@puppetlabs.com>
  323. * 1.0.1 release
  324. 2012-09-20 - Garrett Honeycutt <garrett@puppetlabs.com>
  325. * complies with style guide (1aab5d9)
  326. 2012-09-19 - Chris Price <chris@puppetlabs.com>
  327. * Fix invalid subname in database.ini (be683b7)
  328. 2011-09-18 Chris Price <chris@puppetlabs.com> - 1.0.0
  329. * Initial 1.0.0 release