From fe605228315ad52aabae6b0814d52ea6259df08f Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Sat, 15 Jun 2024 00:16:58 +0000 Subject: [PATCH] Daily automatic update --- Debian/12/bookworm/.versions.json | 4 ++-- Debian/12/bookworm/Dockerfile | 2 +- Debian/12/bookworm/requirements.txt | 12 ++++++------ Debian/12/bullseye/.versions.json | 4 ++-- Debian/12/bullseye/Dockerfile | 2 +- Debian/12/bullseye/requirements.txt | 12 ++++++------ Debian/13/bookworm/.versions.json | 4 ++-- Debian/13/bookworm/Dockerfile | 2 +- Debian/13/bookworm/requirements.txt | 12 ++++++------ Debian/13/bullseye/.versions.json | 4 ++-- Debian/13/bullseye/Dockerfile | 2 +- Debian/13/bullseye/requirements.txt | 12 ++++++------ Debian/14/bookworm/.versions.json | 4 ++-- Debian/14/bookworm/Dockerfile | 2 +- Debian/14/bookworm/requirements.txt | 12 ++++++------ Debian/14/bullseye/.versions.json | 4 ++-- Debian/14/bullseye/Dockerfile | 2 +- Debian/14/bullseye/requirements.txt | 12 ++++++------ Debian/15/bookworm/.versions.json | 4 ++-- Debian/15/bookworm/Dockerfile | 2 +- Debian/15/bookworm/requirements.txt | 12 ++++++------ Debian/15/bullseye/.versions.json | 4 ++-- Debian/15/bullseye/Dockerfile | 2 +- Debian/15/bullseye/requirements.txt | 12 ++++++------ Debian/16/bookworm/.versions.json | 4 ++-- Debian/16/bookworm/Dockerfile | 2 +- Debian/16/bookworm/requirements.txt | 12 ++++++------ Debian/16/bullseye/.versions.json | 4 ++-- Debian/16/bullseye/Dockerfile | 2 +- Debian/16/bullseye/requirements.txt | 12 ++++++------ Debian/17/bookworm/.versions.json | 4 ++-- Debian/17/bookworm/Dockerfile | 2 +- Debian/17/bookworm/requirements.txt | 12 ++++++------ Debian/17/bullseye/.versions.json | 4 ++-- Debian/17/bullseye/Dockerfile | 2 +- Debian/17/bullseye/requirements.txt | 12 ++++++------ 36 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Debian/12/bookworm/.versions.json b/Debian/12/bookworm/.versions.json index e20e431e..f23a5fc4 100644 --- a/Debian/12/bookworm/.versions.json +++ b/Debian/12/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:08:06.676711Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:08:06.241842Z", "POSTGRES_IMAGE_VERSION": "12.19-bookworm" } diff --git a/Debian/12/bookworm/Dockerfile b/Debian/12/bookworm/Dockerfile index f5a1f8be..2515dcc7 100644 --- a/Debian/12/bookworm/Dockerfile +++ b/Debian/12/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.19-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.19-bookworm." diff --git a/Debian/12/bookworm/requirements.txt b/Debian/12/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/12/bookworm/requirements.txt +++ b/Debian/12/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/12/bullseye/.versions.json b/Debian/12/bullseye/.versions.json index eeb5bd6f..36b635ca 100644 --- a/Debian/12/bullseye/.versions.json +++ b/Debian/12/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:08:10.877688Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:08:09.698295Z", "POSTGRES_IMAGE_VERSION": "12.19-bullseye" } diff --git a/Debian/12/bullseye/Dockerfile b/Debian/12/bullseye/Dockerfile index a7120e83..fb3294bc 100644 --- a/Debian/12/bullseye/Dockerfile +++ b/Debian/12/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.19-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.19-bullseye." diff --git a/Debian/12/bullseye/requirements.txt b/Debian/12/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/12/bullseye/requirements.txt +++ b/Debian/12/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index 56846eb5..347fe0c4 100644 --- a/Debian/13/bookworm/.versions.json +++ b/Debian/13/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:09:01.958757Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:08:57.42476Z", "POSTGRES_IMAGE_VERSION": "13.15-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index cc6eff25..2f58a06d 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.15-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bookworm." diff --git a/Debian/13/bookworm/requirements.txt b/Debian/13/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/13/bookworm/requirements.txt +++ b/Debian/13/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index ccc11701..4cc9e16e 100644 --- a/Debian/13/bullseye/.versions.json +++ b/Debian/13/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:09:06.23155Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:09:00.878916Z", "POSTGRES_IMAGE_VERSION": "13.15-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index b9070eb9..da181e79 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.15-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bullseye." diff --git a/Debian/13/bullseye/requirements.txt b/Debian/13/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/13/bullseye/requirements.txt +++ b/Debian/13/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index b57a2109..ff77c296 100644 --- a/Debian/14/bookworm/.versions.json +++ b/Debian/14/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:09:59.496564Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:09:46.564612Z", "POSTGRES_IMAGE_VERSION": "14.12-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index c83492ae..35e729a0 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.12-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bookworm." diff --git a/Debian/14/bookworm/requirements.txt b/Debian/14/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/14/bookworm/requirements.txt +++ b/Debian/14/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index 45839f05..87d061fe 100644 --- a/Debian/14/bullseye/.versions.json +++ b/Debian/14/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:10:03.704959Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:09:49.65801Z", "POSTGRES_IMAGE_VERSION": "14.12-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index 02faef5e..54d1b777 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.12-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bullseye." diff --git a/Debian/14/bullseye/requirements.txt b/Debian/14/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/14/bullseye/requirements.txt +++ b/Debian/14/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index 54e9efd1..8bec86dc 100644 --- a/Debian/15/bookworm/.versions.json +++ b/Debian/15/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:11:08.974925Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T23:09:53.741585Z", "POSTGRES_IMAGE_VERSION": "15.7-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index 726da345..379b7158 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.7-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.7-bookworm." diff --git a/Debian/15/bookworm/requirements.txt b/Debian/15/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/15/bookworm/requirements.txt +++ b/Debian/15/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index 8b5b878d..86cc64de 100644 --- a/Debian/15/bullseye/.versions.json +++ b/Debian/15/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:11:13.586682Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T08:10:38.986137Z", "POSTGRES_IMAGE_VERSION": "15.7-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index 7ddd21a4..3343d959 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.7-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.7-bullseye." diff --git a/Debian/15/bullseye/requirements.txt b/Debian/15/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/15/bullseye/requirements.txt +++ b/Debian/15/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index 635359a0..45371436 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:12:19.108802Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T20:10:03.338819Z", "POSTGRES_IMAGE_VERSION": "16.3-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index 4d25a365..006695f1 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.3-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.3-bookworm." diff --git a/Debian/16/bookworm/requirements.txt b/Debian/16/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/16/bookworm/requirements.txt +++ b/Debian/16/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index 9be340fb..f48dd2c2 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:12:23.1475Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T23:10:33.928976Z", "POSTGRES_IMAGE_VERSION": "16.3-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index dbb5a478..c6086b5d 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.3-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.3-bullseye." diff --git a/Debian/16/bullseye/requirements.txt b/Debian/16/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/16/bullseye/requirements.txt +++ b/Debian/16/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index 0f35cfdd..f8d3aeab 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:12:56.503466Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T20:10:26.112675Z", "POSTGRES_IMAGE_VERSION": "17beta1-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 5c92987b..99536355 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17beta1-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta1-bookworm." diff --git a/Debian/17/bookworm/requirements.txt b/Debian/17/bookworm/requirements.txt index 39aeb541..596fd497 100644 --- a/Debian/17/bookworm/requirements.txt +++ b/Debian/17/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index b1d55605..5d27882a 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.1", - "IMAGE_RELEASE_VERSION": "3", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-13T23:13:13.265034Z", + "IMAGE_RELEASE_VERSION": "4", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-06-14T20:10:35.558957Z", "POSTGRES_IMAGE_VERSION": "17beta1-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 6c0138cb..b4f40e7e 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17beta1-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="3" \ + release="4" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17beta1-bullseye." diff --git a/Debian/17/bullseye/requirements.txt b/Debian/17/bullseye/requirements.txt index a5bbb5a5..9c44f9c7 100644 --- a/Debian/17/bullseye/requirements.txt +++ b/Debian/17/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.10.1 \ --hash=sha256:1f543657b0eb70eaf5200c78724093356d6b2f291488c4950c0fa1fa6f2b5777 \ --hash=sha256:2401208fd96349dbaf56aa4082629eaf0c3e5e95c642d5898985fb0c3f5bd506 # via -r requirements.in -boto3==1.34.126 \ - --hash=sha256:7e8418b47dd43954a9088d504541bed8a42b6d06e712d02befba134c1c4d7c6d \ - --hash=sha256:7f676daef674fe74f34ce4063228eccc6e60c811f574720e31f230296c4bf29a -botocore==1.34.126 \ - --hash=sha256:7a8ccb6a7c02456757a984a3a44331b6f51c94cb8b9b287cd045122fd177a4b0 \ - --hash=sha256:7eff883c638fe30e0b036789df32d851e093d12544615a3b90062b42ac85bdbc +boto3==1.34.127 \ + --hash=sha256:58ccdeae3a96811ecc9d5d866d8226faadbd0ee1891756e4a04d5186e9a57a64 \ + --hash=sha256:d370befe4fb7aea5bc383057d7dad18dda5d0cf3cd3295915bcc8c8c4191905c +botocore==1.34.127 \ + --hash=sha256:a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877 \ + --hash=sha256:e14fa28c8bb141de965e700f88b196d17c67a703c7f0f5c7e14f7dd1cf636011 # via # boto3 # s3transfer