4.6.1 release prep
This commit is contained in:
parent
39f095c7d6
commit
123f8294bd
2 changed files with 7 additions and 2 deletions
|
@ -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
|
## 2015-09-01 - Supported Release 4.6.0
|
||||||
### Summary
|
### Summary
|
||||||
This release adds a proxy feature for yum, Postgis improvements, and decoupling pg_hba_rule from postgresql::server.
|
This release adds a proxy feature for yum, Postgis improvements, and decoupling pg_hba_rule from postgresql::server.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-postgresql",
|
"name": "puppetlabs-postgresql",
|
||||||
"version": "4.6.0",
|
"version": "4.6.1",
|
||||||
"author": "Inkling/Puppet Labs",
|
"author": "Inkling/Puppet Labs",
|
||||||
"summary": "Offers support for basic management of PostgreSQL databases.",
|
"summary": "Offers support for basic management of PostgreSQL databases.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
{
|
||||||
"name": "pe",
|
"name": "pe",
|
||||||
"version_requirement": ">= 3.0.0 < 2015.3.0"
|
"version_requirement": ">= 3.0.0 < 2015.4.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
|
|
Loading…
Reference in a new issue