4.6.1 release prep

This commit is contained in:
tphoney 2015-11-23 12:13:45 +00:00
parent 39f095c7d6
commit 123f8294bd
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",