Skip to content

Commit

Permalink
Prepare v2.0.17 release (#3472)
Browse files Browse the repository at this point in the history
* Add missing dependency for postgresql-client-common package

* Update AlmaLinux AWS OS image

* Update version and changelog
  • Loading branch information
przemyslavic authored Nov 15, 2024
1 parent 3ffd415 commit dd88352
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.16
2.0.17
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ packages:

# postgres related packages
# if version is not specified, it's not related to postgres version and the latest is used
- 'libipc-run-perl' # for postgresql-client-common
- 'pgdg-keyring'
- 'postgresql-13-pgaudit=1.5.0*'
- 'postgresql-10-repmgr=5.2.1*'
Expand Down
7 changes: 7 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- markdownlint-disable-file no-duplicate-heading -->
# Changelog 2.0

## [2.0.17] 2024-11-15

### Fixed

- [#3473](https://github.com/hitachienergy/epiphany/issues/3473) - Missing dependency for postgresql-client-common package
- [#3474](https://github.com/hitachienergy/epiphany/issues/3474) - Missing AWS AlmaLinux OS 8.7 image

## [2.0.16] 2024-09-10

### Updated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: infrastructure/cloud-os-image-defaults
title: "Cloud OS Image Defaults"
name: default
specification:
almalinux-8-arm64: AlmaLinux OS 8.7.20221110 aarch64
almalinux-8-x86_64: AlmaLinux OS 8.7.20221110 x86_64
almalinux-8-arm64: AlmaLinux OS 8.8.20230524 aarch64
almalinux-8-x86_64: AlmaLinux OS 8.8.20230524 x86_64
rhel-8-x86_64: RHEL-8.4.0_HVM-20230419-x86_64-41-Hourly2-GP2
ubuntu-20.04-x86_64: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20231004

0 comments on commit dd88352

Please sign in to comment.