Release 4.4.0 prep
This commit is contained in:
parent
540623144e
commit
13b447b977
2 changed files with 24 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,3 +1,26 @@
|
|||
## 2015-06-23 - Supported Release 4.4.0
|
||||
### Summary
|
||||
This release has several new features, bugfixes, and test improvements.
|
||||
|
||||
#### Features
|
||||
- Adds a resource to manage recovery.conf.
|
||||
- Adds a parameter that allows the specification of a validate connection script in `postgresql::client`.
|
||||
- Adds support for plpython package management.
|
||||
- Adds support for postgresql-docs management.
|
||||
- Adds ability to make `postgresql::server::schema` titles unique. (MODULES-2049)
|
||||
- Updates puppetlabs-apt module dependency to support version 2.1.0.
|
||||
|
||||
#### Bugfixes
|
||||
- Fix `postgresql_psql` parameter ordering to work on OpenBSD with Future Parser
|
||||
- Fix setting postgres role password (MODULES-1869)
|
||||
- Fix execution command with puppet <3.4 (MODULES-1923)
|
||||
- Fix Puppet.newtype deprecation warning (MODULES-2007)
|
||||
- Fix systemd override for manage_repo package versions
|
||||
|
||||
#### Test Improvements
|
||||
- Allows setting BEAKER and BEAKER_RSPEC versions via environment variables.
|
||||
- Enables Unit testing on Travis CI with Puppet 4.
|
||||
|
||||
## 2015-03-24 - Supported Release 4.3.0
|
||||
### Summary
|
||||
This release fixes compatibility with Puppet 4 and removes opportunities for local users to view the postgresql password. It also adds a new custom resource to aid in managing replication.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-postgresql",
|
||||
"version": "4.3.0",
|
||||
"version": "4.4.0",
|
||||
"author": "Inkling/Puppet Labs",
|
||||
"summary": "Offers support for basic management of PostgreSQL databases.",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue