Skip to content

Bump github.com/hashicorp/vault from 1.19.2 to 1.19.3 #6191

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 May 3, 2025

Bumps github.com/hashicorp/vault from 1.19.2 to 1.19.3.

Release notes

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

v1.19.3

1.19.3

April 30, 2025

CHANGES:

  • auth/jwt: Update plugin to v0.23.2 [GH-30434]

BUG FIXES:

  • core (enterprise): fix issue with errors being swallowed on failed HSM logins.
  • database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [GH-30320]
  • database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [GH-30327]
  • identity: Fix non-deterministic merge behavior when two entities have conflicting local aliases. [GH-30390]
  • plugins: plugin registration should honor the plugin_tmpdir config [GH-29978]
  • secrets/aws: fix a case where GovCloud wasn't taken into account; fix a case where the region setting wasn't respected [GH-30312]
Changelog

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

1.19.3

April 30, 2025

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

SECURITY:

  • core: vault may expose sensitive information in error logs when processing malformed data with the kv v2 plugin[GH-30388, HCSEC-2025-09]

CHANGES:

  • auth/jwt: Update plugin to v0.23.2 [GH-30434]

BUG FIXES:

  • core (enterprise): fix issue with errors being swallowed on failed HSM logins.
  • database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [GH-30320]
  • database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [GH-30327]
  • identity: Fix non-deterministic merge behavior when two entities have conflicting local aliases. [GH-30390]
  • plugins: plugin registration should honor the plugin_tmpdir config [GH-29978]
  • secrets/aws: fix a case where GovCloud wasn't taken into account; fix a case where the region setting wasn't respected [GH-30312]
Commits
  • a2de3bb [VAULT-35719] This is an automated pull request to build all artifacts for a ...
  • 88de94e Backport Upgrade Auth JWT plugin to 0.23.2 for Vault 1.19.x (#30434)
  • fb71a62 Backport of db: consider possibility of NextVaultRotation being unset on queu...
  • 6ea8432 backport of commit bf339bc50dbd1067e91e6720a3cbd8ad3207b361 (#30418)
  • 9ce916d backport of commit 3dca654b324656845b02b42ffb4c70e6dfa82160 (#30421)
  • 7d961af backport of commit 9755216121e3eda8787488a705d95038a455d6fd (#30420)
  • 2dd80e5 backport of commit 8a84d13c605c9f1ae8f30414650d390642454a84 (#30417)
  • eb14be9 backport of commit bbe458dd26fe9aaad84085cca6baaa450e58f768 (#30414)
  • c0ccb41 backport of commit 5a71454db7e08ce4fa12322ab9f5193539017759 (#29813)
  • 9546b51 backport of commit 8f3b2fb2a61dd6c7f10282a42b6b00106fb61d00 (#30058)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.19.2...v1.19.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 3, 2025
@dependabot dependabot bot requested review from a team as code owners May 3, 2025 19:37
Copy link

codecov bot commented May 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.48%. Comparing base (9a2a707) to head (06890e0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6191      +/-   ##
==========================================
+ Coverage   44.47%   44.48%   +0.01%     
==========================================
  Files         390      390              
  Lines       26993    26993              
==========================================
+ Hits        12004    12007       +3     
+ Misses      14150    14148       -2     
+ Partials      839      838       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dmitryax dmitryax merged commit 20deed6 into main May 3, 2025
71 checks passed
@dmitryax dmitryax deleted the dependabot/go_modules/github.com/hashicorp/vault-1.19.3 branch May 3, 2025 23:06
@github-actions github-actions bot locked and limited conversation to collaborators May 3, 2025
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