Skip to content

chore(deps): bump the all group in /modules/vault with 2 updates#1489

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/modules/vault/all-b08ea65912
Closed

chore(deps): bump the all group in /modules/vault with 2 updates#1489
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/modules/vault/all-b08ea65912

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps the all group in /modules/vault with 2 updates: github.com/hashicorp/vault-client-go and github.com/tidwall/gjson.

Updates github.com/hashicorp/vault-client-go from 0.2.0 to 0.3.3

Release notes

Sourced from github.com/hashicorp/vault-client-go's releases.

v0.3.3

0.3.3 (diff) - 2023-05-26

Fixed

  • Fixed PkiListResponse encoding issue (#175)

See the full CHANGELOG.md

v0.3.2

0.3.2 (diff) - 2023-05-16

Added

  • Added support for custom query parameters

Deprecated

  • Deprecated ReadWithParameters
  • Deprecated ReadRawWithParameters
  • Deprecated DeleteWithParameters

See the full CHANGELOG.md

v0.3.1

[0.3.1][] ([diff][0.3.1-diff]) - 2023-05-10

Changed

  • Improved documentation for request logging in README.

Fixed

  • Fixed bug #147 -- the empty generated fields are now properly omitted.
  • Fixed mount path examples in the generated documentation.
  • Fixed the Makefile to properly clean up before regeneration.

... (truncated)

Changelog

Sourced from github.com/hashicorp/vault-client-go's changelog.

[0.3.3][] ([diff][0.3.3-diff]) - 2023-05-26

Fixed

  • Fixed PkiListResponse encoding issue (#175)

[0.3.2][] ([diff][0.3.2-diff]) - 2023-05-16

Added

  • Added support for custom query parameters

Deprecated

  • Deprecated ReadWithParameters
  • Deprecated ReadRawWithParameters
  • Deprecated DeleteWithParameters

[0.3.1][] ([diff][0.3.1-diff]) - 2023-05-10

Changed

  • Improved documentation for request logging in README.

Fixed

  • Fixed bug #147 -- the empty generated fields are now properly omitted.
  • Fixed mount path examples in the generated documentation.
  • Fixed the Makefile to properly clean up before regeneration.

[0.3.0][] ([diff][0.3.0-diff]) - 2023-05-04

Added

  • Added response structures for sys, kv-v1, kv-v2, pki, and approle.
  • Added support for non-string query parameters.
  • Added prettier README formatter to the Makefile and GitHub actions.
  • Added security note to README.

Removed

  • Removed redundant methods (e.g. TokenLookupSelf2, TokenLookupSelf3, etc).
  • Removed endpoints for ad (consolidated into ldap).
  • Removed endpoints for openldap (alias of ldap).
  • Removed endpoints for oidc (consolidated into jwt).
  • Removed endpoints for pfc (deprecated plugin).

Changed

  • Regenerated with new method names, request names, and response names.

... (truncated)

Commits

Updates github.com/tidwall/gjson from 1.15.0 to 1.16.0

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner August 10, 2023 08:47
@dependabot dependabot bot added dependencies Dependencies or external services go labels Aug 10, 2023
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 10, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 9fa7fea
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/64f788620b92040008d31e98
😎 Deploy Preview https://deploy-preview-1489--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdelapenya
Copy link
Copy Markdown
Member

Following errors are present when bumping Vault libraries:

# github.com/testcontainers/testcontainers-go/modules/vault_test [github.com/testcontainers/testcontainers-go/modules/vault.test]
Error: ./vault_test.go:102:27: client.Secrets.KVv2Read undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Read)
Error: ./vault_test.go:118:26: client.Secrets.KVv2Write undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Write)
Error: ./vault_test.go:118:57: undefined: schema.KVv2WriteRequest
Error: ./vault_test.go:125:27: client.Secrets.KVv2Read undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Read)
WARN invalid TestEvent: FAIL	github.com/testcontainers/testcontainers-go/modules/vault [build failed]
bad output from test2json: FAIL	github.com/testcontainers/testcontainers-go/modules/vault [build failed]

=== Errors
Error: ./vault_test.go:102:27: client.Secrets.KVv2Read undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Read)
Error: ./vault_test.go:118:26: client.Secrets.KVv2Write undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Write)
Error: ./vault_test.go:118:57: undefined: schema.KVv2WriteRequest
Error: ./vault_test.go:125:27: client.Secrets.KVv2Read undefined (type "github.com/hashicorp/vault-client-go".Secrets has no field or method KVv2Read)

@dependabot dependabot bot force-pushed the dependabot/go_modules/modules/vault/all-b08ea65912 branch from 6ee5720 to c3e6df7 Compare August 14, 2023 10:50
@settings settings bot removed the go label Aug 21, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/modules/vault/all-b08ea65912 branch 3 times, most recently from 6af5523 to d14bc9d Compare August 31, 2023 17:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/modules/vault/all-b08ea65912 branch from d14bc9d to 8c8e72d Compare September 1, 2023 11:05
Bumps the all group in /modules/vault with 2 updates: [github.com/hashicorp/vault-client-go](https://github.com/hashicorp/vault-client-go) and [github.com/tidwall/gjson](https://github.com/tidwall/gjson).


Updates `github.com/hashicorp/vault-client-go` from 0.2.0 to 0.3.3
- [Release notes](https://github.com/hashicorp/vault-client-go/releases)
- [Changelog](https://github.com/hashicorp/vault-client-go/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault-client-go@v0.2.0...v0.3.3)

Updates `github.com/tidwall/gjson` from 1.15.0 to 1.16.0
- [Commits](tidwall/gjson@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/modules/vault/all-b08ea65912 branch from 8c8e72d to 9fa7fea Compare September 5, 2023 19:58
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Sep 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/modules/vault/all-b08ea65912 branch September 6, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant