chore(admin): bump admin-api 0.111.1 / admin-mgr 0.41.5 in AMI build#2268
Open
Crispy1975 wants to merge 1 commit into
Open
chore(admin): bump admin-api 0.111.1 / admin-mgr 0.41.5 in AMI build#2268Crispy1975 wants to merge 1 commit into
Crispy1975 wants to merge 1 commit into
Conversation
adminapi_release 0.109.1 -> 0.111.1 adminmgr_release 0.40.0 -> 0.41.5 Bump the three postgres AMI release patch versions so new AMIs pick up the change: postgresorioledb-17 17.6.0.100 -> 17.6.0.101 postgres17 17.6.1.143 -> 17.6.1.144 postgres15 15.14.1.143 -> 15.14.1.144 Bakes the restore-poll fast-fail fix into new AMIs. INDATA-914
32cdd75 to
3c55ab4
Compare
warwick-mitchell
approved these changes
Jul 12, 2026
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
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.
Bakes the restore-poll fast-fail fix into new AMIs.
Component versions
adminapi_release0.109.1 → 0.111.1adminmgr_release0.40.0 → 0.41.5AMI release patch bumps (so new AMIs are cut with the change)
postgresorioledb-1717.6.0.100 → 17.6.0.101postgres1717.6.1.143 → 17.6.1.144postgres1515.14.1.143 → 15.14.1.144Ships: removal of the
NRestarts"failing"false-positive (admin-api) + the trustworthy restore-failure sentinel (admin-mgr). Pairs with the salt pillar bump (supabase/salt#673).Refs: INDATA-914. Merged: supabase/supabase-admin-api#353, supabase/admin-mgr#122.