//Cloudogu EcoSystem Docs

PostgreSQL Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v12.18-1] - 2024-02-13

Changed

  • [#26] Update postgresql to v12.18
  • Update Makefiles to 9.0.1

Fixed

[v12.15-2] - 2023-06-27

Added

  • [#24] Configuration options for resource requirements
  • [#24] Defaults for CPU and memory requests

[v12.15-1] - 2023-06-13

Fixed

  • [#22] Allow connections from all nodes of a cluster (cidr /16) in kubernetes environments.

[v12.14-2] - 2023-04-21

Changed

  • [#20] Upgrade Base Image to 3.17.3-2

Security

  • [#20] Fixed CVE-2023-27536, CVE-2023-27536 and some others

[v12.14-1] - 2023-03-14

Changed

  • Upgrade to PostgreSQL 12.14; #18

    • This update contains a security fix

[v12.13-1] - 2023-02-06

Changed

  • Upgrades PostgreSQL to 12.13 (#15)

    • This update contains several security fixes
  • Update base image to 3.17.1-1 (#15)
  • Set healthcheck interval to 5 seconds

[v12.10-1] - 2022-04-06

Changed

  • Upgrades PostgreSQL to 12.10

    • this upgrade is necessary to upgrade packages for security reasons
    • PostgreSQL 12.9 is no longer available in Alpine 3.12.4

Fixed

[v12.9-1] - 2022-01-11

Changed

  • Upgrade to PostgreSQL 12.9; #11

Added

  • Option to change the dogu log level

[v12.5-2] - 2020-12-16

Added

  • command to remove service accounts

[v12.5-1] - 2020-12-10

Changed

  • Major upgrade to PostgreSQL 12; #7
  • Upgrade base image to 3.12.1-1

Added

  • Add Jenkinsfile

9.6.13-1 - 2020-04-22

Added

  • create-sa.sh now accepts a second argument which represents the database collation

Changed

  • updated gosu to version from 1.2 to 1.10
  • Recreate the pg_hba.conf file on each dogu start to keep up with network changes