|
| 1 | +2.2.0 |
| 2 | +===== |
| 3 | + |
| 4 | +This feature release introduces a number of new features and bug fixes. |
| 5 | + |
| 6 | +First of all it includes a new class named `postgresql::python` which provides you with a convenient way of install the python Postgresql client libraries. |
| 7 | + |
| 8 | + class { 'postgresql::python': |
| 9 | + } |
| 10 | + |
| 11 | +You are now able to use `postgresql::database_user` without having to specify a password_hash, useful for different authentication mechanisms that do not need passwords (ie. cert, local etc.). |
| 12 | + |
| 13 | +We've also provided a lot more advanced custom parameters now for greater control of your Postgresql installation. Consult the class documentation for PuppetDB in the README. |
| 14 | + |
| 15 | +This release in particular has largely been contributed by the community members below, a big thanks to one and all. |
| 16 | + |
| 17 | +#### Detailed Changes |
| 18 | + |
| 19 | +* Add support for psycopg installation (Flaper Fesp and Dan Prince) |
| 20 | +* Added default PostgreSQL version for Ubuntu 13.04 (Kamil Szymanski) |
| 21 | +* Add ability to create users without a password (Bruno Harbulot) |
| 22 | +* Three Puppet 2.6 fixes (Dominic Cleal) |
| 23 | +* Add explicit call to concat::setup when creating concat file (Dominic Cleal) |
| 24 | +* Fix readme typo (Jordi Boggiano) |
| 25 | +* Update postgres_default_version for Ubuntu (Kamil Szymanski) |
| 26 | +* Allow to set connection for noew role (Kamil Szymanski) |
| 27 | +* Fix pg_hba_rule for postgres local access (Kamil Szymanski) |
| 28 | +* Fix versions for travis-ci (Ken Barber) |
| 29 | +* Add replication support (Jordi Boggiano) |
| 30 | +* Cleaned up and added unit tests (Ken Barber) |
| 31 | +* Generalization to provide more flexability in postgresql configuration (Karel Brezina) |
| 32 | +* Create dependent directory for sudoers so tests work on Centos 5 (Ken Barber) |
| 33 | +* Allow SQL commands to be run against a specific DB (Carlos Villela) |
| 34 | +* Drop trailing comma to support Puppet 2.6 (Michael Arnold) |
| 35 | + |
1 | 36 | 2.1.1
|
2 | 37 | =====
|
3 | 38 |
|
@@ -60,7 +95,7 @@ A big thanks to all those listed below who made this feature release possible :-
|
60 | 95 | #### Detailed Changes
|
61 | 96 |
|
62 | 97 | 2013-01-18 - Simão Fontes <simaofontes@gmail.com> & Flaper Fesp <flaper87@gmail.com>
|
63 |
| -* Remove trailing commas from params.pp property definition for Puppet 2.6.0 compatibility |
| 98 | +* Remove trailing commas from params.pp property definition for Puppet 2.6.0 compatibility |
64 | 99 |
|
65 | 100 | 2013-01-18 - Lauren Rother <lauren.rother@puppetlabs.com>
|
66 | 101 | * Updated README.md to conform with best practices template
|
|
0 commit comments