Skip to content

Commit 23ba773

Browse files
authored
Merge pull request #1583 from puppetlabs/release-prep
Release prep v10.1.0
2 parents 188d1e5 + c773e91 commit 23ba773

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55

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

8+
## [v10.1.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.1.0) - 2024-03-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.3...v10.1.0)
11+
12+
### Added
13+
14+
- Add a global password_encryption parameter [#1584](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1584) ([ekohl](https://github.com/ekohl))
15+
- Use RequiresMountsFor on datadir [#1582](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1582) ([ekohl](https://github.com/ekohl))
16+
- Support Ubuntu 24.04 and postgis for postgresql 16 [#1581](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1581) ([bmiklautz](https://github.com/bmiklautz))
17+
- Add Fedora 39 support [#1580](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1580) ([lweller](https://github.com/lweller))
18+
19+
### Other
20+
21+
- Fix typo in postgresql_conf provider docs [#1579](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1579) ([bastelfreak](https://github.com/bastelfreak))
22+
823
## [v10.0.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.3) - 2024-01-09
924

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

REFERENCE.md

+10
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ The following parameters are available in the `postgresql::globals` class:
208208
* [`locale`](#-postgresql--globals--locale)
209209
* [`data_checksums`](#-postgresql--globals--data_checksums)
210210
* [`timezone`](#-postgresql--globals--timezone)
211+
* [`password_encryption`](#-postgresql--globals--password_encryption)
211212
* [`manage_pg_hba_conf`](#-postgresql--globals--manage_pg_hba_conf)
212213
* [`manage_pg_ident_conf`](#-postgresql--globals--manage_pg_ident_conf)
213214
* [`manage_recovery_conf`](#-postgresql--globals--manage_recovery_conf)
@@ -584,6 +585,15 @@ Sets the default timezone of the postgresql server. The postgresql built-in defa
584585

585586
Default value: `undef`
586587

588+
##### <a name="-postgresql--globals--password_encryption"></a>`password_encryption`
589+
590+
Data type: `Optional[Postgresql::Pg_password_encryption]`
591+
592+
Specify the type of encryption set for the password.
593+
Defaults to scram-sha-256 for PostgreSQL >= 14, otherwise md5.
594+
595+
Default value: `undef`
596+
587597
##### <a name="-postgresql--globals--manage_pg_hba_conf"></a>`manage_pg_hba_conf`
588598

589599
Data type: `Optional[Boolean]`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "10.0.3",
3+
"version": "10.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)