Skip to content

Commit 7d5e232

Browse files
author
GitHub Action
committed
Release prep v7.1.0
1 parent 289aab3 commit 7d5e232

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v7.1.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.1.0) (2021-04-12)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.3...v7.1.0)
8+
9+
### Added
10+
11+
- Add new common repo which contains add-ons [\#1190](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1190) ([jorhett](https://github.com/jorhett))
12+
13+
## [v7.0.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.3) (2021-04-12)
14+
15+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.2...v7.0.3)
16+
517
## [v7.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.2) (2021-03-15)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.1...v7.0.2)

REFERENCE.md

+9
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ The following parameters are available in the `postgresql::globals` class:
177177
* [`postgis_version`](#postgis_version)
178178
* [`repo_proxy`](#repo_proxy)
179179
* [`repo_baseurl`](#repo_baseurl)
180+
* [`yum_repo_commonurl`](#yum_repo_commonurl)
180181
* [`needs_initdb`](#needs_initdb)
181182
* [`encoding`](#encoding)
182183
* [`locale`](#locale)
@@ -502,6 +503,14 @@ Sets the baseurl for the PostgreSQL repository. Useful if you host your own mirr
502503

503504
Default value: ``undef``
504505

506+
##### <a name="yum_repo_commonurl"></a>`yum_repo_commonurl`
507+
508+
Data type: `Any`
509+
510+
Sets the url for the PostgreSQL common Yum repository. Useful if you host your own mirror of the YUM repository.
511+
512+
Default value: ``undef``
513+
505514
##### <a name="needs_initdb"></a>`needs_initdb`
506515

507516
Data type: `Any`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "7.0.3",
3+
"version": "7.1.0",
44
"author": "puppetlabs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)