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 e404778

Browse filesBrowse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 81d3165 commit e404778
Copy full SHA for e404778
Expand file treeCollapse file tree

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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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.10.0",
3-
"IMAGE_RELEASE_VERSION": "19",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-03T06:08:38.231237Z",
3+
"IMAGE_RELEASE_VERSION": "20",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:08:54.696471Z",
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="19" \
23+
release="20" \
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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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.10.0",
3-
"IMAGE_RELEASE_VERSION": "17",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-03T00:08:46.888749Z",
3+
"IMAGE_RELEASE_VERSION": "18",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:10:27.415063Z",
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="17" \
23+
release="18" \
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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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.10.0",
3-
"IMAGE_RELEASE_VERSION": "17",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-02T21:09:56.151746Z",
3+
"IMAGE_RELEASE_VERSION": "18",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:11:55.454783Z",
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="17" \
23+
release="18" \
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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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.10.0",
3-
"IMAGE_RELEASE_VERSION": "17",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-02T18:10:57.819611Z",
3+
"IMAGE_RELEASE_VERSION": "18",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:13:24.083706Z",
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="17" \
23+
release="18" \
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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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.10.0",
3-
"IMAGE_RELEASE_VERSION": "18",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-02T15:11:04.16535Z",
3+
"IMAGE_RELEASE_VERSION": "19",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-07T12:14:20.784388Z",
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="18" \
23+
release="19" \
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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# 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
@@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.10.0 \
2525
# via
2626
# -r requirements.in
2727
# barman
28-
boto3==1.34.36 \
29-
--hash=sha256:1e38a4ea4bb8bc66fbb858abb411820709fda5d6c5604c2da0f696653d49c684 \
30-
--hash=sha256:7ec36deb7ccc9c4943510692303cf93883ef61dc2c79f8bd4d75ee42209559d3
31-
botocore==1.34.36 \
32-
--hash=sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70 \
33-
--hash=sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc
28+
boto3==1.34.37 \
29+
--hash=sha256:65acfe7f1cf2a9b7df3d4edb87c8022e02685825bd1957e7bb678cc0d09f5e5f \
30+
--hash=sha256:73f5ec89cb3ddb3ed577317889fd2f2df783f66b6502a9a4239979607e33bf74
31+
botocore==1.34.37 \
32+
--hash=sha256:2a5bf33aacd2d970afd3d492e179e06ea98a5469030d5cfe7a2ad9995f7bb2ef \
33+
--hash=sha256:3c46ddb1679e6ef45ca78b48665398636bda532a07cd476e4b500697d13d9a99
3434
# via
3535
# boto3
3636
# s3transfer

0 commit comments

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