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

Bump github.com/hashicorp/vault/sdk from 0.6.1 to 0.7.0 #157

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Bumps github.com/hashicorp/vault/sdk from 0.6.1 to 0.7.0.

Changelog

Sourced from github.com/hashicorp/vault/sdk's changelog.

0.7.0 (March 21th, 2017)

SECURITY:

  • Common name not being validated when exclude_cn_from_sans option used in pki backend: When using a role in the pki backend that specified the exclude_cn_from_sans option, the common name would not then be properly validated against the role's constraints. This has been fixed. We recommend any users of this feature to upgrade to 0.7 as soon as feasible.

DEPRECATIONS/CHANGES:

  • List Operations Always Use Trailing Slash: Any list operation, whether via the GET or LIST HTTP verb, will now internally canonicalize the path to have a trailing slash. This makes policy writing more predictable, as it means clients will no longer work or fail based on which client they're using or which HTTP verb they're using. However, it also means that policies allowing list capability must be carefully checked to ensure that they contain a trailing slash; some policies may need to be split into multiple stanzas to accommodate.
  • PKI Defaults to Unleased Certificates: When issuing certificates from the PKI backend, by default, no leases will be issued. If you want to manually revoke a certificate, its serial number can be used with the pki/revoke endpoint. Issuing leases is still possible by enabling the generate_lease toggle in PKI role entries (this will default to true for upgrades, to keep existing behavior), which will allow using lease IDs to revoke certificates. For installations issuing large numbers of certificates (tens to hundreds of thousands, or millions), this will significantly improve Vault startup time since leases associated with these certificates will not have to be loaded; however note that it also means that revocation of a token used to issue certificates will no longer add these certificates to a CRL. If this behavior is desired or needed, consider keeping leases enabled and ensuring lifetimes are reasonable, and issue long-lived certificates via a different role with leases disabled.

FEATURES:

  • Replication (Enterprise): Vault Enterprise now has support for creating a multi-datacenter replication set between clusters. The current replication offering is based on an asynchronous primary/secondary (1:N) model that replicates static data while keeping dynamic data (leases, tokens) cluster-local, focusing on horizontal scaling for high-throughput and high-fanout deployments.
  • Response Wrapping & Replication in the Vault Enterprise UI: Vault Enterprise UI now supports looking up and rotating response wrapping tokens, as well as creating tokens with arbitrary values inside. It also now supports replication functionality, enabling the configuration of a replication set in the UI.
  • Expanded Access Control Policies: Access control policies can now specify allowed and denied parameters -- and, optionally, their values -- to

... (truncated)

Commits
  • 614deac Cut version 0.7.0
  • 89160f8 Bump for 0.7 release
  • 3f67ab4 Ensure CN check is made when exclude_cn_from_sans is used
  • a5d1808 Always include a hash of the public key and "vault" (to know where it (#2498)
  • 6f84f7f Adding allow_user_key_ids field to SSH role config (#2494)
  • 02921e8 Fix layout for replication
  • db814ce changelog++
  • 5252de6 Bump test timeout
  • 688104e Allow roles to specify whether CSR SANs should be used instead of (#2489)
  • 38d70b7 Vault_Enterprise_WWW (#2327)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2023
@dependabot dependabot bot requested a review from a team January 19, 2023 19:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/vault/sdk-0.7.0 branch 2 times, most recently from 60f1fe7 to 69fdf8e Compare January 19, 2023 19:34
Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/vault/sdk-0.7.0 branch from 69fdf8e to 6ebef90 Compare January 19, 2023 19:35
@maxcoulombe
Copy link
Contributor

Small update to the Mock to make the tests green:

max:~/projects/vault-plugin-auth-gcp$ make test
?   	github.com/hashicorp/vault-plugin-auth-gcp	[no test files]
ok  	github.com/hashicorp/vault-plugin-auth-gcp/plugin	20.199s
?   	github.com/hashicorp/vault-plugin-auth-gcp/plugin/cache	[no test files]
max:~/projects/vault-plugin-auth-gcp$ make testacc
?   	github.com/hashicorp/vault-plugin-auth-gcp	[no test files]
ok  	github.com/hashicorp/vault-plugin-auth-gcp/plugin	9.597s
?   	github.com/hashicorp/vault-plugin-auth-gcp/plugin/cache	[no test files]

Also condensed the changelog update for a couple of dependency upgrade PRs merged today in here to avoid a bunch of merge conflicts on the individual dependabot PRs.

@maxcoulombe maxcoulombe merged commit e0cca10 into main Jan 19, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/vault/sdk-0.7.0 branch January 19, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants