From 74358d545c5fd66dd05d32c3b80bcc934238861b Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Tue, 10 Dec 2024 00:25:21 +0000 Subject: [PATCH] Daily automatic update --- Debian/12/bookworm/.versions.json | 2 +- Debian/12/bookworm/Dockerfile | 2 +- Debian/12/bookworm/requirements.txt | 18 +++++++++--------- Debian/12/bullseye/.versions.json | 2 +- Debian/12/bullseye/Dockerfile | 2 +- Debian/12/bullseye/requirements.txt | 18 +++++++++--------- Debian/13/bookworm/.versions.json | 2 +- Debian/13/bookworm/Dockerfile | 2 +- Debian/13/bookworm/requirements.txt | 18 +++++++++--------- Debian/13/bullseye/.versions.json | 2 +- Debian/13/bullseye/Dockerfile | 2 +- Debian/13/bullseye/requirements.txt | 18 +++++++++--------- Debian/14/bookworm/.versions.json | 2 +- Debian/14/bookworm/Dockerfile | 2 +- Debian/14/bookworm/requirements.txt | 18 +++++++++--------- Debian/14/bullseye/.versions.json | 2 +- Debian/14/bullseye/Dockerfile | 2 +- Debian/14/bullseye/requirements.txt | 18 +++++++++--------- Debian/15/bookworm/.versions.json | 2 +- Debian/15/bookworm/Dockerfile | 2 +- Debian/15/bookworm/requirements.txt | 18 +++++++++--------- Debian/15/bullseye/.versions.json | 2 +- Debian/15/bullseye/Dockerfile | 2 +- Debian/15/bullseye/requirements.txt | 18 +++++++++--------- Debian/16/bookworm/.versions.json | 2 +- Debian/16/bookworm/Dockerfile | 2 +- Debian/16/bookworm/requirements.txt | 18 +++++++++--------- Debian/16/bullseye/.versions.json | 2 +- Debian/16/bullseye/Dockerfile | 2 +- Debian/16/bullseye/requirements.txt | 18 +++++++++--------- Debian/17/bookworm/.versions.json | 2 +- Debian/17/bookworm/Dockerfile | 2 +- Debian/17/bookworm/requirements.txt | 18 +++++++++--------- Debian/17/bullseye/.versions.json | 2 +- Debian/17/bullseye/Dockerfile | 2 +- Debian/17/bullseye/requirements.txt | 18 +++++++++--------- 36 files changed, 132 insertions(+), 132 deletions(-) diff --git a/Debian/12/bookworm/.versions.json b/Debian/12/bookworm/.versions.json index 0361131f..5baa321f 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T18:07:41.780817Z", "POSTGRES_IMAGE_VERSION": "12.22-bookworm" } diff --git a/Debian/12/bookworm/Dockerfile b/Debian/12/bookworm/Dockerfile index b36283c2..d6982283 100644 --- a/Debian/12/bookworm/Dockerfile +++ b/Debian/12/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.22-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bookworm." diff --git a/Debian/12/bookworm/requirements.txt b/Debian/12/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/12/bullseye/.versions.json b/Debian/12/bullseye/.versions.json index 9ae41ab5..16dfcb58 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:07:49.535834Z", "POSTGRES_IMAGE_VERSION": "12.22-bullseye" } diff --git a/Debian/12/bullseye/Dockerfile b/Debian/12/bullseye/Dockerfile index c1806af3..a6e9ecd5 100644 --- a/Debian/12/bullseye/Dockerfile +++ b/Debian/12/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:12.22-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bullseye." diff --git a/Debian/12/bullseye/requirements.txt b/Debian/12/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index 677dbcac..dab1a5df 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T18:08:11.074597Z", "POSTGRES_IMAGE_VERSION": "13.18-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index e6d2aac5..c0457761 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.18-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bookworm." diff --git a/Debian/13/bookworm/requirements.txt b/Debian/13/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index 063db4c2..ac4312f0 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:08:22.121847Z", "POSTGRES_IMAGE_VERSION": "13.18-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index 182ffbd0..70296df3 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:13.18-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bullseye." diff --git a/Debian/13/bullseye/requirements.txt b/Debian/13/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index 29078bf7..d9953c5c 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T15:09:04.12635Z", "POSTGRES_IMAGE_VERSION": "14.15-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index 05731c63..1097525f 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.15-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bookworm." diff --git a/Debian/14/bookworm/requirements.txt b/Debian/14/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index bd2b27f4..4a75026f 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:08:55.731441Z", "POSTGRES_IMAGE_VERSION": "14.15-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index 795357c9..a5bebc00 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:14.15-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bullseye." diff --git a/Debian/14/bullseye/requirements.txt b/Debian/14/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index 45d35cd4..ace11f9f 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": "12", + "IMAGE_RELEASE_VERSION": "13", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T15:09:39.581469Z", "POSTGRES_IMAGE_VERSION": "15.10-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index 48215f82..99dd113d 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.10-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="12" \ + release="13" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bookworm." diff --git a/Debian/15/bookworm/requirements.txt b/Debian/15/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index 18527a2b..a536c722 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:09:32.513274Z", "POSTGRES_IMAGE_VERSION": "15.10-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index 9b3394e9..d00693ca 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:15.10-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bullseye." diff --git a/Debian/15/bullseye/requirements.txt b/Debian/15/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index 630dc8a5..972f7af5 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T12:09:33.089912Z", "POSTGRES_IMAGE_VERSION": "16.6-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index 4b0e1899..49fc1400 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.6-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm." diff --git a/Debian/16/bookworm/requirements.txt b/Debian/16/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index 6f94d2d5..58e85f08 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T09:10:06.950368Z", "POSTGRES_IMAGE_VERSION": "16.6-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index 397e678f..847ccb96 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.6-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye." diff --git a/Debian/16/bullseye/requirements.txt b/Debian/16/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index 235441dc..4979a0f8 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T12:10:08.557821Z", "POSTGRES_IMAGE_VERSION": "17.2-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 441fc685..c86e2e47 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17.2-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm." diff --git a/Debian/17/bookworm/requirements.txt b/Debian/17/bookworm/requirements.txt index 82168f69..b496c917 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index 9dc4b678..6e0376c0 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": "11", + "IMAGE_RELEASE_VERSION": "12", "POSTGRES_IMAGE_LAST_UPDATED": "2024-12-03T06:13:41.948047Z", "POSTGRES_IMAGE_VERSION": "17.2-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 61642611..da257e11 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:17.2-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="11" \ + release="12" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye." diff --git a/Debian/17/bullseye/requirements.txt b/Debian/17/bullseye/requirements.txt index 1cb74c0d..f922fd7b 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.76 \ - --hash=sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0 \ - --hash=sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd -botocore==1.35.76 \ - --hash=sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13 \ - --hash=sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af +boto3==1.35.77 \ + --hash=sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f \ + --hash=sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928 +botocore==1.35.77 \ + --hash=sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0 \ + --hash=sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8 # via # boto3 # s3transfer @@ -342,9 +342,9 @@ cryptography==44.0.0 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.23.0 \ - --hash=sha256:2ceb087315e6af43f256704b871d99326b1f12a9d6ce99beaedec99ba26a0ace \ - --hash=sha256:c20100d4c4c41070cf365f1d8ddf5365915291b5eb11b83829fbd1c999b5122f +google-api-core==2.24.0 \ + --hash=sha256:10d82ac0fca69c82a25b3efdeefccf6f28e02ebb97925a8cce8edbfe379929d9 \ + --hash=sha256:e255640547a597a4da010876d333208ddac417d60add22b6851a0c66a831fcaf # via # google-cloud-core # google-cloud-storage