From afd4c9cf71199dd5319e268000e06b71022cd480 Mon Sep 17 00:00:00 2001 From: EnterpriseDB Automated Updates Date: Wed, 29 Mar 2023 00:18:28 +0000 Subject: [PATCH] Daily automatic update --- Debian/11/.versions.json | 4 ++-- Debian/11/Dockerfile | 2 +- Debian/11/requirements.txt | 18 +++++++++--------- Debian/12/.versions.json | 4 ++-- Debian/12/Dockerfile | 2 +- Debian/12/requirements.txt | 18 +++++++++--------- Debian/13/.versions.json | 4 ++-- Debian/13/Dockerfile | 2 +- Debian/13/requirements.txt | 18 +++++++++--------- Debian/14/.versions.json | 4 ++-- Debian/14/Dockerfile | 2 +- Debian/14/requirements.txt | 18 +++++++++--------- Debian/15/.versions.json | 4 ++-- Debian/15/Dockerfile | 2 +- Debian/15/requirements.txt | 18 +++++++++--------- Debian/src/requirements.txt | 18 +++++++++--------- 16 files changed, 69 insertions(+), 69 deletions(-) diff --git a/Debian/11/.versions.json b/Debian/11/.versions.json index 8530e6e0..ab7b908b 100644 --- a/Debian/11/.versions.json +++ b/Debian/11/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.4.0", - "IMAGE_RELEASE_VERSION": "7", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:46:40.224936Z", + "IMAGE_RELEASE_VERSION": "8", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:56:31.652873Z", "POSTGRES_IMAGE_VERSION": "11.19-bullseye" } diff --git a/Debian/11/Dockerfile b/Debian/11/Dockerfile index 3e92e993..784d5f63 100644 --- a/Debian/11/Dockerfile +++ b/Debian/11/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:11.19-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="7" \ + release="8" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 11.19-bullseye." diff --git a/Debian/11/requirements.txt b/Debian/11/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/11/requirements.txt +++ b/Debian/11/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core diff --git a/Debian/12/.versions.json b/Debian/12/.versions.json index 5b0e6b82..f9554710 100644 --- a/Debian/12/.versions.json +++ b/Debian/12/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.4.0", - "IMAGE_RELEASE_VERSION": "7", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:47:42.569271Z", + "IMAGE_RELEASE_VERSION": "8", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:57:19.536579Z", "POSTGRES_IMAGE_VERSION": "12.14-bullseye" } diff --git a/Debian/12/Dockerfile b/Debian/12/Dockerfile index b0719783..eb4eba88 100644 --- a/Debian/12/Dockerfile +++ b/Debian/12/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.14-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="7" \ + release="8" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.14-bullseye." diff --git a/Debian/12/requirements.txt b/Debian/12/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/12/requirements.txt +++ b/Debian/12/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core diff --git a/Debian/13/.versions.json b/Debian/13/.versions.json index 297c2ba9..f5c60448 100644 --- a/Debian/13/.versions.json +++ b/Debian/13/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.4.0", - "IMAGE_RELEASE_VERSION": "7", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:48:42.817805Z", + "IMAGE_RELEASE_VERSION": "8", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:58:04.23396Z", "POSTGRES_IMAGE_VERSION": "13.10-bullseye" } diff --git a/Debian/13/Dockerfile b/Debian/13/Dockerfile index 0978ee92..bb206b39 100644 --- a/Debian/13/Dockerfile +++ b/Debian/13/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.10-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="7" \ + release="8" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.10-bullseye." diff --git a/Debian/13/requirements.txt b/Debian/13/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/13/requirements.txt +++ b/Debian/13/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core diff --git a/Debian/14/.versions.json b/Debian/14/.versions.json index a1cf8a18..3ee1ea1d 100644 --- a/Debian/14/.versions.json +++ b/Debian/14/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.4.0", - "IMAGE_RELEASE_VERSION": "7", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:49:43.157138Z", + "IMAGE_RELEASE_VERSION": "8", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:58:50.970914Z", "POSTGRES_IMAGE_VERSION": "14.7-bullseye" } diff --git a/Debian/14/Dockerfile b/Debian/14/Dockerfile index b27124d4..7a8c6518 100644 --- a/Debian/14/Dockerfile +++ b/Debian/14/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.7-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="7" \ + release="8" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.7-bullseye." diff --git a/Debian/14/requirements.txt b/Debian/14/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/14/requirements.txt +++ b/Debian/14/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core diff --git a/Debian/15/.versions.json b/Debian/15/.versions.json index def91700..bf472309 100644 --- a/Debian/15/.versions.json +++ b/Debian/15/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.4.0", - "IMAGE_RELEASE_VERSION": "7", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-27T22:50:47.215684Z", + "IMAGE_RELEASE_VERSION": "8", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-03-28T02:59:36.505735Z", "POSTGRES_IMAGE_VERSION": "15.2-bullseye" } diff --git a/Debian/15/Dockerfile b/Debian/15/Dockerfile index a76551b9..9bd2f73f 100644 --- a/Debian/15/Dockerfile +++ b/Debian/15/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.2-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="7" \ + release="8" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.2-bullseye." diff --git a/Debian/15/requirements.txt b/Debian/15/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/15/requirements.txt +++ b/Debian/15/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core diff --git a/Debian/src/requirements.txt b/Debian/src/requirements.txt index 042c5c95..98a4a8a0 100644 --- a/Debian/src/requirements.txt +++ b/Debian/src/requirements.txt @@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.4.0 \ --hash=sha256:b8f544a318e6689163d1216b1b4feb2b57bc29c052b603f911b38a842479c01c \ --hash=sha256:d60505a9466091a6a8a5abe11c764a7827649b5eb6ebad7029e6f59a14f93ccc # via -r requirements.in -boto3==1.26.100 \ - --hash=sha256:567f03ac638c3a6f4af00d88d081df7d6b8de4d127a26543c4ec1e7509e1a626 \ - --hash=sha256:b5be5bcffe17d70a72622f8ecbb428df7b11ef8d1facdfa984e94c6fc9fa301b -botocore==1.29.100 \ - --hash=sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623 \ - --hash=sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d +boto3==1.26.101 \ + --hash=sha256:5f5279a63b359ba8889e9a81b319e745b14216608ffb5a39fcbf269d1af1ea83 \ + --hash=sha256:670ae4d1875a2162e11c6e941888817c3e9cf1bb9a3335b3588d805b7d24da31 +botocore==1.29.101 \ + --hash=sha256:60c7a7bf8e2a288735e507007a6769be03dc24815f7dc5c7b59b12743f4a31cf \ + --hash=sha256:7bb60d9d4c49500df55dfb6005c16002703333ff5f69dada565167c8d493dfd5 # via # boto3 # s3transfer @@ -214,9 +214,9 @@ google-api-core==2.11.0 \ # via # google-cloud-core # google-cloud-storage -google-auth==2.16.3 \ - --hash=sha256:4dfcfd8ecd1cf03ddc97fddfb3b1f2973ea4f3f664aa0d8cfaf582ef9f0c60e7 \ - --hash=sha256:611779ce33a3aee265b94b74d4bb8c188f33010f5814761250a0ebbde94cc745 +google-auth==2.17.0 \ + --hash=sha256:45ba9b4b3e49406de3c5451697820694b2f6ce8a6b75bb187852fdae231dab94 \ + --hash=sha256:f51d26ebb3e5d723b9a7dbd310b6c88654ef1ad1fc35750d1fdba48ca4d82f52 # via # google-api-core # google-cloud-core