chore(deps): bump presets for S3-global fix — correct multi-region reverse-import engine#177
Merged
Merged
Conversation
Bumps insideout-terraform-presets to main (S3-global discover fix, insideout-terraform-presets#697) on top of the per-region genconfig engine (#696) already baked in v0.109.0. This makes the baked reverse-import engine correct for multi-region: genuinely region-bound resources (EC2/RDS) split per-region (#696), while S3 — which has no region in its ARN — is treated as global and deduped by ARN (#697) instead of being mis-routed to a per-region provider (the #1860 failure that forced the v0.105.0 rollback). Cut a tag after merge (v0.110.0) so reliable can re-pin ReverseImportMarsVersion forward off the rollback.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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
insideout-terraform-presetstomain(#697, S3-global discover fix) on top of the per-region genconfig engine (#696) already baked in v0.109.0.This makes the baked reverse-import engine correct for multi-region:
Verified
go build ./...go vet ./internal/reverseimportjob/...cleango test ./internal/reverseimportjob/...passAfter merge
Cut tag v0.110.0 → reliable re-pins
ReverseImportMarsVersionforward (off the v0.105.0 rollback). Live-validate against a real multi-region (EC2/RDS across regions) account when one is available — that's the one path unit-tested but not yet live-proven.Follow-up to reliable#1839 / #1860.