Merge pull request #682 from tphoney/release_prep_4_6_0
4_6_0 release prep
This commit is contained in:
commit
43fd0e8925
2 changed files with 12 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,15 @@
|
|||
## Unreleased
|
||||
## 2015-09-01 - Supported Release 4.6.0
|
||||
### Summary
|
||||
- support setting a proxy for yum operations
|
||||
This release adds a proxy feature for yum, Postgis improvements, and decoupling pg_hba_rule from postgresql::server.
|
||||
|
||||
#### Features
|
||||
- Support setting a proxy for yum operations
|
||||
- Allow for undefined PostGIS version
|
||||
- Decouple pg_hba_rule from postgresql::server
|
||||
|
||||
#### Bugfixes
|
||||
- Fix postgis default package name on RedHat
|
||||
|
||||
## 2015-07-27 - Supported Release 4.5.0
|
||||
### Summary
|
||||
This release adds sequence grants, some postgresql 9.4 fixes, and `onlyif` to
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-postgresql",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"author": "Inkling/Puppet Labs",
|
||||
"summary": "Offers support for basic management of PostgreSQL databases.",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue