From 6632a60c9ee6d9f640dfb95efe33cabdd4530110 Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Wed, 14 Feb 2024 00:15:21 +0000 Subject: [PATCH] Daily automatic update --- Debian/11/requirements.txt | 12 ++++++------ Debian/12/.versions.json | 4 ++-- Debian/12/Dockerfile | 2 +- Debian/12/requirements.txt | 12 ++++++------ Debian/13/.versions.json | 6 +++--- Debian/13/Dockerfile | 8 ++++---- Debian/13/requirements.txt | 12 ++++++------ Debian/14/.versions.json | 6 +++--- Debian/14/Dockerfile | 8 ++++---- Debian/14/requirements.txt | 12 ++++++------ Debian/15/.versions.json | 6 +++--- Debian/15/Dockerfile | 8 ++++---- Debian/15/requirements.txt | 12 ++++++------ Debian/16/.versions.json | 6 +++--- Debian/16/Dockerfile | 8 ++++---- Debian/16/requirements.txt | 12 ++++++------ Debian/src/requirements.txt | 12 ++++++------ 17 files changed, 73 insertions(+), 73 deletions(-) diff --git a/Debian/11/requirements.txt b/Debian/11/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/11/requirements.txt +++ b/Debian/11/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/12/.versions.json b/Debian/12/.versions.json index 09d067ed..f102fdc6 100644 --- a/Debian/12/.versions.json +++ b/Debian/12/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.0", - "IMAGE_RELEASE_VERSION": "1", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T00:11:46.996551Z", + "IMAGE_RELEASE_VERSION": "2", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:10:02.187826Z", "POSTGRES_IMAGE_VERSION": "12.18-bullseye" } diff --git a/Debian/12/Dockerfile b/Debian/12/Dockerfile index 8c4c50e5..aa33bb26 100644 --- a/Debian/12/Dockerfile +++ b/Debian/12/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.18-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="1" \ + release="2" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.18-bullseye." diff --git a/Debian/12/requirements.txt b/Debian/12/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/12/requirements.txt +++ b/Debian/12/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/13/.versions.json b/Debian/13/.versions.json index 5d2cafbc..7b2ac9e3 100644 --- a/Debian/13/.versions.json +++ b/Debian/13/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.0", - "IMAGE_RELEASE_VERSION": "18", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:10:27.415063Z", - "POSTGRES_IMAGE_VERSION": "13.13-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:12:50.222506Z", + "POSTGRES_IMAGE_VERSION": "13.14-bullseye" } diff --git a/Debian/13/Dockerfile b/Debian/13/Dockerfile index 7e6c6f53..c067ffa6 100644 --- a/Debian/13/Dockerfile +++ b/Debian/13/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.13-bullseye +FROM postgres:13.14-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye." COPY requirements.txt / diff --git a/Debian/13/requirements.txt b/Debian/13/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/13/requirements.txt +++ b/Debian/13/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/14/.versions.json b/Debian/14/.versions.json index 4fb30de2..ef33d751 100644 --- a/Debian/14/.versions.json +++ b/Debian/14/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.0", - "IMAGE_RELEASE_VERSION": "18", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:11:55.454783Z", - "POSTGRES_IMAGE_VERSION": "14.10-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:15:48.986518Z", + "POSTGRES_IMAGE_VERSION": "14.11-bullseye" } diff --git a/Debian/14/Dockerfile b/Debian/14/Dockerfile index f8d211fd..943db0b2 100644 --- a/Debian/14/Dockerfile +++ b/Debian/14/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.10-bullseye +FROM postgres:14.11-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye." COPY requirements.txt / diff --git a/Debian/14/requirements.txt b/Debian/14/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/14/requirements.txt +++ b/Debian/14/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/15/.versions.json b/Debian/15/.versions.json index d206b2bb..b0fe14bf 100644 --- a/Debian/15/.versions.json +++ b/Debian/15/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.0", - "IMAGE_RELEASE_VERSION": "18", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:13:24.083706Z", - "POSTGRES_IMAGE_VERSION": "15.5-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:18:09.715857Z", + "POSTGRES_IMAGE_VERSION": "15.6-bullseye" } diff --git a/Debian/15/Dockerfile b/Debian/15/Dockerfile index 6d791330..59f169a9 100644 --- a/Debian/15/Dockerfile +++ b/Debian/15/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:15.5-bullseye +FROM postgres:15.6-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye." COPY requirements.txt / diff --git a/Debian/15/requirements.txt b/Debian/15/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/15/requirements.txt +++ b/Debian/15/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/16/.versions.json b/Debian/16/.versions.json index 5589e82a..8fa655ae 100644 --- a/Debian/16/.versions.json +++ b/Debian/16/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.10.0", - "IMAGE_RELEASE_VERSION": "19", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:14:20.784388Z", - "POSTGRES_IMAGE_VERSION": "16.1-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:19:59.039239Z", + "POSTGRES_IMAGE_VERSION": "16.2-bullseye" } diff --git a/Debian/16/Dockerfile b/Debian/16/Dockerfile index 93c8a612..8b70eaf5 100644 --- a/Debian/16/Dockerfile +++ b/Debian/16/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16.1-bullseye +FROM postgres:16.2-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="19" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye." COPY requirements.txt / diff --git a/Debian/16/requirements.txt b/Debian/16/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/16/requirements.txt +++ b/Debian/16/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer diff --git a/Debian/src/requirements.txt b/Debian/src/requirements.txt index f3c1a0e9..25445bd0 100644 --- a/Debian/src/requirements.txt +++ b/Debian/src/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \ # via # -r requirements.in # barman -boto3==1.34.40 \ - --hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \ - --hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee -botocore==1.34.40 \ - --hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \ - --hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d +boto3==1.34.41 \ + --hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \ + --hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5 +botocore==1.34.41 \ + --hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \ + --hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d # via # boto3 # s3transfer