Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Conversation

jcavanagh
Copy link
Contributor

The affected code is attempting to merge image lists from the "same" builds across various clusters. In the case of Kubernetes, the list returned from KubernetesImageSummary is immutable.

So, always convert the (maybe) immutable list from the ImageSummary implementation to a regular mutable list.

Resolves #6149

The affected code is attempting to merge image lists from the "same" builds across various clusters. In the case of Kubernetes, the list returned from KubernetesImageSummary is immutable.

So, always convert the (maybe) immutable list from the ImageSummary implementation to a regular mutable list.

Resolves spinnaker#6149
@dbyron-sf
Copy link
Contributor

The change looks good to me. Would you mind adding a test that demonstrates the bug/fix?

@mattgogerly mattgogerly added the ready to merge Approved and ready for a merge label Apr 17, 2024
@mattgogerly
Copy link
Member

@Mergifyio update

Copy link
Contributor

mergify bot commented Dec 11, 2024

update

❌ Mergify doesn't have permission to update

For security reasons, Mergify can't update this pull request. Try updating locally.
GitHub response: refusing to allow a GitHub App to create or update workflow .github/workflows/build.yml without workflows permission

@mergify mergify bot added the auto merged Merged automatically by a bot label Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants