Skip to content

Commit

Permalink
feat: also release upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 10, 2024
1 parent 36b357c commit addd721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nix-pgupgrade-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
- release/*
- sam/15-6-merge-staging
paths:
- '.github/workflows/publish-nix-pgupgrade-scripts.yml'
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.007-orioledb-stage1"
postgres15: "15.8.1.017-stage-1"
postgres16: "16.3.1.023-stage-1"
postgresorioledb-17: "17.0.1.007-orioledb-stage2"
postgres15: "15.8.1.017-stage-2"
postgres16: "16.3.1.023-stage-2"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down

0 comments on commit addd721

Please sign in to comment.