Skip to content

Bump github.com/hashicorp/vault from 1.16.1 to 1.16.2 #4747

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps github.com/hashicorp/vault from 1.16.1 to 1.16.2.

Changelog

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

1.16.2

April 24, 2024

Enterprise LTS: Vault Enterprise 1.16 is a Long-Term Support (LTS) release.

CHANGES:

  • auth/jwt: Update plugin to v0.20.2 [GH-26291]
  • core: Bump Go version to 1.21.9.
  • secrets/azure: Update plugin to v0.17.1 [GH-26528]
  • ui: Update dependencies including D3 libraries [GH-26346]

IMPROVEMENTS:

  • activity (enterprise): Change minimum retention window in activity log to 48 months
  • audit: timestamps across multiple audit devices for an audit entry will now match. [GH-26088]
  • license utilization reporting (enterprise): Add retention months to license utilization reports.
  • sdk/decompression: DecompressWithCanary will now chunk the decompression in memory to prevent loading it all at once. [GH-26464]
  • ui: fixes cases where inputs did not have associated labels [GH-26263]
  • ui: show banner instead of permission denied error when batch token is expired [GH-26396]

BUG FIXES:

  • agent: vault.namespace no longer gets incorrectly overridden by auto_auth.namespace, if set [GH-26427]
  • api: fixed a bug where LifetimeWatcher routines weren't respecting exponential backoff in the presence of unexpected errors [GH-26383]
  • core (enterprise): fix bug where raft followers disagree with the seal type after returning to one seal from two. [GH-26523]
  • core/seal: During a seal reload through SIGHUP, only write updated seal barrier on an active node [GH-26381]
  • core/seal: allow overriding of VAULT_GCPCKMS_SEAL_KEY_RING and VAULT_GCPCKMS_SEAL_CRYPTO_KEY environment keys in seal-ha
  • events (enterprise): Terminate WebSocket connection when token is revoked.
  • secrets/pki: fixed validation bug which rejected ldap schemed URLs in crl_distribution_points. [GH-26477]
  • storage/raft (enterprise): Fix a bug where autopilot automated upgrades could fail due to using the wrong upgrade version
  • ui: fixed a bug where the replication pages did not update display when navigating between DR and performance [GH-26325]
  • ui: fixes undefined start time in filename for downloaded client count attribution csv [GH-26485]
Commits
  • c6e4c2d [VAULT-26312] This is an automated pull request to build all artifacts for a ...
  • 4a60a91 backport of commit eb037d43a60b0d49181ec9f601b559402a27ec27 (#26578)
  • 441be62 [VAULT-26312] This is an automated pull request to build all artifacts for a ...
  • 793905b backport of commit 79a5dea19892c69e09aa9ab40ad27a8e375a0eaf (#26542)
  • 5ca7deb backport of commit 18286ab0faa4774e09804f6072731b21c530ae36 (#26541)
  • b2e6565 Use enumer to generate String() methods for most enums (#25705) (#26469)
  • 589ae73 backport of commit 96434710811dafa60f72648a19c8cbe0596fcc71 (#26513)
  • b46a8ad bump go version to 1.21.9 (#26520)
  • 6527bf5 backport of commit dd939d9a7e44185c0312f397dc850be6e54d0aa4 (#26518)
  • 6ae13f7 backport of commit 79d9bf1572378049737720acd69c4ccc608cce96 (#26517)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 requested a review from a team as a code owner April 29, 2024 00:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2024 00:16
@dependabot dependabot bot added the go Pull requests that update Go code label Apr 29, 2024
@crobert-1
Copy link
Contributor

@dependabot rebase

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.16.1...v1.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/vault-1.16.2 branch from 80f47cf to 938c686 Compare April 29, 2024 16:19
@crobert-1 crobert-1 merged commit 4aae9ef into main Apr 29, 2024
27 checks passed
@crobert-1 crobert-1 deleted the dependabot/go_modules/github.com/hashicorp/vault-1.16.2 branch April 29, 2024 16:47
@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant