Skip to content

Commit 73c46a3

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent aaa3638 commit 73c46a3

37 files changed

+73
-73
lines changed

Debian/12/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T06:07:41.23871Z",
55
"POSTGRES_IMAGE_VERSION": "12.22-bookworm"
66
}

Debian/12/bookworm/Dockerfile

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

Debian/12/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/12/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T03:08:02.913418Z",
55
"POSTGRES_IMAGE_VERSION": "12.22-bullseye"
66
}

Debian/12/bullseye/Dockerfile

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

Debian/12/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/13/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T03:08:53.322375Z",
55
"POSTGRES_IMAGE_VERSION": "13.18-bookworm"
66
}

Debian/13/bookworm/Dockerfile

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

Debian/13/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/13/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T03:08:54.763101Z",
55
"POSTGRES_IMAGE_VERSION": "13.18-bullseye"
66
}

Debian/13/bullseye/Dockerfile

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

Debian/13/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/14/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T03:09:28.745262Z",
55
"POSTGRES_IMAGE_VERSION": "14.15-bookworm"
66
}

Debian/14/bookworm/Dockerfile

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

Debian/14/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/14/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:13:42.493323Z",
55
"POSTGRES_IMAGE_VERSION": "14.15-bullseye"
66
}

Debian/14/bullseye/Dockerfile

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

Debian/14/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/15/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "3",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "4",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T03:09:57.802203Z",
55
"POSTGRES_IMAGE_VERSION": "15.10-bookworm"
66
}

Debian/15/bookworm/Dockerfile

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

Debian/15/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/15/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:16:02.103894Z",
55
"POSTGRES_IMAGE_VERSION": "15.10-bullseye"
66
}

Debian/15/bullseye/Dockerfile

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

Debian/15/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/16/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:18:13.849114Z",
55
"POSTGRES_IMAGE_VERSION": "16.6-bookworm"
66
}

Debian/16/bookworm/Dockerfile

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

Debian/16/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/16/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:18:15.291038Z",
55
"POSTGRES_IMAGE_VERSION": "16.6-bullseye"
66
}

Debian/16/bullseye/Dockerfile

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

Debian/16/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/17/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:20:25.34524Z",
55
"POSTGRES_IMAGE_VERSION": "17.2-bookworm"
66
}

Debian/17/bookworm/Dockerfile

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

Debian/17/bookworm/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/17/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BARMAN_VERSION": "3.12.0",
3-
"IMAGE_RELEASE_VERSION": "2",
2+
"BARMAN_VERSION": "3.11.1",
3+
"IMAGE_RELEASE_VERSION": "3",
44
"POSTGRES_IMAGE_LAST_UPDATED": "2024-11-23T00:20:26.786787Z",
55
"POSTGRES_IMAGE_VERSION": "17.2-bullseye"
66
}

Debian/17/bullseye/Dockerfile

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

Debian/17/bullseye/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ azure-identity==1.19.0 \
1616
azure-storage-blob==12.24.0 \
1717
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
1818
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
19-
barman[azure,cloud,google,snappy]==3.12.0 \
20-
--hash=sha256:42ecbab235c4bbf8c4aba7fc28f17b96319c2b867c4370e2b5ee3bc1fc605f34 \
21-
--hash=sha256:6e80ef4c550662aaed08accddc73422571647b86a1d9a49c5317fff4fca107c7
19+
barman[azure,cloud,google,snappy]==3.11.1 \
20+
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
21+
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
2222
# via -r requirements.in
2323
boto3==1.35.68 \
2424
--hash=sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433 \

Debian/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
barman[cloud,azure,snappy,google] == 3.12.0
1+
barman[cloud,azure,snappy,google] == 3.11.1

0 commit comments

Comments
 (0)