From 5506d0aadae01f157fa5e969c50f61844c23647a Mon Sep 17 00:00:00 2001 From: Serban Teodorescu Date: Thu, 12 Oct 2023 15:29:48 +0300 Subject: [PATCH 1/2] Update db_export.yaml fix postgres dump version --- .github/workflows/db_export.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/db_export.yaml b/.github/workflows/db_export.yaml index 68ad48a6..8e762ef8 100644 --- a/.github/workflows/db_export.yaml +++ b/.github/workflows/db_export.yaml @@ -12,7 +12,7 @@ jobs: services: postgres: - image: postgres + image: postgres:14-alpine env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres From 54b1e3887777407fd3cd48921f756621d35331f0 Mon Sep 17 00:00:00 2001 From: turnerm Date: Thu, 12 Oct 2023 21:45:16 +0200 Subject: [PATCH 2/2] Bumped to 0.4.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c83ce9..712591ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [0.4.2] - 2023-10-12 + +### Fixed + +- Pinned postgres docker image version in DB export GitHub action + ## [0.4.1] - 2023-10-11 ### Fixed