Skip to content

Commit 6632a60

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 779bd09 commit 6632a60

17 files changed

+73
-73
lines changed

Debian/11/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/12/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.10.0",
3-
"IMAGE_RELEASE_VERSION": "1",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T00:11:46.996551Z",
3+
"IMAGE_RELEASE_VERSION": "2",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:10:02.187826Z",
55
"POSTGRES_IMAGE_VERSION": "12.18-bullseye"
66
}

Debian/12/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:12.18-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="1" \
23+
release="2" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.18-bullseye."
2626

Debian/12/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/13/.versions.json

+3-3
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-07T12:10:27.415063Z",
5-
"POSTGRES_IMAGE_VERSION": "13.13-bullseye"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:12:50.222506Z",
5+
"POSTGRES_IMAGE_VERSION": "13.14-bullseye"
66
}

Debian/13/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:13.13-bullseye
17+
FROM postgres:13.14-bullseye
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="18" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.13-bullseye."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bullseye."
2828

2929
COPY requirements.txt /
3030

Debian/13/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/14/.versions.json

+3-3
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-07T12:11:55.454783Z",
5-
"POSTGRES_IMAGE_VERSION": "14.10-bullseye"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:15:48.986518Z",
5+
"POSTGRES_IMAGE_VERSION": "14.11-bullseye"
66
}

Debian/14/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:14.10-bullseye
17+
FROM postgres:14.11-bullseye
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="18" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.10-bullseye."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.11-bullseye."
2828

2929
COPY requirements.txt /
3030

Debian/14/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/15/.versions.json

+3-3
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-07T12:13:24.083706Z",
5-
"POSTGRES_IMAGE_VERSION": "15.5-bullseye"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:18:09.715857Z",
5+
"POSTGRES_IMAGE_VERSION": "15.6-bullseye"
66
}

Debian/15/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:15.5-bullseye
17+
FROM postgres:15.6-bullseye
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="18" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.5-bullseye."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.6-bullseye."
2828

2929
COPY requirements.txt /
3030

Debian/15/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/16/.versions.json

+3-3
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-07T12:14:20.784388Z",
5-
"POSTGRES_IMAGE_VERSION": "16.1-bullseye"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-02-13T18:19:59.039239Z",
5+
"POSTGRES_IMAGE_VERSION": "16.2-bullseye"
66
}

Debian/16/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:16.1-bullseye
17+
FROM postgres:16.2-bullseye
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="19" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.1-bullseye."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.2-bullseye."
2828

2929
COPY requirements.txt /
3030

Debian/16/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

Debian/src/requirements.txt

+6-6
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.40 \
29-
--hash=sha256:49eb215e4142d441e26eedaf5d0b43065200f0849d82c904bc9a62d1328016cd \
30-
--hash=sha256:81d026ed8c8305b880c71f9f287f9b745b52bd358a91cfc133844c907db4d7ee
31-
botocore==1.34.40 \
32-
--hash=sha256:a3edd774653a61a1b211e4ea88cdb1c2655ffcc7660ba77b41a4027b097d145d \
33-
--hash=sha256:cb794bdb5b3d41845749a182ec93cb1453560e52b97ae0ab43ace81deb011f6d
28+
boto3==1.34.41 \
29+
--hash=sha256:9fd66f22a4cdd63165a7a19186fff9b6e3d742e83498ea3f3231bab6ae4bf0f3 \
30+
--hash=sha256:ae1a974c728c076a49392a695102124f650f45361c654bb7c0bef1bb644c52d5
31+
botocore==1.34.41 \
32+
--hash=sha256:3a6943c75a0d292ab6e008bce58ee6503776969479f991f5ad03a5d877af29ae \
33+
--hash=sha256:9b5827332da766da487e5a5b14b36e02528be9f2e899f909577afb7001eb441d
3434
# via
3535
# boto3
3636
# s3transfer

0 commit comments

Comments
 (0)