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

chore(builder): Self-defined Build spec #2688

Merged
merged 2 commits into from
Oct 14, 2021
Merged

chore(builder): Self-defined Build spec #2688

merged 2 commits into from
Oct 14, 2021

Conversation

astefanutti
Copy link
Member

This PR removes the dependency on the IntegrationPlatform from the Build execution. This make the Build resources to contain all the information needed for their execution, at creation time, so that the Builds are self-defined and actually immutable.

That fixes an operator panic when reconciling completed Builds, during operator start for example, while the IntegrationPlatform was previously deleted. This also removes all the possible issues occurring when the IntegrationPlatform is updating during the Build execution.

Release Note

chore(builder): Self-defined Build spec

@astefanutti astefanutti added the status/wip Work in progress label Oct 12, 2021
@astefanutti astefanutti added the kind/bug Something isn't working label Oct 12, 2021
@astefanutti astefanutti removed the status/wip Work in progress label Oct 14, 2021
@astefanutti astefanutti merged commit 48422c0 into apache:main Oct 14, 2021
@astefanutti astefanutti deleted the pr-314 branch October 14, 2021 14:00
@nicolaferraro nicolaferraro mentioned this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants