Skip to content

Commit c9adc95

Browse files
chore(main): release 13.0.0
1 parent df727ed commit c9adc95

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.4.0"
2+
".": "13.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
This file is used to list changes made in the last 3 major versions of the postgresql cookbook.
44

5+
## [13.0.0](https://github.com/sous-chefs/postgresql/compare/v12.4.0...v13.0.0) (2025-11-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update Chef version requirement from 16+ to 18+ ([#794](https://github.com/sous-chefs/postgresql/issues/794))
11+
12+
### Features
13+
14+
* Support PostgreSQL 17 ([#778](https://github.com/sous-chefs/postgresql/issues/778)) ([58230dd](https://github.com/sous-chefs/postgresql/commit/58230dd487459099902719574bc035bbb6bb3a63))
15+
* Update Chef version requirement from 16+ to 18+ ([#794](https://github.com/sous-chefs/postgresql/issues/794)) ([60e330e](https://github.com/sous-chefs/postgresql/commit/60e330e4473f2d6e1ccce48404d91019b8c5aae5))
16+
17+
18+
### Bug Fixes
19+
20+
* allow multiple users/databases in postgresql_access resources ([#751](https://github.com/sous-chefs/postgresql/issues/751)) ([e9012eb](https://github.com/sous-chefs/postgresql/commit/e9012eb79eb0c136e59bbc1ac5c45cd6fe4cfa37))
21+
* **ci:** Update workflows to use release pipeline ([#807](https://github.com/sous-chefs/postgresql/issues/807)) ([39d5b91](https://github.com/sous-chefs/postgresql/commit/39d5b911d82b8301691dd0d8face338c527d5f1f))
22+
* **install:** resolve GPG key verification failures on RHEL platforms ([#810](https://github.com/sous-chefs/postgresql/issues/810)) ([f4de4b5](https://github.com/sous-chefs/postgresql/commit/f4de4b564ae17ae69eb75a8c364fc62c0f5ee138))
23+
* rerun last release ([#788](https://github.com/sous-chefs/postgresql/issues/788)) for ([#784](https://github.com/sous-chefs/postgresql/issues/784)) ([1eed1e2](https://github.com/sous-chefs/postgresql/commit/1eed1e29ecd080239d35c566661e2684ba4cba7d))
24+
525
## [12.4.0](https://github.com/sous-chefs/postgresql/compare/v12.3.5...v12.4.0) (2025-10-16)
626

727

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache-2.0'
55
description 'Installs and configures postgresql for clients or servers'
6-
version '12.4.0'
6+
version '13.0.0'
77
source_url 'https://github.com/sous-chefs/postgresql'
88
issues_url 'https://github.com/sous-chefs/postgresql/issues'
99
chef_version '>= 18.0'

0 commit comments

Comments
 (0)