Skip to content

Commit

Permalink
Merge pull request #1265 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v7.1.0
  • Loading branch information
sanfrancrisko authored Apr 12, 2021
2 parents 289aab3 + 7d5e232 commit 59b18ac
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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).

## [v7.1.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.1.0) (2021-04-12)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.3...v7.1.0)

### Added

- Add new common repo which contains add-ons [\#1190](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1190) ([jorhett](https://github.com/jorhett))

## [v7.0.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.3) (2021-04-12)

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

## [v7.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.2) (2021-03-15)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.1...v7.0.2)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The following parameters are available in the `postgresql::globals` class:
* [`postgis_version`](#postgis_version)
* [`repo_proxy`](#repo_proxy)
* [`repo_baseurl`](#repo_baseurl)
* [`yum_repo_commonurl`](#yum_repo_commonurl)
* [`needs_initdb`](#needs_initdb)
* [`encoding`](#encoding)
* [`locale`](#locale)
Expand Down Expand Up @@ -502,6 +503,14 @@ Sets the baseurl for the PostgreSQL repository. Useful if you host your own mirr

Default value: ``undef``

##### <a name="yum_repo_commonurl"></a>`yum_repo_commonurl`

Data type: `Any`

Sets the url for the PostgreSQL common Yum repository. Useful if you host your own mirror of the YUM repository.

Default value: ``undef``

##### <a name="needs_initdb"></a>`needs_initdb`

Data type: `Any`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-postgresql",
"version": "7.0.3",
"version": "7.1.0",
"author": "puppetlabs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 59b18ac

Please sign in to comment.