Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump postgres from 11.21 to 11.22 #1352

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ postgres/postgresql-10.23.tar.gz:
size: 25493839
object_id: 9e0e0f74-07cf-4600-60a5-90a278783d5f
sha: sha256:39886b7fbf375fdd79e94b676d8346a62c3c190ccf00b3f763002c8fc8fb71f0
postgres/postgresql-11.21.tar.gz:
size: 26792160
object_id: acd48421-fc52-4aed-4c33-8e27b463ccb8
sha: sha256:e48b5d5dc68cd5549ef6258facaaf7941ae8bd1cde56709203846167aa20af04
postgres/postgresql-11.22.tar.gz:
size: 26826810
object_id: 00576d0f-f9a2-4210-7db0-f1d1687c3327
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
postgres/postgresql-13.12.tar.gz:
size: 28189625
object_id: f659318d-ad47-4138-6e53-7e53e8b4a090
Expand Down
2 changes: 1 addition & 1 deletion packages/database-backup-restorer-postgres-11/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

POSTGRES_VERSION=11.21
POSTGRES_VERSION=11.22

tar xzf postgres/postgresql-${POSTGRES_VERSION}.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion packages/database-backup-restorer-postgres-11/spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name: database-backup-restorer-postgres-11
dependencies: []

files:
- postgres/postgresql-11.21.tar.gz
- postgres/postgresql-11.22.tar.gz