Skip to content

Conversation

@liamcervante
Copy link
Contributor

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
@github-actions
Copy link
Contributor

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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