Skip to content

Commit

Permalink
[v2.0] Update PostgreSQL RPM GPG key url (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Jan 9, 2024
1 parent 2e535d0 commit addf9d1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ name=PostgreSQL 13 for RHEL/CentOS $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
gpgkey=https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL
EOF
)

Expand All @@ -143,7 +143,7 @@ name=PostgreSQL common for RHEL/CentOS $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
gpgkey=https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL
EOF
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories:
gpgcheck=1
module_hotfixes=true
gpg_keys:
- https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
- https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-AARCH64-RHEL

rabbitmq:
id: rabbitmq-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories:
gpgcheck=1
module_hotfixes=true
gpg_keys:
- https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
- https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL

rabbitmq:
id: rabbitmq-server
Expand Down
2 changes: 1 addition & 1 deletion ci/ansible/playbooks/os/rhel/upgrade-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
file: pgdg{{ postgresql_version }}-rhel-{{ versions.target.full }}
description: PostgreSQL {{ postgresql_version }} for RHEL/CentOS {{ versions.target.full }} - $basearch
baseurl: https://download.postgresql.org/pub/repos/yum/{{ postgresql_version }}/redhat/rhel-{{ versions.target.full }}-$basearch
gpgkey: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
gpgkey: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL
enabled: false
gpgcheck: true
module_hotfixes: true
Expand Down
6 changes: 6 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-disable-file no-duplicate-header -->
# Changelog 2.0

## [2.0.11] 2024-01-DD

### Fixed

- [#3424](https://github.com/hitachienergy/epiphany/issues/3424) - PostgreSQL yum repo GPG key not available

## [2.0.10] 2023-11-17

### Fixed
Expand Down

0 comments on commit addf9d1

Please sign in to comment.