feat: bump EMQX to 6.2.0 in compose and integration harness#41
Merged
Conversation
Updates the reference EMQX version in docker-compose.yaml and the integration harness compose file from 6.1.1 to 6.2.0. The integration harness exercises floodgate end-to-end against this image, so a green CI run on this branch confirms the README's REST/ExHook walkthrough still works on 6.2.0 (exhook-init uses the same /api/v5/login and /api/v5/exhooks endpoints). The ExHook v3 proto is byte-identical between EMQX release-60, release-61, and release-62 — no field additions, removals, or renumbering. Only the proto header's source URL is bumped to release-62; stubs do not need regeneration. Closes #39 Co-Authored-By: Claude Opus 4.7 (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.
Summary
emqx/emqx:6.1.1→emqx/emqx:6.2.0indocker-compose.yamlanddocker-compose.test.yaml.proto/emqx/exhook.protosource-URL header fromrelease-60torelease-62.Closes #39.
Proto verification
The upstream ExHook v3 proto is byte-identical between EMQX
release-60,release-61, andrelease-62:Field numbers, message structure, and service definitions are unchanged across all three release branches. The only deltas vs. our committed copy are header comments (Apache license boilerplate, field doc-comments) — no semantic changes. Stubs do not need regeneration.
Test plan
scripts/run-integration.sh) passes againstemqx/emqx:6.2.0— this exercises floodgate end-to-end and validates the README's REST/ExHook walkthrough (exhook-inituses the same/api/v5/loginand/api/v5/exhookspaths the README documents)Out of scope
🤖 Generated with Claude Code