Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3558c53

Browse filesBrowse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent be90a91 commit 3558c53
Copy full SHA for 3558c53

17 files changed

+57
-57
lines changed

‎Debian/11/requirements.txt

Copy file name to clipboardExpand all lines: Debian/11/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/12/.versions.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "12",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-21T15:08:37.501395Z",
3+
"IMAGE_RELEASE_VERSION": "13",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-05T15:08:48.572859Z",
55
"POSTGRES_IMAGE_VERSION": "12.17-bullseye"
66
}

‎Debian/12/Dockerfile

Copy file name to clipboardExpand all lines: Debian/12/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.17-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="12" \
23+
release="13" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.17-bullseye."
2626

‎Debian/12/requirements.txt

Copy file name to clipboardExpand all lines: Debian/12/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/13/.versions.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "11",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-21T15:10:02.690693Z",
3+
"IMAGE_RELEASE_VERSION": "12",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-05T15:10:19.899515Z",
55
"POSTGRES_IMAGE_VERSION": "13.13-bullseye"
66
}

‎Debian/13/Dockerfile

Copy file name to clipboardExpand all lines: Debian/13/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:13.13-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="11" \
23+
release="12" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
2626

‎Debian/13/requirements.txt

Copy file name to clipboardExpand all lines: Debian/13/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/14/.versions.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "11",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-21T15:11:57.488902Z",
3+
"IMAGE_RELEASE_VERSION": "12",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-05T15:11:50.840912Z",
55
"POSTGRES_IMAGE_VERSION": "14.10-bullseye"
66
}

‎Debian/14/Dockerfile

Copy file name to clipboardExpand all lines: Debian/14/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:14.10-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="11" \
23+
release="12" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
2626

‎Debian/14/requirements.txt

Copy file name to clipboardExpand all lines: Debian/14/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/15/.versions.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "11",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-21T15:13:23.615561Z",
3+
"IMAGE_RELEASE_VERSION": "12",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-05T09:12:10.492675Z",
55
"POSTGRES_IMAGE_VERSION": "15.5-bullseye"
66
}

‎Debian/15/Dockerfile

Copy file name to clipboardExpand all lines: Debian/15/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:15.5-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="11" \
23+
release="12" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
2626

‎Debian/15/requirements.txt

Copy file name to clipboardExpand all lines: Debian/15/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/16/.versions.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.9.0",
3-
"IMAGE_RELEASE_VERSION": "12",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2023-12-21T06:11:23.780689Z",
3+
"IMAGE_RELEASE_VERSION": "13",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-01-05T06:47:39.903438Z",
55
"POSTGRES_IMAGE_VERSION": "16.1-bullseye"
66
}

‎Debian/16/Dockerfile

Copy file name to clipboardExpand all lines: Debian/16/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:16.1-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="12" \
23+
release="13" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
2626

‎Debian/16/requirements.txt

Copy file name to clipboardExpand all lines: Debian/16/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

‎Debian/src/requirements.txt

Copy file name to clipboardExpand all lines: Debian/src/requirements.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
2929
# via
3030
# -r requirements.in
3131
# barman
32-
boto3==1.34.13 \
33-
--hash=sha256:4c87e2b25a125321394a1bed374293b00bd0e3895e6401a368aa46e1b70df078 \
34-
--hash=sha256:789f65adc1d2cb8e5d36db782e07a733242ca1bd851263af173b61411e32034b
35-
botocore==1.34.13 \
36-
--hash=sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3 \
37-
--hash=sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7
32+
boto3==1.34.14 \
33+
--hash=sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d \
34+
--hash=sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e
35+
botocore==1.34.14 \
36+
--hash=sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414 \
37+
--hash=sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0
3838
# via
3939
# boto3
4040
# s3transfer

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.