From 70eec32b6a8dae12183528897bde9ffa6fd327c1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 23 Sep 2024 11:58:09 +0200 Subject: [PATCH 1/2] Bump version --- Dockerfile | 2 +- dogu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 36a9031..f081f60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN set -x -o errexit \ FROM registry.cloudogu.com/official/base:3.20.2-1 LABEL NAME="official/postgresql" \ - VERSION="14.22-3" \ + VERSION="14.12-3" \ maintainer="hello@cloudogu.com" ENV LANG=en_US.utf8 \ diff --git a/dogu.json b/dogu.json index 2416409..2e962cc 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/postgresql", - "Version": "14.22-3", + "Version": "14.12-3", "DisplayName": "PostgreSQL", "Description": "PostgreSQL Database.", "Url": "https://www.postgresql.org/", From 5d314c4bf67fdf32e7df280fd8f6b3615157f95a Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 23 Sep 2024 11:58:59 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8cdb3..1ade084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v14.22-3] - 2024-09-18 +## [v14.12-3] - 2024-09-23 ### Changed - Relicense to AGPL-3.0-only - ## [v14.12-2] - 2024-09-05 ### Fixed - [#34] Add missing local-config volume