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

Version bump fails when there's a network hiccup when downloading assets #242

Open
RLRabinowitz opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@RLRabinowitz
Copy link
Contributor

Thank you for reporting an issue.

During the version bump process of the providers/modules, sometimes there might be network hiccups when downloading assets (for example, the SHASUMS file). If this hiccup occurs, we just skip bumping the version of this provider/module

One example in this run:
Get \"https://github.com/opentofu/terraform-provider-boundary/releases/download/v1.1.6/terraform-provider-boundary_1.1.6_SHA256SUMS\": dial tcp 140.82.113.4:443: i/o timeout

We should retry on these specific errors, specifically when downloading assets (and maybe even for other types of requests that may fail)

OpenTofu Version

1.6.0

OpenTofu Configuration Files

Not relevant

@RLRabinowitz RLRabinowitz added the bug Something isn't working label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant