-
-
Notifications
You must be signed in to change notification settings - Fork 200
feat: postgrest 13.0.4 #1685
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
Merged
Merged
feat: postgrest 13.0.4 #1685
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
laurenceisla
reviewed
Jul 1, 2025
laurenceisla
approved these changes
Jul 1, 2025
@laurenceisla do you mind creating an AMI with these changes and testing it? |
6d6e2a7
to
ee45edb
Compare
b36f62c
to
dfeab73
Compare
Done, everything's working correctly. I rebased the |
samrose
added a commit
that referenced
this pull request
Jul 9, 2025
samrose
added a commit
that referenced
this pull request
Jul 22, 2025
samrose
added a commit
that referenced
this pull request
Jul 24, 2025
samrose
added a commit
that referenced
this pull request
Jul 24, 2025
* feat: wip advance to ubuntu 24.04 * fix; missing gp3 on image string * chore: non-interactive * chore: set hostname in dhcp client * chore: conform to new networking approach * ore: reverse he sha values * chore: fix kong address * ore: typo in url * chore: drop old removals * chore: remove defunct package * chore: restore wal-g build approach * chore: permission check and restore kong original version * chore: log output to debug * chore: increase wait time before health checks. * chore: post rebase cleanup * Update README.md Co-authored-by: Div Arora <darora@users.noreply.github.com> * chore: restore function * chore: remove unused file * chore: make command non-interactive * chore: readme script * chore: ubuntu 24.04 has moved to use networkd and netplan by default, ... rather than the traditional dhclient.conf approach. * chore: update README * chore: bump versions for staging release/testing * chore: keep kong pinned to this version, was not meant to change * fix: tmp use 20.04 untl worker scripts can be rewritten * feat: netplan security and apply * fix: netplan apply after upgrade * fix: transitional file name structure * feat: netplan apply * feat: Remove Requisite to prevent being killed when restarting networkd * fix: fix_ipv6 timer not needed in ubuntu 24-04 * feat: restore check and fix but disabled * chore: update qemu artifact to noble base Also makes the VM artifact release agnostic. * fix: restore stage for wal-g tasks to stage 2 * fix: removing arbitrary netplan apply * fix: file path * feat: postgrest 13.0.4 (#1685) * fix: url of postgrest download * Update ansible/vars.yml Co-authored-by: Laurence Isla <lau.isla.c@gmail.com> * fix: correct URL for release * fix: correct url here too * chore: bump version for release --------- Co-authored-by: Div Arora <darora@users.noreply.github.com> Co-authored-by: Div Arora <root@darora.com> Co-authored-by: Laurence Isla <lau.isla.c@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
A pr to advance postgREST to 13.04 based on #1416