File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 | |
Original file line number Diff line number Diff line change 33maintainer_email '[email protected] ' 44license 'Apache-2.0'
55description 'Installs and configures postgresql for clients or servers'
6- version '12.1.0 '
6+ version '12.0.3 '
77source_url 'https://github.com/sous-chefs/postgresql'
88issues_url 'https://github.com/sous-chefs/postgresql/issues'
99chef_version '>= 16.0'
You can’t perform that action at this time.
0 commit comments