Skip to content

Commit

Permalink
Merge pull request #1569 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v10.0.3
  • Loading branch information
Ramesh7 authored Jan 9, 2024
2 parents 07ae23f + 83a9a01 commit 411e7bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## [v10.0.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.3) - 2024-01-09

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

### Fixed

- support for a custom apt source release [#1561](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1561) ([h0tw1r3](https://github.com/h0tw1r3))
- (#1556) Fix Python package name for Ubuntu >= 22.04 [#1557](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1557) ([antaflos](https://github.com/antaflos))
- Unconfine postgresql_conf [#1551](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1551) ([smortex](https://github.com/smortex))

## [v10.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.2) - 2023-11-08

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

Default value: `undef`

##### <a name="-postgresql--globals--apt_source_release"></a>`apt_source_release`

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

Overrides the default release for the apt source.

Default value: `undef`

##### <a name="-postgresql--globals--needs_initdb"></a>`needs_initdb`

Data type: `Optional[Boolean]`
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": "10.0.2",
"version": "10.0.3",
"author": "puppetlabs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 411e7bc

Please sign in to comment.