docker-postgres/CHANGELOG.md
2024-12-11 20:12:36 +00:00

2.6 KiB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v5.0.0 - 2024-12-11

Changed

  • cf451d6 - chore(deps): update docker/setup-buildx-action action to v3.7.1
  • 5d47e1d - [CI]: Push updated changelog

v4.0.0 - 2024-10-24

Changed

  • 291bb3c - chore(deps): update postgres docker tag to v16.4
  • e91df8c - [CI]: Push updated changelog

v3.0.0 - 2024-10-20

Changed

  • 4c43907 - feat: configure grant all on public schema for docker user
  • 0f4214a - [CI]: Push updated changelog

v2.0.0 - 2024-09-06

Changed

  • c05a5c4 - feature: use SKIP_CI_PREFIX variable
  • 8286101 - [CI]: Push updated changelog

v1.0.0 - 2024-08-29

Changed

  • 71f7593 - revert back to container.image explicite declaration
  • b216b85 - feature: configure changelog generation and migrate to https container registry
  • 896c67c - chore(deps): update rouxantoine/checkout action to v4
  • fa59c17 - chore(deps): update docker/build-push-action action to v6
  • 470b4e7 - chore(deps): update postgres docker tag to v16.3
  • d791766 - chore(deps): update docker/setup-buildx-action action to v3.3.0
  • b802e80 - feature: configure stop signal
  • 3698ac1 - chore(deps): update docker/setup-buildx-action action to v3.1.0
  • f4351a3 - chore(deps): update postgres docker tag to v16.2
  • d795a16 - feature: purge backup older than 14 days
  • 4983780 - feature: conditionning dumpall with if-exists
  • 34dda4a - feature: setup pgtop in container
  • d1f0d31 - chore(deps): update postgres docker tag to v16.1
  • a889614 - chore(deps): update docker/setup-qemu-action action to v3
  • 31c6586 - chore(deps): update docker/setup-buildx-action action to v3
  • a1e9c54 - chore(deps): update postgres docker tag to v16
  • 80521cd - feature: upgrade to postgres 15.4-bookworm from 14.9-bookworm
  • 5cf26b0 - chore(deps): update docker/setup-buildx-action action to v2.10.0
  • 0cf83e0 - chore(deps): update docker/build-push-action action to v5
  • 81b9f67 - feature: upgrade debian base image from bullseye to bookworm
  • 7e95eb5 - chore(deps): update postgres docker tag to v14.9
  • 4f5028f - feature: add renovate
  • 08011bb - feature: migrate to container.localdomain and add actions workflow to build
  • 13788e4 - feature: add backup script
  • b920b88 - feature: adapt container for kubernetes deployment
  • 2ba7846 - upgrade postgres from 14.1 to 14.4
  • 1f73f67 - extracted from infraRasp repository
  • 20e53d1 - Initial commit