From a8ebfcf804892af37291111643b4935f4ad4012d Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:15:36 +0800 Subject: [PATCH 1/2] chore: release main --- docker/alpine/CHANGELOG.md | 7 +++++++ docker/debian/CHANGELOG.md | 7 +++++++ docker/rocky/CHANGELOG.md | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index 6ac7bb74..e4afbedb 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [18.4.0](https://github.com/snowdreamtech/postgresql/compare/alpine-v18.4.0...alpine-v18.4.0) (2026-06-23) + + +### 🐛 Bug Fixes + +* set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) + ## [18.4.0](https://github.com/snowdreamtech/postgresql/compare/alpine-v18.4.0...alpine-v18.4.0) (2026-06-22) diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index b78e7ab2..fb9cd1ef 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.10.0](https://github.com/snowdreamtech/postgresql/compare/debian-v17.10.0...debian-v17.10.0) (2026-06-23) + + +### 🐛 Bug Fixes + +* set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) + ## [17.10.0](https://github.com/snowdreamtech/postgresql/compare/debian-v17.10.0...debian-v17.10.0) (2026-06-22) diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index 7f97ba2a..d5bf7a99 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [18.3.0](https://github.com/snowdreamtech/postgresql/compare/rocky-v18.3.0...rocky-v18.3.0) (2026-06-23) + + +### 🐛 Bug Fixes + +* set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) + ## [18.3.0](https://github.com/snowdreamtech/postgresql/compare/rocky-v18.3.0...rocky-v18.3.0) (2026-06-22) From f80b98496bfe5f810e8da8a71cc279b404ad317d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 11:15:40 +0000 Subject: [PATCH 2/2] chore(release): deduplicate CHANGELOG headers Signed-off-by: github-actions[bot] --- docker/alpine/CHANGELOG.md | 65 -------------------------------------- docker/debian/CHANGELOG.md | 64 ------------------------------------- docker/rocky/CHANGELOG.md | 63 ------------------------------------ 3 files changed, 192 deletions(-) diff --git a/docker/alpine/CHANGELOG.md b/docker/alpine/CHANGELOG.md index e4afbedb..115ec992 100644 --- a/docker/alpine/CHANGELOG.md +++ b/docker/alpine/CHANGELOG.md @@ -7,68 +7,3 @@ * set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) -## [18.4.0](https://github.com/snowdreamtech/postgresql/compare/alpine-v18.4.0...alpine-v18.4.0) (2026-06-22) - - -### 🚀 Features - -* **alpine:** restore postgresql initialization script ([5d97e2f](https://github.com/snowdreamtech/postgresql/commit/5d97e2fcfccee51d35b8521c31bc9c200b283c21)) -* un-align native versions to highest available per variant (alpine:18.4, debian:17.10, rocky:18.3) ([987f0de](https://github.com/snowdreamtech/postgresql/commit/987f0de4a2603c723895755c3f84fe993b5cd887)) -* update dockerfiles for postgresql installation ([973143a](https://github.com/snowdreamtech/postgresql/commit/973143ac07db4107f103660452723dd134c83345)) - - -### 🐛 Bug Fixes - -* **alpine:** add empty line to trigger release pipeline test ([6f32fb1](https://github.com/snowdreamtech/postgresql/commit/6f32fb1c9fae9bcd4e86beb2e3013a0138784372)) -* improve postgresql initialization script robustness across all variants ([51287b4](https://github.com/snowdreamtech/postgresql/commit/51287b4793cb4f541d3a3e617733f3fb9cab0b75)) -* resolve shellcheck and editorconfig errors reported by unirtm verify ([60a893e](https://github.com/snowdreamtech/postgresql/commit/60a893e7d21a9611d8f51d7fd2e1f42870136457)) -* resolve shellcheck warnings in alpine postgresql-start.sh ([c1ee8bf](https://github.com/snowdreamtech/postgresql/commit/c1ee8bfbbb1830dde677151732e758f3e973fa93)) - - -### 🛠 Refactoring - -* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/postgresql/commit/232574fed8418f8c7f257d001e951361dfa467a0)) -* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/postgresql/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) -* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/postgresql/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) - - -### 📖 Documentation - -* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/postgresql/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) -* reset changelogs for postgresql migration ([1fd66f0](https://github.com/snowdreamtech/postgresql/commit/1fd66f065138d14d37f452a1f9e195518f3fcce4)) - - -### ♻️ Miscellaneous Chores - -* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/postgresql/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) -* release main ([deb8454](https://github.com/snowdreamtech/postgresql/commit/deb8454df7518d56939ab3851245a4cd7b03d709)) -* release main ([d87cb81](https://github.com/snowdreamtech/postgresql/commit/d87cb815685ad9b5b43d4b9a195c68dee2fd8065)) -* release main ([78328d2](https://github.com/snowdreamtech/postgresql/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) -* release main ([b720ad5](https://github.com/snowdreamtech/postgresql/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) -* release main ([32dd84d](https://github.com/snowdreamtech/postgresql/commit/32dd84de4be973395d0867b5d527d528948a35df)) -* release main ([725c69f](https://github.com/snowdreamtech/postgresql/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) -* release main ([070b694](https://github.com/snowdreamtech/postgresql/commit/070b694a702763b60fc6b057a81418320418cafa)) -* release main ([36d1211](https://github.com/snowdreamtech/postgresql/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) -* release main ([9ad4f94](https://github.com/snowdreamtech/postgresql/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) -* release main ([b0684a3](https://github.com/snowdreamtech/postgresql/commit/b0684a32a652e83506451e6056168cfec8b9142c)) -* release main ([495e18a](https://github.com/snowdreamtech/postgresql/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) -* release main ([d4a3a34](https://github.com/snowdreamtech/postgresql/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) -* release main ([28d9426](https://github.com/snowdreamtech/postgresql/commit/28d94263f4374017274707faef7183917b689be9)) -* **release:** deduplicate CHANGELOG headers ([d47fb44](https://github.com/snowdreamtech/postgresql/commit/d47fb44cb105b368722d7d0e210a27b525f82d87)) -* **release:** deduplicate CHANGELOG headers ([e795177](https://github.com/snowdreamtech/postgresql/commit/e79517795d98b9f8292ef956586a6dc03932d03c)) -* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/postgresql/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) -* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/postgresql/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) -* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/postgresql/commit/256f04311b2344f2648ca5bcf407146f8c690258)) -* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/postgresql/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) -* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/postgresql/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) -* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/postgresql/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) -* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/postgresql/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) -* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/postgresql/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -* remove redundant 10-base-init.sh scripts ([8216c4a](https://github.com/snowdreamtech/postgresql/commit/8216c4ac1b16d145e92894718a697ad7b83729ce)) - -## Changelog - -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.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/docker/debian/CHANGELOG.md b/docker/debian/CHANGELOG.md index fb9cd1ef..27a7d019 100644 --- a/docker/debian/CHANGELOG.md +++ b/docker/debian/CHANGELOG.md @@ -7,67 +7,3 @@ * set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) -## [17.10.0](https://github.com/snowdreamtech/postgresql/compare/debian-v17.10.0...debian-v17.10.0) (2026-06-22) - - -### 🚀 Features - -* **debian:** restore postgresql initialization script ([704c566](https://github.com/snowdreamtech/postgresql/commit/704c566e1e01f0cde9aecc3d71ac8ac3f3cdbc73)) -* un-align native versions to highest available per variant (alpine:18.4, debian:17.10, rocky:18.3) ([987f0de](https://github.com/snowdreamtech/postgresql/commit/987f0de4a2603c723895755c3f84fe993b5cd887)) -* update dockerfiles for postgresql installation ([973143a](https://github.com/snowdreamtech/postgresql/commit/973143ac07db4107f103660452723dd134c83345)) - - -### 🐛 Bug Fixes - -* **debian:** remove deprecated postgresql-contrib package ([4a053c5](https://github.com/snowdreamtech/postgresql/commit/4a053c5e13ab41fe3f513ac93b4324961d8624fe)) -* improve postgresql initialization script robustness across all variants ([51287b4](https://github.com/snowdreamtech/postgresql/commit/51287b4793cb4f541d3a3e617733f3fb9cab0b75)) -* resolve shellcheck and editorconfig errors reported by unirtm verify ([60a893e](https://github.com/snowdreamtech/postgresql/commit/60a893e7d21a9611d8f51d7fd2e1f42870136457)) - - -### 🛠 Refactoring - -* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/postgresql/commit/232574fed8418f8c7f257d001e951361dfa467a0)) -* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/postgresql/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) -* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/postgresql/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) - - -### 📖 Documentation - -* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/postgresql/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) -* reset changelogs for postgresql migration ([1fd66f0](https://github.com/snowdreamtech/postgresql/commit/1fd66f065138d14d37f452a1f9e195518f3fcce4)) - - -### ♻️ Miscellaneous Chores - -* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/postgresql/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) -* release main ([deb8454](https://github.com/snowdreamtech/postgresql/commit/deb8454df7518d56939ab3851245a4cd7b03d709)) -* release main ([d87cb81](https://github.com/snowdreamtech/postgresql/commit/d87cb815685ad9b5b43d4b9a195c68dee2fd8065)) -* release main ([78328d2](https://github.com/snowdreamtech/postgresql/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) -* release main ([b720ad5](https://github.com/snowdreamtech/postgresql/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) -* release main ([32dd84d](https://github.com/snowdreamtech/postgresql/commit/32dd84de4be973395d0867b5d527d528948a35df)) -* release main ([725c69f](https://github.com/snowdreamtech/postgresql/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) -* release main ([070b694](https://github.com/snowdreamtech/postgresql/commit/070b694a702763b60fc6b057a81418320418cafa)) -* release main ([36d1211](https://github.com/snowdreamtech/postgresql/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) -* release main ([9ad4f94](https://github.com/snowdreamtech/postgresql/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) -* release main ([b0684a3](https://github.com/snowdreamtech/postgresql/commit/b0684a32a652e83506451e6056168cfec8b9142c)) -* release main ([495e18a](https://github.com/snowdreamtech/postgresql/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) -* release main ([d4a3a34](https://github.com/snowdreamtech/postgresql/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) -* release main ([28d9426](https://github.com/snowdreamtech/postgresql/commit/28d94263f4374017274707faef7183917b689be9)) -* **release:** deduplicate CHANGELOG headers ([d47fb44](https://github.com/snowdreamtech/postgresql/commit/d47fb44cb105b368722d7d0e210a27b525f82d87)) -* **release:** deduplicate CHANGELOG headers ([e795177](https://github.com/snowdreamtech/postgresql/commit/e79517795d98b9f8292ef956586a6dc03932d03c)) -* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/postgresql/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) -* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/postgresql/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) -* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/postgresql/commit/256f04311b2344f2648ca5bcf407146f8c690258)) -* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/postgresql/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) -* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/postgresql/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) -* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/postgresql/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) -* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/postgresql/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) -* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/postgresql/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -* remove redundant 10-base-init.sh scripts ([8216c4a](https://github.com/snowdreamtech/postgresql/commit/8216c4ac1b16d145e92894718a697ad7b83729ce)) - -## Changelog - -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.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/docker/rocky/CHANGELOG.md b/docker/rocky/CHANGELOG.md index d5bf7a99..50c01c9e 100644 --- a/docker/rocky/CHANGELOG.md +++ b/docker/rocky/CHANGELOG.md @@ -7,66 +7,3 @@ * set KEEPALIVE=1 to prevent container from exiting immediately ([20a366e](https://github.com/snowdreamtech/postgresql/commit/20a366e2bad64cefa8738ccad993414ccb362f5c)) -## [18.3.0](https://github.com/snowdreamtech/postgresql/compare/rocky-v18.3.0...rocky-v18.3.0) (2026-06-22) - - -### 🚀 Features - -* **rocky:** create postgresql initialization script ([397beae](https://github.com/snowdreamtech/postgresql/commit/397beae39c9994672f8c97625c6aab30bb0fcbfe)) -* un-align native versions to highest available per variant (alpine:18.4, debian:17.10, rocky:18.3) ([987f0de](https://github.com/snowdreamtech/postgresql/commit/987f0de4a2603c723895755c3f84fe993b5cd887)) -* update dockerfiles for postgresql installation ([973143a](https://github.com/snowdreamtech/postgresql/commit/973143ac07db4107f103660452723dd134c83345)) - - -### 🐛 Bug Fixes - -* improve postgresql initialization script robustness across all variants ([51287b4](https://github.com/snowdreamtech/postgresql/commit/51287b4793cb4f541d3a3e617733f3fb9cab0b75)) -* resolve shellcheck and editorconfig errors reported by unirtm verify ([60a893e](https://github.com/snowdreamtech/postgresql/commit/60a893e7d21a9611d8f51d7fd2e1f42870136457)) - - -### 🛠 Refactoring - -* **docker:** align Dockerfiles with base image structure ([232574f](https://github.com/snowdreamtech/postgresql/commit/232574fed8418f8c7f257d001e951361dfa467a0)) -* remove redundant docker-entrypoint.sh files ([87c576b](https://github.com/snowdreamtech/postgresql/commit/87c576b27731ad11c5bc0ebc661e07c5a09ff1c1)) -* reorganize distribution variants into docker directory ([67a8c91](https://github.com/snowdreamtech/postgresql/commit/67a8c911e21801bf12b3e83d02e22f3b3f59a2ba)) - - -### 📖 Documentation - -* add detailed comments to entrypoint initialization scripts ([f42cbaa](https://github.com/snowdreamtech/postgresql/commit/f42cbaab6edfbc5c38c2a636dfd8651fea900940)) -* reset changelogs for postgresql migration ([1fd66f0](https://github.com/snowdreamtech/postgresql/commit/1fd66f065138d14d37f452a1f9e195518f3fcce4)) - - -### ♻️ Miscellaneous Chores - -* **deps:** bump base images to alpine 3.24.0, debian 13.5.0, rocky 10.2.0 ([1688969](https://github.com/snowdreamtech/postgresql/commit/168896956d2f4c7f91309c4c98ffef36ca7e8546)) -* release main ([deb8454](https://github.com/snowdreamtech/postgresql/commit/deb8454df7518d56939ab3851245a4cd7b03d709)) -* release main ([d87cb81](https://github.com/snowdreamtech/postgresql/commit/d87cb815685ad9b5b43d4b9a195c68dee2fd8065)) -* release main ([78328d2](https://github.com/snowdreamtech/postgresql/commit/78328d20bd3697d48ea90aee8d0eaa6af4ccc09c)) -* release main ([b720ad5](https://github.com/snowdreamtech/postgresql/commit/b720ad57dd1691d8ae07dcac7d46d0bd257af3a0)) -* release main ([32dd84d](https://github.com/snowdreamtech/postgresql/commit/32dd84de4be973395d0867b5d527d528948a35df)) -* release main ([725c69f](https://github.com/snowdreamtech/postgresql/commit/725c69fdcc222b5b83d0690629ce213a68c586ab)) -* release main ([070b694](https://github.com/snowdreamtech/postgresql/commit/070b694a702763b60fc6b057a81418320418cafa)) -* release main ([36d1211](https://github.com/snowdreamtech/postgresql/commit/36d1211036847a8c6aaa01a21a1c695a47b71d45)) -* release main ([9ad4f94](https://github.com/snowdreamtech/postgresql/commit/9ad4f9490832efdc310f2ebbd8c77f3404daf07f)) -* release main ([b0684a3](https://github.com/snowdreamtech/postgresql/commit/b0684a32a652e83506451e6056168cfec8b9142c)) -* release main ([495e18a](https://github.com/snowdreamtech/postgresql/commit/495e18a4babcb06a12c2f5aec9ea571d97cb32e3)) -* release main ([d4a3a34](https://github.com/snowdreamtech/postgresql/commit/d4a3a34b00a6b9f381cd5d556749c257516b2f08)) -* release main ([28d9426](https://github.com/snowdreamtech/postgresql/commit/28d94263f4374017274707faef7183917b689be9)) -* **release:** deduplicate CHANGELOG headers ([d47fb44](https://github.com/snowdreamtech/postgresql/commit/d47fb44cb105b368722d7d0e210a27b525f82d87)) -* **release:** deduplicate CHANGELOG headers ([e795177](https://github.com/snowdreamtech/postgresql/commit/e79517795d98b9f8292ef956586a6dc03932d03c)) -* **release:** deduplicate CHANGELOG headers ([27919e4](https://github.com/snowdreamtech/postgresql/commit/27919e4baf4aab5b2a2bf32a7d437b05a717c11b)) -* **release:** deduplicate CHANGELOG headers ([438190d](https://github.com/snowdreamtech/postgresql/commit/438190d297c151c75eca4912fdc22c285d5ec1ea)) -* **release:** deduplicate CHANGELOG headers ([256f043](https://github.com/snowdreamtech/postgresql/commit/256f04311b2344f2648ca5bcf407146f8c690258)) -* **release:** deduplicate CHANGELOG headers ([d263aae](https://github.com/snowdreamtech/postgresql/commit/d263aae7b223103a01dd0e114430381c5d863dd7)) -* **release:** deduplicate CHANGELOG headers ([133954e](https://github.com/snowdreamtech/postgresql/commit/133954e95cfae85cbba2fb9c1ac5acbc677ca39d)) -* **release:** deduplicate CHANGELOG headers ([1d82410](https://github.com/snowdreamtech/postgresql/commit/1d82410d6038be22d7741f1519826f30023b0f3e)) -* **release:** deduplicate CHANGELOG headers ([5e1a539](https://github.com/snowdreamtech/postgresql/commit/5e1a5390319933b48d20ad993714587d826c0aa7)) -* **release:** implement automatic changelog deduplication step ([282c220](https://github.com/snowdreamtech/postgresql/commit/282c22081e1ad7a1a010a7f297d20bc7c9b416a7)) -* remove redundant 10-base-init.sh scripts ([8216c4a](https://github.com/snowdreamtech/postgresql/commit/8216c4ac1b16d145e92894718a697ad7b83729ce)) - -## Changelog - -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.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).