From b7a2ee2acd52c34e74b47e92abf13f371ea026eb Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:24:55 +0100 Subject: [PATCH 1/6] Bumping version to 3.3.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2c6109e..0163af7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.4 \ No newline at end of file +3.3.5 \ No newline at end of file From 7b815c08d7b82bd07892e21c46dce45abdec43a5 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:42:18 +0100 Subject: [PATCH 2/6] Using GitHub CLI for auto PR --- .github/workflows/auto-pr.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index ae26510..54c3776 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -8,14 +8,11 @@ jobs: if: github.ref_type == 'branch' runs-on: ubuntu-latest steps: - - - name: Checkout Branch ${{ github.ref_name }} - uses: actions/checkout@v4 - - - name: Create Pull Request - uses: bfren/pull-request@v2 - with: - github_token: ${{ secrets.PAT }} - destination_branch: main - pr_title: ${{ github.ref_name }} - pr_body: "Merging branch to create ${{ github.ref_name }}." + - + name: Checkout Branch ${{ github.ref_name }} + uses: actions/checkout@v4 + - + name: Create Pull Request + run: gh pr create -B main --title "${{ github.ref_name }}" --body "Merging branch to create ${{ github.ref_name }}." + env: + GITHUB_TOKEN: ${{ secrets.PAT }} From 64248ae30135cbd2562830c918bca8bdfea79c7f Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:42:40 +0100 Subject: [PATCH 3/6] Updating to PostgreSQL 15.13, 16.9 and 17.5 --- 15/overlay/tmp/POSTGRESQL_BUILD | 2 +- 15/overlay/tmp/POSTGRESQL_MINOR | 2 +- 16/overlay/tmp/POSTGRESQL_BUILD | 2 +- 16/overlay/tmp/POSTGRESQL_MINOR | 2 +- 17/overlay/tmp/POSTGRESQL_BUILD | 2 +- 17/overlay/tmp/POSTGRESQL_MINOR | 2 +- generate-dockerfiles.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/15/overlay/tmp/POSTGRESQL_BUILD b/15/overlay/tmp/POSTGRESQL_BUILD index 0b48d85..bcb7ca0 100644 --- a/15/overlay/tmp/POSTGRESQL_BUILD +++ b/15/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -15.12-r0 \ No newline at end of file +15.13-r0 \ No newline at end of file diff --git a/15/overlay/tmp/POSTGRESQL_MINOR b/15/overlay/tmp/POSTGRESQL_MINOR index 962cc57..c019dd5 100644 --- a/15/overlay/tmp/POSTGRESQL_MINOR +++ b/15/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -15.12 \ No newline at end of file +15.13 \ No newline at end of file diff --git a/16/overlay/tmp/POSTGRESQL_BUILD b/16/overlay/tmp/POSTGRESQL_BUILD index cfd1229..0577f72 100644 --- a/16/overlay/tmp/POSTGRESQL_BUILD +++ b/16/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -16.8-r0 \ No newline at end of file +16.9-r0 \ No newline at end of file diff --git a/16/overlay/tmp/POSTGRESQL_MINOR b/16/overlay/tmp/POSTGRESQL_MINOR index 3aa175c..697de6d 100644 --- a/16/overlay/tmp/POSTGRESQL_MINOR +++ b/16/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -16.8 \ No newline at end of file +16.9 \ No newline at end of file diff --git a/17/overlay/tmp/POSTGRESQL_BUILD b/17/overlay/tmp/POSTGRESQL_BUILD index e0f5b93..f7f3ffb 100644 --- a/17/overlay/tmp/POSTGRESQL_BUILD +++ b/17/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -17.4-r0 \ No newline at end of file +17.5-r0 \ No newline at end of file diff --git a/17/overlay/tmp/POSTGRESQL_MINOR b/17/overlay/tmp/POSTGRESQL_MINOR index 0ce7e41..8352fb9 100644 --- a/17/overlay/tmp/POSTGRESQL_MINOR +++ b/17/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -17.4 \ No newline at end of file +17.5 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index ea8e7c3..03c681f 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.5.4" +BASE_VERSION="5.6.0" echo "Base: ${BASE_VERSION}" POSTGRESQL_VERSIONS="12 13 14 15 16 17" From bc83e783c0f5e99f9cff091391c3ec60d9be6b94 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:43:04 +0100 Subject: [PATCH 4/6] Using latest base images --- 12/Dockerfile | 2 +- 13/Dockerfile | 2 +- 14/Dockerfile | 2 +- 15/Dockerfile | 2 +- 16/Dockerfile | 2 +- 17/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/12/Dockerfile b/12/Dockerfile index 029ff8c..a65ccee 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/13/Dockerfile b/13/Dockerfile index a38f5ba..fc8b2c0 100644 --- a/13/Dockerfile +++ b/13/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/14/Dockerfile b/14/Dockerfile index 5c900c5..aa46e57 100644 --- a/14/Dockerfile +++ b/14/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/15/Dockerfile b/15/Dockerfile index e34a70f..420ddd3 100644 --- a/15/Dockerfile +++ b/15/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/16/Dockerfile b/16/Dockerfile index dde3a57..1b275e8 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" diff --git a/17/Dockerfile b/17/Dockerfile index 41d51f7..f30519d 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.4 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql" From 5f209ad6191abe9964c1c704e6a38282e2c23f84 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:44:16 +0100 Subject: [PATCH 5/6] Bumping version to 3.4.0 --- VERSION | 2 +- VERSION_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0163af7..fbcbf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.5 \ No newline at end of file +3.4.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index f30101c..af1817b 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -3.3 \ No newline at end of file +3.4 \ No newline at end of file From 2d89cfcbec50b7491cf9600ae09f1d3d69bf20bf Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:53:49 +0100 Subject: [PATCH 6/6] Updating to PostgreSQL 13.20 --- 13/overlay/tmp/POSTGRESQL_BUILD | 2 +- 13/overlay/tmp/POSTGRESQL_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/13/overlay/tmp/POSTGRESQL_BUILD b/13/overlay/tmp/POSTGRESQL_BUILD index d005e1c..d80d7cc 100644 --- a/13/overlay/tmp/POSTGRESQL_BUILD +++ b/13/overlay/tmp/POSTGRESQL_BUILD @@ -1 +1 @@ -13.17-r0 \ No newline at end of file +13.20-r0 \ No newline at end of file diff --git a/13/overlay/tmp/POSTGRESQL_MINOR b/13/overlay/tmp/POSTGRESQL_MINOR index f84ff04..69f9565 100644 --- a/13/overlay/tmp/POSTGRESQL_MINOR +++ b/13/overlay/tmp/POSTGRESQL_MINOR @@ -1 +1 @@ -13.17 \ No newline at end of file +13.20 \ No newline at end of file