Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-05-12 00:18:51 +00:00
parent 1a8f19fd76
commit db06c65e89
31 changed files with 201 additions and 201 deletions

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T14:07:29.879748Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-09T02:07:34.0026Z",
"POSTGRES_IMAGE_VERSION": "13.20-bookworm" "POSTGRES_IMAGE_VERSION": "13.21-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:07:44.132927Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:08:59.276425Z",
"POSTGRES_IMAGE_VERSION": "13.20-bullseye" "POSTGRES_IMAGE_VERSION": "13.21-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T14:07:52.45509Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-09T02:07:54.932387Z",
"POSTGRES_IMAGE_VERSION": "14.17-bookworm" "POSTGRES_IMAGE_VERSION": "14.18-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:08:17.66076Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:09:57.427977Z",
"POSTGRES_IMAGE_VERSION": "14.17-bullseye" "POSTGRES_IMAGE_VERSION": "14.18-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T11:08:07.750216Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:10:51.490866Z",
"POSTGRES_IMAGE_VERSION": "15.12-bookworm" "POSTGRES_IMAGE_VERSION": "15.13-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:08:50.380218Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:10:53.078851Z",
"POSTGRES_IMAGE_VERSION": "15.12-bullseye" "POSTGRES_IMAGE_VERSION": "15.13-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T11:08:29.189974Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:11:40.934765Z",
"POSTGRES_IMAGE_VERSION": "16.8-bookworm" "POSTGRES_IMAGE_VERSION": "16.9-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:09:23.135606Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:11:42.413349Z",
"POSTGRES_IMAGE_VERSION": "16.8-bullseye" "POSTGRES_IMAGE_VERSION": "16.9-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T08:08:52.765478Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T23:12:08.60534Z",
"POSTGRES_IMAGE_VERSION": "17.4-bookworm" "POSTGRES_IMAGE_VERSION": "17.5-bookworm"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -1,6 +1,6 @@
{ {
"BARMAN_VERSION": "3.12.1", "BARMAN_VERSION": "3.13.3",
"IMAGE_RELEASE_VERSION": "14", "IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2025-04-29T05:09:49.772895Z", "POSTGRES_IMAGE_LAST_UPDATED": "2025-05-08T20:14:39.606783Z",
"POSTGRES_IMAGE_VERSION": "17.4-bullseye" "POSTGRES_IMAGE_VERSION": "17.5-bullseye"
} }

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \ LABEL name="PostgreSQL Container Images" \
vendor="The CloudNativePG Contributors" \ vendor="The CloudNativePG Contributors" \
version="${PG_VERSION}" \ version="${PG_VERSION}" \
release="14" \ release="1" \
summary="PostgreSQL Container images." \ 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 / COPY requirements.txt /

View File

@@ -10,15 +10,15 @@ azure-core==1.34.0 \
# via # via
# azure-identity # azure-identity
# azure-storage-blob # azure-storage-blob
azure-identity==1.21.0 \ azure-identity==1.22.0 \
--hash=sha256:258ea6325537352440f71b35c3dffe9d240eae4a5126c1b7ce5efd5766bd9fd9 \ --hash=sha256:26d6c63f2ca453c77c3e74be8613941ad074e05d0c8be135247573752c249ad8 \
--hash=sha256:ea22ce6e6b0f429bc1b8d9212d5b9f9877bd4c82f1724bfa910760612c07a9a6 --hash=sha256:c8f5ef23e5295c2fa300c984dd9f5e1fe43503fc25c121c37ff6a15e39b800b9
azure-storage-blob==12.25.1 \ azure-storage-blob==12.25.1 \
--hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \ --hash=sha256:1f337aab12e918ec3f1b638baada97550673911c4ceed892acc8e4e891b74167 \
--hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b --hash=sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
barman[azure,cloud,google,lz4,snappy,zstandard]==3.12.1 \ barman[azure,cloud,google,lz4,snappy,zstandard]==3.13.3 \
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \ --hash=sha256:0ebc81caf4f9d8a9ca986d364a5cd6398ec90b5ef0292985e6551b8aba501114 \
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169 --hash=sha256:d3fe573ea81d820ab0b30ec921c3ed2a226b8a1acdd9990a4bfdb84d3ff38906
# via -r requirements.in # via -r requirements.in
boto3==1.35.99 \ boto3==1.35.99 \
--hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \ --hash=sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71 \
@@ -353,15 +353,15 @@ cryptography==44.0.3 \
# azure-storage-blob # azure-storage-blob
# msal # msal
# pyjwt # pyjwt
google-api-core==2.25.0rc0 \ google-api-core==2.25.0rc1 \
--hash=sha256:38d9d6a67673473457adbbef1ccca27d9ebb755e377c05e8a9b88f89eecab9ad \ --hash=sha256:9826900d88358ad3ac8978ad324e46793ad8137efe6d48ec51e259c0c40e3000 \
--hash=sha256:ace58c6ddd3685b102c7f7f4e88f586cddb19a651267f2a9345e3b6d9e9ccb6e --hash=sha256:ec279085923652b0d2e4c72fd6bb926ee17e9c960f0b8a472df146a42493957e
# via # via
# google-cloud-core # google-cloud-core
# google-cloud-storage # google-cloud-storage
google-auth==2.39.0 \ google-auth==2.40.1 \
--hash=sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2 \ --hash=sha256:58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540 \
--hash=sha256:73222d43cdc35a3aeacbfdcaf73142a97839f10de930550d89ebfe1d0a00cde7 --hash=sha256:ed4cae4f5c46b41bae1d19c036e06f6c371926e97b19e816fc854eff811974ee
# via # via
# google-api-core # google-api-core
# google-cloud-core # google-cloud-core

View File

@@ -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 boto3 == 1.35.99