Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Apr 28, 2021
1 parent 8b58533 commit a9853f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v1.4.0](https://github.com/tailored-automation/puppet-module-patroni/tree/v1.4.0) (2021-04-28)

[Full Changelog](https://github.com/tailored-automation/puppet-module-patroni/compare/v1.3.0...v1.4.0)

### UNCATEGORIZED PRS; GO LABEL THEM

- Add support for specifying a custom pip provider [\#19](https://github.com/tailored-automation/puppet-module-patroni/pull/19) ([ghoneycutt](https://github.com/ghoneycutt))

## [v1.3.0](https://github.com/tailored-automation/puppet-module-patroni/tree/v1.3.0) (2021-04-07)

[Full Changelog](https://github.com/tailored-automation/puppet-module-patroni/compare/v1.2.0...v1.3.0)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The following parameters are available in the `patroni` class:
* [`service_name`](#service_name)
* [`service_ensure`](#service_ensure)
* [`service_enable`](#service_enable)
* [`custom_pip_provider`](#custom_pip_provider)

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

Expand Down Expand Up @@ -1075,3 +1076,11 @@ Patroni service enable property

Default value: ``true``

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

Data type: `Optional[String[1]]`

Use custom pip path when installing pip packages

Default value: ``undef``

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailoredautomation-patroni",
"version": "1.3.0",
"version": "1.4.0",
"author": "tailoredautomation",
"summary": "Install and manages Patroni for high-availability PostgreSQL",
"license": "Apache-2.0",
Expand Down

0 comments on commit a9853f6

Please sign in to comment.