From bc9558e1881186efd13f84852f29d4a64d3ee11d Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Wed, 20 Dec 2023 00:13:57 +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 | 4 ++-- Debian/13/Dockerfile | 2 +- Debian/13/requirements.txt | 12 ++++++------ Debian/14/.versions.json | 4 ++-- Debian/14/Dockerfile | 2 +- Debian/14/requirements.txt | 12 ++++++------ Debian/15/.versions.json | 4 ++-- Debian/15/Dockerfile | 2 +- Debian/15/requirements.txt | 12 ++++++------ Debian/16/.versions.json | 4 ++-- Debian/16/Dockerfile | 2 +- Debian/16/requirements.txt | 12 ++++++------ Debian/src/requirements.txt | 12 ++++++------ 17 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Debian/11/requirements.txt b/Debian/11/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/11/requirements.txt +++ b/Debian/11/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/12/.versions.json b/Debian/12/.versions.json index b0aed46a..e897c139 100644 --- a/Debian/12/.versions.json +++ b/Debian/12/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "9", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-16T03:09:57.809593Z", + "IMAGE_RELEASE_VERSION": "10", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-19T21:09:43.817103Z", "POSTGRES_IMAGE_VERSION": "12.17-bullseye" } diff --git a/Debian/12/Dockerfile b/Debian/12/Dockerfile index e885d336..26e852f3 100644 --- a/Debian/12/Dockerfile +++ b/Debian/12/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.17-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="9" \ + release="10" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.17-bullseye." diff --git a/Debian/12/requirements.txt b/Debian/12/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/12/requirements.txt +++ b/Debian/12/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/13/.versions.json b/Debian/13/.versions.json index c8eedb85..24e1fd1a 100644 --- a/Debian/13/.versions.json +++ b/Debian/13/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "8", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-16T03:13:22.373962Z", + "IMAGE_RELEASE_VERSION": "9", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-19T21:11:42.836986Z", "POSTGRES_IMAGE_VERSION": "13.13-bullseye" } diff --git a/Debian/13/Dockerfile b/Debian/13/Dockerfile index 545bc260..0aec3ad9 100644 --- a/Debian/13/Dockerfile +++ b/Debian/13/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.13-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="8" \ + release="9" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye." diff --git a/Debian/13/requirements.txt b/Debian/13/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/13/requirements.txt +++ b/Debian/13/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/14/.versions.json b/Debian/14/.versions.json index 31f25b34..6071c91b 100644 --- a/Debian/14/.versions.json +++ b/Debian/14/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "8", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-16T03:16:09.021639Z", + "IMAGE_RELEASE_VERSION": "9", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-19T21:13:44.787241Z", "POSTGRES_IMAGE_VERSION": "14.10-bullseye" } diff --git a/Debian/14/Dockerfile b/Debian/14/Dockerfile index 1031e297..51c05eb5 100644 --- a/Debian/14/Dockerfile +++ b/Debian/14/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.10-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="8" \ + release="9" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye." diff --git a/Debian/14/requirements.txt b/Debian/14/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/14/requirements.txt +++ b/Debian/14/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/15/.versions.json b/Debian/15/.versions.json index c8907508..9d8634ff 100644 --- a/Debian/15/.versions.json +++ b/Debian/15/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "8", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-16T03:20:44.560846Z", + "IMAGE_RELEASE_VERSION": "9", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-19T21:15:50.696846Z", "POSTGRES_IMAGE_VERSION": "15.5-bullseye" } diff --git a/Debian/15/Dockerfile b/Debian/15/Dockerfile index ef8f7eab..0c7a4521 100644 --- a/Debian/15/Dockerfile +++ b/Debian/15/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.5-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="8" \ + release="9" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye." diff --git a/Debian/15/requirements.txt b/Debian/15/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/15/requirements.txt +++ b/Debian/15/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/16/.versions.json b/Debian/16/.versions.json index de1d7e56..2dc1ede6 100644 --- a/Debian/16/.versions.json +++ b/Debian/16/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "9", - "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-16T06:10:47.980786Z", + "IMAGE_RELEASE_VERSION": "10", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-12-19T21:17:47.467011Z", "POSTGRES_IMAGE_VERSION": "16.1-bullseye" } diff --git a/Debian/16/Dockerfile b/Debian/16/Dockerfile index bc5ecb94..720d8ce7 100644 --- a/Debian/16/Dockerfile +++ b/Debian/16/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.1-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="9" \ + release="10" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye." diff --git a/Debian/16/requirements.txt b/Debian/16/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/16/requirements.txt +++ b/Debian/16/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer diff --git a/Debian/src/requirements.txt b/Debian/src/requirements.txt index 831ddc4f..3e0d85b9 100644 --- a/Debian/src/requirements.txt +++ b/Debian/src/requirements.txt @@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.34.3 \ - --hash=sha256:77e055bd44c7ffc593928d2a272f4931a7f68c22f8d984530fc76cf063b7cc05 \ - --hash=sha256:d2fa7c1c65108fd984ac7b6d21cca640a6a005ff1ad99e4429b9f6ef835996f9 -botocore==1.34.3 \ - --hash=sha256:8e5b32c63db8963af0008e36ceb13c236a46878a3722ffc6dd3be7351fba7163 \ - --hash=sha256:c0e7910a118ad497738a327f3456582c69f761ba9d004007570d64093f767a5e +boto3==1.34.4 \ + --hash=sha256:1e836fe33da2684db29317911d9958389094ca5098cc253dbaed8e4aa146b153 \ + --hash=sha256:a866277fc38b121ac5dab0eec38b6ae6e3a59bbf6f67ed9a9822332d9e5e785f +botocore==1.34.4 \ + --hash=sha256:2026d89a46dfcb96d439db17a277de11b808428cba881deb50a5960b134e3a84 \ + --hash=sha256:5dcd63329cb3e65c533a72a68c99b7d07c99a29936ea07d0998120172c10b4f5 # via # boto3 # s3transfer