Skip to content

Commit

Permalink
Merge branch 'release/v14.13-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kahoona77 authored and cesmarvin committed Nov 13, 2024
2 parents e6a2f8c + d6e81d5 commit b9ca834
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// The following CVEs are reported by the trivy scan of the gosu library
// gosu explicitly states to use their own vulnerability checker which is based on govulncheck
// see https://github.com/tianon/gosu/blob/master/SECURITY.md
// govulncheck does not report these CVEs as actual vulnerabilities in gosu
CVE-2023-24538
CVE-2023-24540
CVE-2024-24790
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v14.13-1] - 2024-11-13
### Changed
- [#40] Update postgresql to v14.13

## [v14.12-4] - 2024-10-11
### Added
- [#38] Extensions from `postgresql-contrib`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RUN set -x -o errexit \
FROM registry.cloudogu.com/official/base:3.20.2-1

LABEL NAME="official/postgresql" \
VERSION="14.12-4" \
VERSION="14.13-1" \
maintainer="[email protected]"

ENV LANG=en_US.utf8 \
PGDATA=/var/lib/postgresql \
POSTGRESQL_VERSION=14.12-r0
POSTGRESQL_VERSION=14.13-r0

RUN set -x -o errexit \
&& set -o nounset \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!groovy
@Library(['github.com/cloudogu/[email protected]', 'github.com/cloudogu/dogu-build-lib@v2.3.1'])
@Library(['github.com/cloudogu/[email protected]', 'github.com/cloudogu/dogu-build-lib@v2.5.0'])
import com.cloudogu.ces.cesbuildlib.*
import com.cloudogu.ces.dogubuildlib.*

Expand Down
Empty file added docs/gui/.gitkeep
Empty file.
8 changes: 0 additions & 8 deletions docs/gui/releasenotes_de.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/gui/releasenotes_en.md

This file was deleted.

2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/postgresql",
"Version": "14.12-4",
"Version": "14.13-1",
"DisplayName": "PostgreSQL",
"Description": "PostgreSQL Database.",
"Url": "https://www.postgresql.org/",
Expand Down

0 comments on commit b9ca834

Please sign in to comment.