File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.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
+ - Use RequiresMountsFor on datadir [ #1582 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1582 ) ([ ekohl] ( https://github.com/ekohl ) )
15
+
16
+ ### Other
17
+
18
+ - Fix typo in postgresql_conf provider docs [ #1579 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1579 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
19
+
8
20
## [ v10.0.3] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.3 ) - 2024-01-09
9
21
10
22
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.2...v10.0.3 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-postgresql" ,
3
- "version" : " 10.0.3 " ,
3
+ "version" : " 10.1.0 " ,
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