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

fix(module-conversion): always provide dummy build #5717

Closed
wants to merge 1 commit into from

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Feb 12, 2024

What this PR does / why we need it:

In 0.12, many users had build dependencies on modules with no-op build steps (e.g. terraform, kubernetes and helm modules)

While this was harmless in 0.12, this now results in noisy errors. We fix this in a simple way here by always providing a no-op dummy build to conversion handlers.

In 0.12, many users had build dependencies on modules with no-op build
steps (e.g. `terraform`, `kubernetes` and `helm` modules)

While this was harmless in 0.12, this now results in noisy errors. We
fix this in a simple way here by always providing a no-op dummy build to
conversion handlers.
@thsig thsig requested review from edvald and eysi09 February 12, 2024 13:00
@thsig
Copy link
Collaborator Author

thsig commented Feb 13, 2024

Closing in favour of #5727, as the implementation here proved to be problematic.

@thsig thsig closed this Feb 13, 2024
@thsig thsig deleted the module-conversion-build-dep-fix branch March 4, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant