File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +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.4.0] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.4.0 ) - 2024-11-25
8
+ ## [ v10.5.0] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.5.0 ) - 2025-01-07
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.4.0...v10.5.0 )
11
+
12
+ ### Added
13
+
14
+ - puppet/systemd: allow 8.x [ #1627 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1627 ) ([ evgeni] ( https://github.com/evgeni ) )
15
+ - puppetlabs/apt: allow 10.x [ #1626 ] ( https://github.com/puppetlabs/puppetlabs-postgresql/pull/1626 ) ([ evgeni] ( https://github.com/evgeni ) )
16
+
17
+ ## [ v10.4.0] ( https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.4.0 ) - 2024-12-16
9
18
10
19
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.3.0...v10.4.0 )
11
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-postgresql" ,
3
- "version" : " 10.4 .0" ,
3
+ "version" : " 10.5 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Offers support for basic management of PostgreSQL databases." ,
6
6
"license" : " Apache-2.0" ,
14
14
},
15
15
{
16
16
"name" : " puppetlabs/apt" ,
17
- "version_requirement" : " >= 9.2.0 < 10 .0.0"
17
+ "version_requirement" : " >= 9.2.0 < 11 .0.0"
18
18
},
19
19
{
20
20
"name" : " puppet/systemd" ,
21
- "version_requirement" : " >= 4.0.1 < 8 .0.0"
21
+ "version_requirement" : " >= 4.0.1 < 9 .0.0"
22
22
},
23
23
{
24
24
"name" : " puppetlabs/concat" ,
You can’t perform that action at this time.
0 commit comments