diff --git a/Debian/12/bookworm/.versions.json b/Debian/12/bookworm/.versions.json index 53cc07f3..ef1d7eb4 100644 --- a/Debian/12/bookworm/.versions.json +++ b/Debian/12/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:07:50.890121Z", "POSTGRES_IMAGE_VERSION": "12.20-bookworm" } diff --git a/Debian/12/bookworm/Dockerfile b/Debian/12/bookworm/Dockerfile index bffc040e..298f920a 100644 --- a/Debian/12/bookworm/Dockerfile +++ b/Debian/12/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.20-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bookworm." diff --git a/Debian/12/bookworm/requirements.txt b/Debian/12/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/12/bookworm/requirements.txt +++ b/Debian/12/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/12/bullseye/.versions.json b/Debian/12/bullseye/.versions.json index 9b4f42a4..2197a466 100644 --- a/Debian/12/bullseye/.versions.json +++ b/Debian/12/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:22:53.893112Z", "POSTGRES_IMAGE_VERSION": "12.20-bullseye" } diff --git a/Debian/12/bullseye/Dockerfile b/Debian/12/bullseye/Dockerfile index 2f746d03..318cfeec 100644 --- a/Debian/12/bullseye/Dockerfile +++ b/Debian/12/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.20-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.20-bullseye." diff --git a/Debian/12/bullseye/requirements.txt b/Debian/12/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/12/bullseye/requirements.txt +++ b/Debian/12/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index b07db8e6..38c4bdbd 100644 --- a/Debian/13/bookworm/.versions.json +++ b/Debian/13/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:08:30.904942Z", "POSTGRES_IMAGE_VERSION": "13.16-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index 625f949a..eb5eb630 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.16-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bookworm." diff --git a/Debian/13/bookworm/requirements.txt b/Debian/13/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/13/bookworm/requirements.txt +++ b/Debian/13/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index 43acdebc..7d3bbfa3 100644 --- a/Debian/13/bullseye/.versions.json +++ b/Debian/13/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:23:20.091851Z", "POSTGRES_IMAGE_VERSION": "13.16-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index f1c1b9a0..ba4f15c1 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.16-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.16-bullseye." diff --git a/Debian/13/bullseye/requirements.txt b/Debian/13/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/13/bullseye/requirements.txt +++ b/Debian/13/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index 099efe4a..ddf063f8 100644 --- a/Debian/14/bookworm/.versions.json +++ b/Debian/14/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:09:11.18839Z", "POSTGRES_IMAGE_VERSION": "14.13-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index 670ae415..d16d7ff2 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.13-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm." diff --git a/Debian/14/bookworm/requirements.txt b/Debian/14/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/14/bookworm/requirements.txt +++ b/Debian/14/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index 1b8de160..da4110c3 100644 --- a/Debian/14/bullseye/.versions.json +++ b/Debian/14/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:23:47.950738Z", "POSTGRES_IMAGE_VERSION": "14.13-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index 55c4faa0..146b2ced 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.13-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bullseye." diff --git a/Debian/14/bullseye/requirements.txt b/Debian/14/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/14/bullseye/requirements.txt +++ b/Debian/14/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index 024e4c7a..fbb974b9 100644 --- a/Debian/15/bookworm/.versions.json +++ b/Debian/15/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:09:45.919698Z", "POSTGRES_IMAGE_VERSION": "15.8-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index 7c59c89d..f671976f 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.8-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bookworm." diff --git a/Debian/15/bookworm/requirements.txt b/Debian/15/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/15/bookworm/requirements.txt +++ b/Debian/15/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index 3ba96193..2d0a4571 100644 --- a/Debian/15/bullseye/.versions.json +++ b/Debian/15/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:24:15.472725Z", "POSTGRES_IMAGE_VERSION": "15.8-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index eb08c9fb..6b14f855 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.8-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.8-bullseye." diff --git a/Debian/15/bullseye/requirements.txt b/Debian/15/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/15/bullseye/requirements.txt +++ b/Debian/15/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index 791ec49f..5c275708 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:10:21.349001Z", "POSTGRES_IMAGE_VERSION": "16.4-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index ac7963bd..fa773515 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm." diff --git a/Debian/16/bookworm/requirements.txt b/Debian/16/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/16/bookworm/requirements.txt +++ b/Debian/16/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index f44b8955..4f81d778 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", + "IMAGE_RELEASE_VERSION": "19", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:24:41.09928Z", "POSTGRES_IMAGE_VERSION": "16.4-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index 06079d30..4ba5ab25 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="18" \ + release="19" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye." diff --git a/Debian/16/bullseye/requirements.txt b/Debian/16/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/16/bullseye/requirements.txt +++ b/Debian/16/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index acbbe64a..d6d3a2ed 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "13", + "IMAGE_RELEASE_VERSION": "14", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:33.555234Z", "POSTGRES_IMAGE_VERSION": "17rc1-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index aa179365..70cbcee3 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17rc1-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="13" \ + release="14" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm." diff --git a/Debian/17/bookworm/requirements.txt b/Debian/17/bookworm/requirements.txt index fe45ec3d..452a126e 100644 --- a/Debian/17/bookworm/requirements.txt +++ b/Debian/17/bookworm/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index e4175c7e..fd82e791 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "13", + "IMAGE_RELEASE_VERSION": "14", "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:45.189541Z", "POSTGRES_IMAGE_VERSION": "17rc1-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index f8789cb1..e2dfe607 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17rc1-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="13" \ + release="14" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye." diff --git a/Debian/17/bullseye/requirements.txt b/Debian/17/bullseye/requirements.txt index a4089d60..87032e50 100644 --- a/Debian/17/bullseye/requirements.txt +++ b/Debian/17/bullseye/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer