chore(tests): add localstack version matrix for aws integration tests#25066
Closed
thomasqueirozb wants to merge 6 commits intomasterfrom
Closed
chore(tests): add localstack version matrix for aws integration tests#25066thomasqueirozb wants to merge 6 commits intomasterfrom
thomasqueirozb wants to merge 6 commits intomasterfrom
Conversation
pront
reviewed
Mar 30, 2026
Co-authored-by: Thomas <thomasqueirozb@gmail.com>
thomasqueirozb
commented
Mar 30, 2026
thomasqueirozb
commented
Mar 30, 2026
Contributor
Author
thomasqueirozb
left a comment
There was a problem hiding this comment.
/ci-run-integration-aws
pront
approved these changes
Mar 30, 2026
9 tasks
thomasqueirozb
commented
Mar 31, 2026
Contributor
Author
thomasqueirozb
left a comment
There was a problem hiding this comment.
/ci-run-integration-aws
LocalStack 2026.03.0 introduced a mandatory auth token requirement whose grace period expired on 2026-04-06, breaking all CI runs that used the free/open-source image. Switch to motoserver/moto, which is a fully open-source, no-auth-required AWS mock. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Adds a version matrix to the AWS integration tests for localstack, testing against both
latestand a pinned digest. The pinned digest (sha256:46302bcb...) is a known-good version of localstack that was previously hardcoded, ensuring we catch regressions against a stable baseline while also validating against the latest release.Vector configuration
NA
How did you test this PR?
NA
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References