Skip to content

Commit 1bbeeb0

Browse files
authored
Merge pull request #1655 from puppetlabs/release-prep
Release prep v10.6.1
2 parents 7eb8a36 + d45b2bc commit 1bbeeb0

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.6.1](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.6.1) - 2025-12-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.6.0...v10.6.1)
11+
12+
### Fixed
13+
14+
- Replace systemctl `status` with systemctl `is-active` [#1652](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1652) ([bastelfreak](https://github.com/bastelfreak))
15+
- Don't use type alias in `postgresql_password` parameter [#1611](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1611) ([figless](https://github.com/figless))
16+
817
## [v10.6.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.6.0) - 2025-10-13
918

1019
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.5.0...v10.6.0)

REFERENCE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Default value: `$postgresql::params::service_reload`
10061006

10071007
##### <a name="-postgresql--server--service_status"></a>`service_status`
10081008

1009-
Data type: `Optional[String[1]]`
1009+
Data type: `Optional[Variant[Array[String[1]],String[1]]]`
10101010

10111011
Overrides the default status check command for your PostgreSQL service.
10121012

@@ -4742,7 +4742,7 @@ Type: Ruby 4.x API
47424742

47434743
This function returns the postgresql password hash from the clear text username / password
47444744

4745-
#### `postgresql::postgresql_password(Variant[String[1], Integer] $username, Variant[String[1], Sensitive[String[1]], Integer] $password, Optional[Boolean] $sensitive, Optional[Optional[Postgresql::Pg_password_encryption]] $hash, Optional[Optional[Variant[String[1], Integer]]] $salt)`
4745+
#### `postgresql::postgresql_password(Variant[String[1], Integer] $username, Variant[String[1], Sensitive[String[1]], Integer] $password, Optional[Boolean] $sensitive, Optional[Optional[Enum["md5", "scram-sha-256"]]] $hash, Optional[Optional[Variant[String[1], Integer]]] $salt)`
47464746

47474747
The postgresql::postgresql_password function.
47484748

@@ -4768,7 +4768,7 @@ If the Postgresql-Passwordhash should be of Datatype Sensitive[String]
47684768

47694769
##### `hash`
47704770

4771-
Data type: `Optional[Optional[Postgresql::Pg_password_encryption]]`
4771+
Data type: `Optional[Optional[Enum["md5", "scram-sha-256"]]]`
47724772

47734773
Set type for password hash
47744774

@@ -4889,7 +4889,8 @@ Alias of `Hash[String[1], Postgresql::Pg_hba_rule]`
48894889

48904890
### <a name="Postgresql--Pg_password_encryption"></a>`Postgresql::Pg_password_encryption`
48914891

4892-
the supported password_encryption
4892+
Note that this Enum is also defined in:
4893+
lib/puppet/functions/postgresql/postgresql_password.rb
48934894

48944895
Alias of `Enum['md5', 'scram-sha-256']`
48954896

metadata.json

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

0 commit comments

Comments
 (0)