diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index d46d2ed8..9358e21f 100644 --- a/Debian/13/bookworm/.versions.json +++ b/Debian/13/bookworm/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T14:07:29.879748Z", - "POSTGRES_IMAGE_VERSION": "13.20-bookworm" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-09T02:07:34.0026Z", + "POSTGRES_IMAGE_VERSION": "13.21-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index 028ded5b..02845dd7 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.20-bookworm +FROM postgres:13.21-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bookworm." COPY requirements.txt / diff --git a/Debian/13/bookworm/requirements.txt b/Debian/13/bookworm/requirements.txt index 84b08077..b7f54eb0 100644 --- a/Debian/13/bookworm/requirements.txt +++ b/Debian/13/bookworm/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index e73e3b2f..db6aee66 100644 --- a/Debian/13/bullseye/.versions.json +++ b/Debian/13/bullseye/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:07:44.132927Z", - "POSTGRES_IMAGE_VERSION": "13.20-bullseye" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:08:59.276425Z", + "POSTGRES_IMAGE_VERSION": "13.21-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index e7ac2ab1..e94ef9ae 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.20-bullseye +FROM postgres:13.21-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.21-bullseye." COPY requirements.txt / diff --git a/Debian/13/bullseye/requirements.txt b/Debian/13/bullseye/requirements.txt index 5ec3e8ba..2b10b7d3 100644 --- a/Debian/13/bullseye/requirements.txt +++ b/Debian/13/bullseye/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index c5b8c315..0e68b5f3 100644 --- a/Debian/14/bookworm/.versions.json +++ b/Debian/14/bookworm/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T14:07:52.45509Z", - "POSTGRES_IMAGE_VERSION": "14.17-bookworm" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-09T02:07:54.932387Z", + "POSTGRES_IMAGE_VERSION": "14.18-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index 835399ca..669dfa1e 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.17-bookworm +FROM postgres:14.18-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bookworm." COPY requirements.txt / diff --git a/Debian/14/bookworm/requirements.txt b/Debian/14/bookworm/requirements.txt index 84b08077..b7f54eb0 100644 --- a/Debian/14/bookworm/requirements.txt +++ b/Debian/14/bookworm/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index b147a642..818dc92e 100644 --- a/Debian/14/bullseye/.versions.json +++ b/Debian/14/bullseye/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:08:17.66076Z", - "POSTGRES_IMAGE_VERSION": "14.17-bullseye" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:09:57.427977Z", + "POSTGRES_IMAGE_VERSION": "14.18-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index b4ec74ea..cccbd10d 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.17-bullseye +FROM postgres:14.18-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.18-bullseye." COPY requirements.txt / diff --git a/Debian/14/bullseye/requirements.txt b/Debian/14/bullseye/requirements.txt index 5ec3e8ba..2b10b7d3 100644 --- a/Debian/14/bullseye/requirements.txt +++ b/Debian/14/bullseye/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index 093e5e6a..15e00484 100644 --- a/Debian/15/bookworm/.versions.json +++ b/Debian/15/bookworm/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T11:08:07.750216Z", - "POSTGRES_IMAGE_VERSION": "15.12-bookworm" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:10:51.490866Z", + "POSTGRES_IMAGE_VERSION": "15.13-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index 2ba2e25d..2bc23d81 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:15.12-bookworm +FROM postgres:15.13-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bookworm." COPY requirements.txt / diff --git a/Debian/15/bookworm/requirements.txt b/Debian/15/bookworm/requirements.txt index 84b08077..b7f54eb0 100644 --- a/Debian/15/bookworm/requirements.txt +++ b/Debian/15/bookworm/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index c2dc0995..d2e687ee 100644 --- a/Debian/15/bullseye/.versions.json +++ b/Debian/15/bullseye/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:08:50.380218Z", - "POSTGRES_IMAGE_VERSION": "15.12-bullseye" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:10:53.078851Z", + "POSTGRES_IMAGE_VERSION": "15.13-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index 48f37bda..818cb71b 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:15.12-bullseye +FROM postgres:15.13-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.13-bullseye." COPY requirements.txt / diff --git a/Debian/15/bullseye/requirements.txt b/Debian/15/bullseye/requirements.txt index 5ec3e8ba..2b10b7d3 100644 --- a/Debian/15/bullseye/requirements.txt +++ b/Debian/15/bullseye/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index e9fff63c..f396933d 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T11:08:29.189974Z", - "POSTGRES_IMAGE_VERSION": "16.8-bookworm" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:11:40.934765Z", + "POSTGRES_IMAGE_VERSION": "16.9-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index d31a537d..17365db1 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16.8-bookworm +FROM postgres:16.9-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bookworm." COPY requirements.txt / diff --git a/Debian/16/bookworm/requirements.txt b/Debian/16/bookworm/requirements.txt index 84b08077..b7f54eb0 100644 --- a/Debian/16/bookworm/requirements.txt +++ b/Debian/16/bookworm/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index a3d8700b..6dc5e4dc 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:09:23.135606Z", - "POSTGRES_IMAGE_VERSION": "16.8-bullseye" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:11:42.413349Z", + "POSTGRES_IMAGE_VERSION": "16.9-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index 1a56c50b..3c6f6439 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16.8-bullseye +FROM postgres:16.9-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.9-bullseye." COPY requirements.txt / diff --git a/Debian/16/bullseye/requirements.txt b/Debian/16/bullseye/requirements.txt index 5ec3e8ba..2b10b7d3 100644 --- a/Debian/16/bullseye/requirements.txt +++ b/Debian/16/bullseye/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index bd4ae130..774a93f7 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T08:08:52.765478Z", - "POSTGRES_IMAGE_VERSION": "17.4-bookworm" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:12:08.60534Z", + "POSTGRES_IMAGE_VERSION": "17.5-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 1f8fc802..f302d193 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:17.4-bookworm +FROM postgres:17.5-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bookworm." COPY requirements.txt / diff --git a/Debian/17/bookworm/requirements.txt b/Debian/17/bookworm/requirements.txt index 84b08077..b7f54eb0 100644 --- a/Debian/17/bookworm/requirements.txt +++ b/Debian/17/bookworm/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index 3b7c3635..d9af59d3 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { - "BARMAN_VERSION": "3.12.1", - "IMAGE_RELEASE_VERSION": "14", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:09:49.772895Z", - "POSTGRES_IMAGE_VERSION": "17.4-bullseye" + "BARMAN_VERSION": "3.13.3", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T20:14:39.606783Z", + "POSTGRES_IMAGE_VERSION": "17.5-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index beee120d..75ab2860 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:17.4-bullseye +FROM postgres:17.5-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="14" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.5-bullseye." COPY requirements.txt / diff --git a/Debian/17/bullseye/requirements.txt b/Debian/17/bullseye/requirements.txt index 5ec3e8ba..2b10b7d3 100644 --- a/Debian/17/bullseye/requirements.txt +++ b/Debian/17/bullseye/requirements.txt @@ -10,15 +10,15 @@ azure-core==1.34.0 \ # via # azure-identity # azure-storage-blob -azure-identity==1.21.0 \ - --hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ - --hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 +azure-identity==1.22.0 \ + --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \ + --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9 azure-storage-blob==12.25.1 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b -barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ - --hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ - --hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 +barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \ + --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \ + --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906 # via -r requirements.in boto3==1.35.99 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ @@ -353,15 +353,15 @@ cryptography==44.0.3 \ # azure-storage-blob # msal # pyjwt -google-api-core==2.25.0rc0 \ - --hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ - --hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e +google-api-core==2.25.0rc1 \ + --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \ + --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e # via # google-cloud-core # google-cloud-storage -google-auth==2.39.0 \ - --hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ - --hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 +google-auth==2.40.1 \ + --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \ + --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee # via # google-api-core # google-cloud-core diff --git a/Debian/requirements.in b/Debian/requirements.in index af91843d..0ba2bc6c 100644 --- a/Debian/requirements.in +++ b/Debian/requirements.in @@ -1,2 +1,2 @@ -barman[cloud,azure,snappy,google,zstandard,lz4] == 3.12.1 +barman[cloud,azure,snappy,google,zstandard,lz4] == 3.13.3 boto3 == 1.35.99