-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
update vendor #2722
update vendor #2722
Conversation
65f61f2
to
239c61e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although it would be probably cleaner to pin it to a tag rather than a revision - which assumes cutting 0.11.2
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I second Radek's comment about a version but not a blocker
I agree too. This was intended to get a release out ASAP, but the timeline fell through. I can merge this as is if we want to fix the linked issue, or wait for a core release (which should be soon-ish). |
If "soonish" is next week, then I think waiting would be 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, though indeed we'll likely release core very soon. Let's either release core early next week or let this go in with an arbitrary revision, just to ensure we are able to address this soon.
v0.11.2 is now out, so we could update this PR to reference that release by its tag. |
There's no reason to spend time installing the test dependencies separately from running the tests themselves. Remove `grep -v vendor`, the `./...` wildcard already excludes it.
239c61e
to
1420480
Compare
Get the tagged version of terraform core. Removed a few more unused packages in the process.
1420480
to
65b0601
Compare
Rebased on master, updated terraform packages to the v0.11.2 tag, and removed a few more unused vendor packages. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Update terraform to 0.11.2-a262a0e04, to fix the case where an empty string needs to be considered unset for a computed field. Fixes #2348
Clean unused packages from vendor folder.
Update GNUMakefile to build tests faster.