Skip to content

Commit

Permalink
feat: upgrade Admin API to 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebengeu committed Dec 14, 2023
1 parent 1bed0ce commit 05c35bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ postgres_exporter_release_checksum:
arm64: sha256:29ba62d538b92d39952afe12ee2e1f4401250d678ff4b354ff2752f4321c87a0
amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84

adminapi_release: 0.57.1
adminapi_release: 0.58.0
adminmgr_release: 0.13.1

# Postgres Extensions
Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.0.150"
postgres-version = "15.1.0.151"
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG postgres_version=15.1.0.83
ARG pgbouncer_release=1.18.0
ARG postgrest_release=10.1.2
ARG gotrue_release=2.47.0
ARG adminapi_release=0.57.1
ARG adminapi_release=0.58.0
ARG adminmgr_release=0.9.0
ARG vector_release=0.22.3
ARG postgres_exporter_release=0.9.0
Expand Down

0 comments on commit 05c35bd

Please sign in to comment.