-
Notifications
You must be signed in to change notification settings - Fork 492
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
Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1 #4184
Merged
MarcosDY
merged 3 commits into
main
from
dependabot/go_modules/github.com/hashicorp/vault/sdk-0.9.1
Jun 5, 2023
Merged
Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1 #4184
MarcosDY
merged 3 commits into
main
from
dependabot/go_modules/github.com/hashicorp/vault/sdk-0.9.1
Jun 5, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
requested review from
evan2645,
amartinezfayo,
azdagron,
MarcosDY and
rturner3
as code owners
May 29, 2023 17:03
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
May 29, 2023
dependabot
bot
force-pushed
the
dependabot/go_modules/github.com/hashicorp/vault/sdk-0.9.1
branch
5 times, most recently
from
May 31, 2023 00:17
d70c611
to
565d89f
Compare
go.mod
Outdated
@@ -43,10 +43,10 @@ require ( | |||
github.com/googleapis/gax-go/v2 v2.9.1 | |||
github.com/gorilla/handlers v1.5.1 | |||
github.com/hashicorp/go-hclog v1.5.0 | |||
github.com/hashicorp/go-plugin v1.4.6 | |||
github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 | |||
github.com/hashicorp/go-plugin v1.4.8 |
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.
We can't update go-plugin until there is a release with the fix for hashicorp/go-plugin#232 (v1.4.9 doesn't include this fix either)
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
The upgrade to github.com/hashicorp/vault/sdk v0.9.1 introduces a downstream dependency on a branch of github.com/hashicorp/hcl that has a different behavior for reading in unrecognized config fields from HCL. The mainline version of HCL v1 reads these unrecognized fields as a `[]string` into a struct field tagged with the name `unusedKeys`, but the new version reads them as a `map[string][]token.Pos` into a struct field tagged with the name `unusedKeyPositions`. Fix all the affected spots in the code that handle unrecognized HCL config fields, and sort the field names for consistent unit test execution results, since maps with a string key type in Go don't guarantee any stable ordering of the keys in the map. Signed-off-by: Ryan Turner <turner@uber.com>
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
MarcosDY
force-pushed
the
dependabot/go_modules/github.com/hashicorp/vault/sdk-0.9.1
branch
from
June 5, 2023 14:19
cbe507d
to
b89e508
Compare
amartinezfayo
approved these changes
Jun 5, 2023
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.
🎉
MarcosDY
deleted the
dependabot/go_modules/github.com/hashicorp/vault/sdk-0.9.1
branch
June 5, 2023 18:35
Neniel
pushed a commit
to Neniel/spire
that referenced
this pull request
Jul 21, 2023
* Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1 Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix reading of unused config keys in HCL parsing The upgrade to github.com/hashicorp/vault/sdk v0.9.1 introduces a downstream dependency on a branch of github.com/hashicorp/hcl that has a different behavior for reading in unrecognized config fields from HCL. The mainline version of HCL v1 reads these unrecognized fields as a `[]string` into a struct field tagged with the name `unusedKeys`, but the new version reads them as a `map[string][]token.Pos` into a struct field tagged with the name `unusedKeyPositions`. Fix all the affected spots in the code that handle unrecognized HCL config fields, and sort the field names for consistent unit test execution results, since maps with a string key type in Go don't guarantee any stable ordering of the keys in the map. Signed-off-by: Ryan Turner <turner@uber.com> * upgreade hashicorp go-plugin Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Turner <turner@uber.com> Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com> Signed-off-by: Neniel <11655196+Neniel@users.noreply.github.com>
Neniel
pushed a commit
to Neniel/spire
that referenced
this pull request
Aug 24, 2023
* Bump github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1 Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix reading of unused config keys in HCL parsing The upgrade to github.com/hashicorp/vault/sdk v0.9.1 introduces a downstream dependency on a branch of github.com/hashicorp/hcl that has a different behavior for reading in unrecognized config fields from HCL. The mainline version of HCL v1 reads these unrecognized fields as a `[]string` into a struct field tagged with the name `unusedKeys`, but the new version reads them as a `map[string][]token.Pos` into a struct field tagged with the name `unusedKeyPositions`. Fix all the affected spots in the code that handle unrecognized HCL config fields, and sort the field names for consistent unit test execution results, since maps with a string key type in Go don't guarantee any stable ordering of the keys in the map. Signed-off-by: Ryan Turner <turner@uber.com> * upgreade hashicorp go-plugin Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Turner <turner@uber.com> Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com> Signed-off-by: Neniel <11655196+Neniel@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/hashicorp/vault/sdk from 0.9.0 to 0.9.1.
Changelog
Sourced from github.com/hashicorp/vault/sdk's changelog.
... (truncated)
Commits
87b6919
Cut version 0.9.1b971438
Bump vars for 0.9.1ce4b28e
Sync in plugin updatesea5a3dd
changelog++706591e
Allow log level to be specified in an env var (#3721)4122bc9
changelog++10ab224
Bust recovery cache after unsealed is set true to force migrationf46e6ca
fix consul tls settings (#3719)ccf10f6
check schema and table before create it (#3716)8c4f369
Revert grabbing lock in database Connection funcsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)