Merge pull request #707 from tphoney/release_4.6.1

4.6.1 release prep
This commit is contained in:
Helen 2015-12-01 15:33:15 +00:00
commit bd44f6677c
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## Supported Release 4.6.1
###Summary
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
## 2015-09-01 - Supported Release 4.6.0
### Summary
This release adds a proxy feature for yum, Postgis improvements, and decoupling pg_hba_rule from postgresql::server.

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-postgresql",
"version": "4.6.0",
"version": "4.6.1",
"author": "Inkling/Puppet Labs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "Apache-2.0",
@ -64,7 +64,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 2015.3.0"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",