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

Vault Dependency Upgrades #10940

Closed
wants to merge 34 commits into from
Closed

Vault Dependency Upgrades #10940

wants to merge 34 commits into from

Conversation

HridoyRoy
Copy link
Contributor

@HridoyRoy HridoyRoy commented Feb 18, 2021

This is the same PR as: #10903

@calvn calvn self-requested a review February 20, 2021 00:01
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 00:19 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 00:19 Inactive
@@ -159,7 +159,7 @@ func decodeBatchRequestItems(src interface{}, dst *[]BatchRequestItem) error {
} else if casted, ok := v.(string); ok {
(*dst)[i].Context = casted
} else {
errs.Errors = append(errs.Errors, fmt.Sprintf("'[%d].context' expected type 'string', got unconvertible type '%T'", i, item["context"]))
errs.Errors = append(errs.Errors, fmt.Sprintf("'[%d].context' expected type 'string', got unconvertible type '%T', value: '%v'", i, item["context"], item["context"]))
Copy link
Contributor

Choose a reason for hiding this comment

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

How come these changed in this PR? I'm not sure we want to be returning these as errors since they may get logged. Especially the plaintext one below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 00:49 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 01:13 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 01:13 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 01:22 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 01:23 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 02:19 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 02:19 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 02:25 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 02:25 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 02:27 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 02:27 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 20, 2021 02:33 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 20, 2021 02:33 Inactive
@vercel vercel bot temporarily deployed to Preview – vault February 24, 2021 20:10 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 24, 2021 20:10 Inactive
go.mod Outdated
github.com/mitchellh/gox v1.0.1
github.com/mitchellh/mapstructure v1.3.3
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64
github.com/mitchellh/gox v0.4.0
Copy link
Contributor

Choose a reason for hiding this comment

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

How come gox got downgraded?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch -- I think it had something to do with the versioning issue with go-testing-interface, but it was an unnecessary straggler dependency. Upgraded it back.

@vercel vercel bot temporarily deployed to Preview – vault February 24, 2021 20:19 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook February 24, 2021 20:20 Inactive
@HridoyRoy HridoyRoy closed this Apr 26, 2021
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.

3 participants