-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
chore: bump to PostgREST v12.2.8 #1515
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laurenceisla let me know if you help testing this in local infra/integration context. Other than that step, approving thanks!
@laurenceisla sorry also please advance the versions in ansible/vars.yml one more than where they are at in develop branch please |
4ef44dd
to
dd3f4ef
Compare
ansible/vars.yml
Outdated
postgresorioledb-17: "17.0.1.57-orioledb" | ||
postgres17: "17.4.1.007" | ||
postgres15: "15.8.1.064" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry also please advance the versions in ansible/vars.yml one more than where they are at in develop branch please
These are the versions to advance, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laurenceisla yeah you got it. If you need to test in local infra prior to merge to develop you can also add a suffix to those as well, and then create a pre release ami to test in local infra too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samrose I'm having some issues pinpointing why the tests are not running. The AMI builds pass correctly, but it times out waiting for the postgrest service when running the tests.
I tried testing on a local environment and I managed to run the infra stack, but I'm not sure how to generate a Postgres pre-release to add to the middleware and test this issue locally:
you can also add a suffix to those as well, and then create a pre release ami to test in local infra too.
Are there any docs I can follow?
d0f5912
to
957fe05
Compare
957fe05
to
7b14d8a
Compare
Bumps PostgREST from v12.2.3 to v12.2.8 (patch release).
Adds some bug fixes like JWT cache not removing expired entries and showing
503
HTTP errors in the logs (useful for support using Logflare).