Skip to content

Commit b84a4b5

Browse files
chore(main): release 12.4.0 (#809)
1 parent 6d0bc80 commit b84a4b5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.3.5"
2+
".": "12.4.0"
33
}

CHANGELOG.md

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

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

5+
## [12.4.0](https://github.com/sous-chefs/postgresql/compare/v12.3.5...v12.4.0) (2025-10-16)
6+
7+
8+
### Features
9+
10+
* Support PostgreSQL 17 ([#778](https://github.com/sous-chefs/postgresql/issues/778)) ([58230dd](https://github.com/sous-chefs/postgresql/commit/58230dd487459099902719574bc035bbb6bb3a63))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
* **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))
17+
* 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))
18+
519
## [12.3.5](https://github.com/sous-chefs/postgresql/compare/12.3.4...v12.3.5) (2025-10-15)
620

721

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.3.5'
6+
version '12.4.0'
77
source_url 'https://github.com/sous-chefs/postgresql'
88
issues_url 'https://github.com/sous-chefs/postgresql/issues'
99
chef_version '>= 16.0'

0 commit comments

Comments
 (0)