Skip to content
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

stacks: allow multiple removed blocks to target the same component #36693

Merged
merged 2 commits into from
Mar 18, 2025

Conversation

liamcervante
Copy link
Member

This PR updates the stacks config and runtime to allow multiple removed blocks to target the same component. Essentially, all of our tracking of removed blocks have changed from map[string]*Removed to map[string][]*Removed with some post processing logic to flatten the returned instances.

There is an update in the stack configuration components API to reflect this, so I have deprecated the old fields in the proto files and added a new repeated field that contains the repeated fields.

@liamcervante liamcervante requested a review from a team as a code owner March 13, 2025 12:55
@liamcervante liamcervante added the no-changelog-needed Add this to your PR if the change does not require a changelog entry label Mar 13, 2025
@liamcervante liamcervante merged commit c16d466 into main Mar 18, 2025
8 checks passed
@liamcervante liamcervante deleted the liamcervante/stacks/duplicate-removed branch March 18, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog-needed Add this to your PR if the change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants