diff --git a/CHANGELOG.md b/CHANGELOG.md index d99177d3..e4c8f9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ This file is used to list changes made in the last 3 major versions of the postg ## Unreleased -## 12.1.0 - *2025-05-17* - - Cast `server_config` keys to strings in `postgresql_config` to avoid unnecessary converges - Add `setup_pgdg_*` properties to `postgresql_install` to allow more fine grained control over derived `yum_repository` resources diff --git a/documentation/postgresql_install.md b/documentation/postgresql_install.md index 929e0e76..bf08529c 100644 --- a/documentation/postgresql_install.md +++ b/documentation/postgresql_install.md @@ -35,8 +35,8 @@ | `repo_pgdg_source_updates_testing` | | true, false | `false` | Create pgdg-source-updates-testing repo | | | `setup_repo_pgdg_source_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_source_updates_testing repo | | | `yum_gpg_key_uri` | | String | platform specific | YUM/DNF GPG key URL | | -| `apt_repository_uri` | | String | https://download.postgresql.org/pub/repos/apt/ | apt repository URL | | -| `apt_gpg_key_uri` | | String | https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt GPG key URL | | +| `apt_repository_uri` | | String | [https://download.postgresql.org/pub/repos/apt/](https://download.postgresql.org/pub/repos/apt/) | apt repository URL | | +| `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 | | | `initdb_additional_options` | | String | | Additional options to pass to the initdb command | | | `initdb_locale` | | String | | Locale to use for the initdb command | | | `initdb_encoding` | | String | | Encoding to use for the initdb command | | diff --git a/metadata.rb b/metadata.rb index 1ad01778..6cc3723b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs and configures postgresql for clients or servers' -version '12.1.0' +version '12.0.3' source_url 'https://github.com/sous-chefs/postgresql' issues_url 'https://github.com/sous-chefs/postgresql/issues' chef_version '>= 16.0'