chore(deps): bump admin-mgr 0.38.0, admin-api 0.107.0, pg patch versions#2211
Open
Crispy1975 wants to merge 1 commit into
Open
chore(deps): bump admin-mgr 0.38.0, admin-api 0.107.0, pg patch versions#2211Crispy1975 wants to merge 1 commit into
Crispy1975 wants to merge 1 commit into
Conversation
admin-mgr 0.38.0 and supabase-admin-api 0.107.0 ship the host-lock coordination work (INDATA-722). New AMIs built off this change pick up the lock-aware binaries directly; existing instances continue to pick them up via the salt pillar bump in supabase/salt#577. Also bumps the three postgres patch versions to match the corresponding recent tags: - 15.14.1.134 -> 15.14.1.135 - 17.6.1.134 -> 17.6.1.135 - 17.6.0.091-orioledb -> 17.6.0.092-orioledb Refs INDATA-722.
tgallacher
approved these changes
Jun 12, 2026
This comment has been minimized.
This comment has been minimized.
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.
Summary
Bumps
ansible/vars.ymlso new AMIs built from this branch ship the host-lock work merged across admin-mgr, supabase-admin-api, and salt:adminmgr_release:0.36.1→0.38.0adminapi_release:0.105.2→0.107.0Plus the three Postgres patch version bumps to match the latest released tags:
postgresorioledb-17:17.6.0.091-orioledb→17.6.0.092-orioledbpostgres17:17.6.1.134→17.6.1.135postgres15:15.14.1.134→15.14.1.135Context
INDATA-722 introduced a host-level coordination lock at
/var/run/admin-mgr/lock.jsonthat admin-mgr writes for the duration of every long-running operation (restore, replica setup, walg toggle). admin-api and salt both consult the lock before any postgres lifecycle action so external restarts and reloads cannot interrupt a WAL-G restore mid-recovery.For full design / contract see:
The host lock modelsectionCoordinating with admin-mgr (host lock)sectionRollout
Test plan