Skip to content

Commit 6453cc9

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 0c1d7d8 commit 6453cc9

19 files changed

+33
-33
lines changed

PostGIS/12/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "74",
3+
"IMAGE_RELEASE_VERSION": "75",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-02-03T05:29:16.433854Z",
55
"POSTGIS_IMAGE_VERSION": "12-3.5"
66
}

PostGIS/12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:12-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="74" \
23+
release="75" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 12-3.5."
2626

PostGIS/12/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ google-cloud-core==2.4.2 \
351351
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
352352
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
353353
# via google-cloud-storage
354-
google-cloud-storage==3.0.0 \
355-
--hash=sha256:2accb3e828e584888beff1165e5f3ac61aa9088965eb0165794a82d8c7f95297 \
356-
--hash=sha256:f85fd059650d2dbb0ac158a9a6b304b66143b35ed2419afec2905ca522eb2c6a
354+
google-cloud-storage==3.1.0 \
355+
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
356+
--hash=sha256:eaf36966b68660a9633f03b067e4a10ce09f1377cae3ff9f2c699f69a81c66c6
357357
google-crc32c==1.6.0 \
358358
--hash=sha256:05e2d8c9a2f853ff116db9706b4a27350587f341eda835f46db3c0a8c8ce2f24 \
359359
--hash=sha256:18e311c64008f1f1379158158bb3f0c8d72635b9eb4f9545f8cf990c5668e59d \

PostGIS/13/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "80",
3+
"IMAGE_RELEASE_VERSION": "81",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-02-24T13:43:15.054294Z",
55
"POSTGIS_IMAGE_VERSION": "13-3.5"
66
}

PostGIS/13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:13-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="80" \
23+
release="81" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 13-3.5."
2626

PostGIS/13/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ google-cloud-core==2.4.2 \
351351
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
352352
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
353353
# via google-cloud-storage
354-
google-cloud-storage==3.0.0 \
355-
--hash=sha256:2accb3e828e584888beff1165e5f3ac61aa9088965eb0165794a82d8c7f95297 \
356-
--hash=sha256:f85fd059650d2dbb0ac158a9a6b304b66143b35ed2419afec2905ca522eb2c6a
354+
google-cloud-storage==3.1.0 \
355+
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
356+
--hash=sha256:eaf36966b68660a9633f03b067e4a10ce09f1377cae3ff9f2c699f69a81c66c6
357357
google-crc32c==1.6.0 \
358358
--hash=sha256:05e2d8c9a2f853ff116db9706b4a27350587f341eda835f46db3c0a8c8ce2f24 \
359359
--hash=sha256:18e311c64008f1f1379158158bb3f0c8d72635b9eb4f9545f8cf990c5668e59d \

PostGIS/14/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "80",
3+
"IMAGE_RELEASE_VERSION": "81",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-02-24T13:43:30.093685Z",
55
"POSTGIS_IMAGE_VERSION": "14-3.5"
66
}

PostGIS/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:14-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="80" \
23+
release="81" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 14-3.5."
2626

PostGIS/14/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ google-cloud-core==2.4.2 \
351351
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
352352
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
353353
# via google-cloud-storage
354-
google-cloud-storage==3.0.0 \
355-
--hash=sha256:2accb3e828e584888beff1165e5f3ac61aa9088965eb0165794a82d8c7f95297 \
356-
--hash=sha256:f85fd059650d2dbb0ac158a9a6b304b66143b35ed2419afec2905ca522eb2c6a
354+
google-cloud-storage==3.1.0 \
355+
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
356+
--hash=sha256:eaf36966b68660a9633f03b067e4a10ce09f1377cae3ff9f2c699f69a81c66c6
357357
google-crc32c==1.6.0 \
358358
--hash=sha256:05e2d8c9a2f853ff116db9706b4a27350587f341eda835f46db3c0a8c8ce2f24 \
359359
--hash=sha256:18e311c64008f1f1379158158bb3f0c8d72635b9eb4f9545f8cf990c5668e59d \

PostGIS/15/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "80",
3+
"IMAGE_RELEASE_VERSION": "81",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-02-24T13:43:25.06409Z",
55
"POSTGIS_IMAGE_VERSION": "15-3.5"
66
}

0 commit comments

Comments
 (0)