Skip to content

chore: bump aio image version, 15.1.1.90 on DockerHub is a tad broken and outdated, e.g. it has the removed pg_backtrace #1315

chore: bump aio image version, 15.1.1.90 on DockerHub is a tad broken and outdated, e.g. it has the removed pg_backtrace

chore: bump aio image version, 15.1.1.90 on DockerHub is a tad broken and outdated, e.g. it has the removed pg_backtrace #1315

Workflow file for this run

name: Check merge requirements
on:
pull_request:
jobs:
check-release-version:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run checks
# Update `ami-release.yaml` too if changing constraints.
run: |
SUFFIX=$(sed -E 's/postgres-version = "[0-9\.]+(.*)"/\1/g' common.vars.pkr.hcl)
if [[ -n $SUFFIX ]] ; then
echo "We no longer allow merging RC versions to develop."
exit 1
fi