build(emulator-image): bump firebase-tools to 15.25.0 - #19
Merged
Merged
Conversation
Firestore emulator jar v1.21.0 -> v1.22.0 (adds DML support). Also picks up Storage/Data Connect emulator fixes, none of which this image runs. Node engines range and the Java 21+ requirement are unchanged, so the node:22-trixie-slim + openjdk-21 base still holds. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Bumps the pinned
firebase-toolsin the emulators image from 15.23.0 to 15.25.0.Why
firebase-tools15.25.0 updates the Firestore emulator to v1.22.0 (bundled jarcloud-firestore-emulator-v1.21.0.jar->v1.22.0.jar), adding DML support. 15.24.0/15.25.0also carry Storage and Data Connect emulator fixes, though this image only runs
firestore,auth.Compatibility
engines.nodeis unchanged (>=20 || >=22 || >=24) — thenode:22-trixie-slimbase still holds.openjdk-21-jre-headlesson trixie is still correct.Scope
Bumps the
ARG(the workflow greps it to derive the pushed tag) plus the three docreferences to the image tag. No CHANGELOG entry: that file tracks
solid_gcpgem releases,and image tags version independently of the gem.
Note
This is also the first change to touch
emulator-image/**since #14 bumped the CI actions,so it's the first real exercise of
setup-qemu@v4,setup-buildx@v4, andbuild-push@v7in the emulator-image workflow.
login-action@v4.5.2and the multi-arch push step arePR-gated and will only run once this merges to main.
🤖 Generated with Claude Code