Skip to content

feat: bump admin-api to 0.82 #1573

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 1 commit into from
Apr 26, 2025
Merged

feat: bump admin-api to 0.82 #1573

merged 1 commit into from
Apr 26, 2025

Conversation

hf
Copy link
Contributor

@hf hf commented Apr 25, 2025

Bumps admin-api to v0.82.

@hf hf requested review from a team as code owners April 25, 2025 16:00
@samrose
Copy link
Collaborator

samrose commented Apr 25, 2025

@hf is there some method you employ to test these changes in local infra etc prior to release?

@hf
Copy link
Contributor Author

hf commented Apr 26, 2025

Tested by adding the following SQL in the database and creating 2 projects with each version, then checking admin-api version and adding network restriction to test end-to-end connection.

INSERT INTO public.app_versions(
        type,
        version,
        region,
        provider,
        provider_image_id,
        arch,
        postgres_engine,
        release_channel)
VALUES
('POSTGRES','supabase-postgres-15.8.1.078-rc.1','ap-southeast-1','AWS','ami-000bc3820ae5213d3','arm64','15'::public.postgres_engine,'internal'::public.release_channel),
('POSTGRES','supabase-postgres-17.4.1.021-rc.1','ap-southeast-1','AWS','ami-0d96ebe3d826273d3','arm64','17'::public.postgres_engine,'internal'::public.release_channel);

@hf hf force-pushed the hf/bump-admin-api-0-82 branch from 99dd456 to f8a87b6 Compare April 26, 2025 11:08
@hf hf merged commit 1bb5a82 into develop Apr 26, 2025
14 checks passed
@hf hf deleted the hf/bump-admin-api-0-82 branch April 26, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants