File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
6
6
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 ) .
7
7
8
+ ## [ v10.0.3] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.3 ) - 2024-01-09
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.2...v10.0.3 )
11
+
12
+ ### Fixed
13
+
14
+ - support for a custom apt source release [ #1561 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1561 ) ([ h0tw1r3] ( https://github.com/h0tw1r3 ) )
15
+ - (#1556 ) Fix Python package name for Ubuntu >= 22.04 [ #1557 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1557 ) ([ antaflos] ( https://github.com/antaflos ) )
16
+ - Unconfine postgresql_conf [ #1551 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1551 ) ([ smortex] ( https://github.com/smortex ) )
17
+
8
18
## [ v10.0.2] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.2 ) - 2023-11-08
9
19
10
20
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.1...v10.0.2 )
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ The following parameters are available in the `postgresql::globals` class:
202
202
* [ ` repo_proxy ` ] ( #-postgresql--globals--repo_proxy )
203
203
* [ ` repo_baseurl ` ] ( #-postgresql--globals--repo_baseurl )
204
204
* [ ` yum_repo_commonurl ` ] ( #-postgresql--globals--yum_repo_commonurl )
205
+ * [ ` apt_source_release ` ] ( #-postgresql--globals--apt_source_release )
205
206
* [ ` needs_initdb ` ] ( #-postgresql--globals--needs_initdb )
206
207
* [ ` encoding ` ] ( #-postgresql--globals--encoding )
207
208
* [ ` locale ` ] ( #-postgresql--globals--locale )
@@ -529,6 +530,14 @@ Sets the url for the PostgreSQL common Yum repository. Useful if you host your o
529
530
530
531
Default value: ` undef `
531
532
533
+ ##### <a name =" -postgresql--globals--apt_source_release " ></a >` apt_source_release `
534
+
535
+ Data type: ` Optional[String[1]] `
536
+
537
+ Overrides the default release for the apt source.
538
+
539
+ Default value: ` undef `
540
+
532
541
##### <a name =" -postgresql--globals--needs_initdb " ></a >` needs_initdb `
533
542
534
543
Data type: ` Optional[Boolean] `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-postgresql" ,
3
- "version" : " 10.0.2 " ,
3
+ "version" : " 10.0.3 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Offers support for basic management of PostgreSQL databases." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments