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 }} 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/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 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/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/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/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/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" 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/VERSION b/VERSION index 2c6109e..fbcbf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.4 \ 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 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"