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(terraform): wrong buildin provider lookup #7520

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Conversation

viceice
Copy link
Member

@viceice viceice commented Oct 22, 2020

Fix regression, so buildin terrafrom provider can be updated again

closes #7519
ref #7396

@@ -60,6 +60,7 @@ async function queryRegistry(
const currentVersion = dep.releases.find((release) => {
return res.version === release.version;
});
// istanbul ignore else
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any else

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, but coverage thinks there is one, because we have no test for a falsy if. I don't think adding one makes an improvement here just to cover the non existing else branch

@viceice viceice merged commit c86bf9c into master Oct 22, 2020
@viceice viceice deleted the fix/terraform branch October 22, 2020 08:22
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 23.56.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terraform-provider: no updates for terraform-provider/docker
3 participants