Skip to content

Commit 1eed1e2

Browse files
authored
fix: rerun last release (#788) for (#784)
Give users of postgresql_install more control over the derived yum_repository resources.
1 parent e98447f commit 1eed1e2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This file is used to list changes made in the last 3 major versions of the postg
44

55
## Unreleased
66

7-
## 12.1.0 - *2025-05-17*
8-
97
- Cast `server_config` keys to strings in `postgresql_config` to avoid unnecessary converges
108
- Add `setup_pgdg_*` properties to `postgresql_install` to allow more fine grained control over derived `yum_repository` resources
119

documentation/postgresql_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
| `repo_pgdg_source_updates_testing` | | true, false | `false` | Create pgdg-source-updates-testing repo | |
3636
| `setup_repo_pgdg_source_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_source_updates_testing repo | |
3737
| `yum_gpg_key_uri` | | String | platform specific | YUM/DNF GPG key URL | |
38-
| `apt_repository_uri` | | String | https://download.postgresql.org/pub/repos/apt/ | apt repository URL | |
39-
| `apt_gpg_key_uri` | | String | https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt GPG key URL | |
38+
| `apt_repository_uri` | | String | [https://download.postgresql.org/pub/repos/apt/](https://download.postgresql.org/pub/repos/apt/) | apt repository URL | |
39+
| `apt_gpg_key_uri` | | String | [https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc](https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc) | apt GPG key URL | |
4040
| `initdb_additional_options` | | String | | Additional options to pass to the initdb command | |
4141
| `initdb_locale` | | String | | Locale to use for the initdb command | |
4242
| `initdb_encoding` | | String | | Encoding to use for the initdb command | |

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.1.0'
6+
version '12.0.3'
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)