Skip to content

Commit

Permalink
Revert Ansible change and bump postgres release
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Nov 7, 2024
1 parent 1ec6986 commit c5ce6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/tasks/postgres-extensions/27-pg_repack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
git:
repo: https://github.com/reorg/pg_repack.git
dest: /tmp/pg_repack
version: "{{ pg_repack_commit }}"
version: "ver_{{ pg_repack_release }}"
become: yes

- name: pg_repack - build
Expand Down
7 changes: 3 additions & 4 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgres15: "15.8.1.007"
postgres16: "16.3.1.013"
postgres15: "15.8.1.008"
postgres16: "16.3.1.014"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down Expand Up @@ -146,8 +146,7 @@ wrappers_release: "0.4.3"
hypopg_release: "1.4.1"
hypopg_release_checksum: sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc

pg_repack_release: "1.5.2"
pg_repack_commit: "85b64c6d4f599b2988343c4e7121acab505c9006"
pg_repack_release: "1.5.0"
pg_repack_release_checksum: sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52

pgvector_release: "0.7.4"
Expand Down

0 comments on commit c5ce6dd

Please sign in to comment.