Skip to content

Commit d70d15b

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 0991bed commit d70d15b

17 files changed

+57
-57
lines changed

Debian/11/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2323
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
2424
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via -r requirements.in
26-
boto3==1.34.81 \
27-
--hash=sha256:004dad209d37b3d2df88f41da13b7ad702a751904a335fac095897ff7a19f82b \
28-
--hash=sha256:18224d206a8a775bcaa562d22ed3d07854934699190e12b52fcde87aac76a80e
29-
botocore==1.34.81 \
30-
--hash=sha256:85f6fd7c5715eeef7a236c50947de00f57d72e7439daed1125491014b70fab01 \
31-
--hash=sha256:f79bf122566cc1f09d71cc9ac9fcf52d47ba48b761cbc3f064017b36a3c40eb8
26+
boto3==1.34.82 \
27+
--hash=sha256:6e0ee12e87b37fa81133e9308d0957fce4200c1ff37c96346538dba5e857da18 \
28+
--hash=sha256:fcdb84936b04d5f78c8c8667b65bf5b9803cf39fd25bb7fe57ba237074e36171
29+
botocore==1.34.82 \
30+
--hash=sha256:2fd14676152f9d64541099090cc64973fdf8232744256454de443583e35e497d \
31+
--hash=sha256:8f839e9a88e7ac7185e406be4cf9926673374e8a6ecc295302f56f7e3c618692
3232
# via
3333
# boto3
3434
# s3transfer

Debian/12/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.10.0",
3-
"IMAGE_RELEASE_VERSION": "11",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-03-14T08:08:51.454051Z",
3+
"IMAGE_RELEASE_VERSION": "12",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-04-10T23:08:17.510642Z",
55
"POSTGRES_IMAGE_VERSION": "12.18-bullseye"
66
}

Debian/12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.18-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="11" \
23+
release="12" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.18-bullseye."
2626

Debian/12/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2323
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
2424
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via -r requirements.in
26-
boto3==1.34.81 \
27-
--hash=sha256:004dad209d37b3d2df88f41da13b7ad702a751904a335fac095897ff7a19f82b \
28-
--hash=sha256:18224d206a8a775bcaa562d22ed3d07854934699190e12b52fcde87aac76a80e
29-
botocore==1.34.81 \
30-
--hash=sha256:85f6fd7c5715eeef7a236c50947de00f57d72e7439daed1125491014b70fab01 \
31-
--hash=sha256:f79bf122566cc1f09d71cc9ac9fcf52d47ba48b761cbc3f064017b36a3c40eb8
26+
boto3==1.34.82 \
27+
--hash=sha256:6e0ee12e87b37fa81133e9308d0957fce4200c1ff37c96346538dba5e857da18 \
28+
--hash=sha256:fcdb84936b04d5f78c8c8667b65bf5b9803cf39fd25bb7fe57ba237074e36171
29+
botocore==1.34.82 \
30+
--hash=sha256:2fd14676152f9d64541099090cc64973fdf8232744256454de443583e35e497d \
31+
--hash=sha256:8f839e9a88e7ac7185e406be4cf9926673374e8a6ecc295302f56f7e3c618692
3232
# via
3333
# boto3
3434
# s3transfer

Debian/13/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.10.0",
3-
"IMAGE_RELEASE_VERSION": "10",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-03-14T08:09:41.31332Z",
3+
"IMAGE_RELEASE_VERSION": "11",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-04-10T23:09:07.407234Z",
55
"POSTGRES_IMAGE_VERSION": "13.14-bullseye"
66
}

Debian/13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:13.14-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="10" \
23+
release="11" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye."
2626

Debian/13/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2323
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
2424
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via -r requirements.in
26-
boto3==1.34.81 \
27-
--hash=sha256:004dad209d37b3d2df88f41da13b7ad702a751904a335fac095897ff7a19f82b \
28-
--hash=sha256:18224d206a8a775bcaa562d22ed3d07854934699190e12b52fcde87aac76a80e
29-
botocore==1.34.81 \
30-
--hash=sha256:85f6fd7c5715eeef7a236c50947de00f57d72e7439daed1125491014b70fab01 \
31-
--hash=sha256:f79bf122566cc1f09d71cc9ac9fcf52d47ba48b761cbc3f064017b36a3c40eb8
26+
boto3==1.34.82 \
27+
--hash=sha256:6e0ee12e87b37fa81133e9308d0957fce4200c1ff37c96346538dba5e857da18 \
28+
--hash=sha256:fcdb84936b04d5f78c8c8667b65bf5b9803cf39fd25bb7fe57ba237074e36171
29+
botocore==1.34.82 \
30+
--hash=sha256:2fd14676152f9d64541099090cc64973fdf8232744256454de443583e35e497d \
31+
--hash=sha256:8f839e9a88e7ac7185e406be4cf9926673374e8a6ecc295302f56f7e3c618692
3232
# via
3333
# boto3
3434
# s3transfer

Debian/14/.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.10.0",
3-
"IMAGE_RELEASE_VERSION": "10",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-03-14T08:10:24.899817Z",
3+
"IMAGE_RELEASE_VERSION": "11",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-04-10T23:09:54.716223Z",
55
"POSTGRES_IMAGE_VERSION": "14.11-bullseye"
66
}

Debian/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:14.11-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="10" \
23+
release="11" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye."
2626

Debian/14/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2323
--hash=sha256:c40b42481a16b960e19d803bbe1f7d549749a5089d99d49cf77ec129297074a0 \
2424
--hash=sha256:dd9850ebe6a8a3be1c4157aa32d73349542e23b59881f207a4ba12667e7e062f
2525
# via -r requirements.in
26-
boto3==1.34.81 \
27-
--hash=sha256:004dad209d37b3d2df88f41da13b7ad702a751904a335fac095897ff7a19f82b \
28-
--hash=sha256:18224d206a8a775bcaa562d22ed3d07854934699190e12b52fcde87aac76a80e
29-
botocore==1.34.81 \
30-
--hash=sha256:85f6fd7c5715eeef7a236c50947de00f57d72e7439daed1125491014b70fab01 \
31-
--hash=sha256:f79bf122566cc1f09d71cc9ac9fcf52d47ba48b761cbc3f064017b36a3c40eb8
26+
boto3==1.34.82 \
27+
--hash=sha256:6e0ee12e87b37fa81133e9308d0957fce4200c1ff37c96346538dba5e857da18 \
28+
--hash=sha256:fcdb84936b04d5f78c8c8667b65bf5b9803cf39fd25bb7fe57ba237074e36171
29+
botocore==1.34.82 \
30+
--hash=sha256:2fd14676152f9d64541099090cc64973fdf8232744256454de443583e35e497d \
31+
--hash=sha256:8f839e9a88e7ac7185e406be4cf9926673374e8a6ecc295302f56f7e3c618692
3232
# via
3333
# boto3
3434
# s3transfer

0 commit comments

Comments
 (0)