Skip to content

Hashicorp Vault Hashicorp Vault: Downloads

Summary

You can download all the supported plugin releases from this page.

The change log for each version series can be found under the download link & hash.

See the versioning scheme for compatibility information.

Releases

Version 8.0.0

Download: hashicorp_vault-8.0.0.tgz

SHA256: d7f32e65bdfca97dd84402b62982dd7b3f653a4ecb89253cc98117929664b249

Series History

See the revision history for series 8.0.x below

Revisions
8.0.0 - 01/11/2023

Removed

  • Support for alpine 3.12 & 3.13

Added

  • Support for alpine 3.17

Changed

  • Upgrade to Python 3.10

Version 7.1.0

Download: hashicorp_vault-7.1.0.tgz

SHA256: ea8e44e83d93709577e0d1d17e6f42dd15b76b7022cfee60ae657d279fe55c02

Series History

See the revision history for series 7.1.x below

Revisions
7.1.0 - 29/11/2022

Changed

  • Secret keys can only contain upper/lower case letters, digits, & underscores

  • Secret keys cannot start with an underscore or a digit

  • Secret keys cannot be reserved words in Python

  • This validation fixes a bug where keys not meeting that criteria would fail to be read from Vault

Version 7.0.0

Download: hashicorp_vault-7.0.0.tgz

SHA256: 072ad0c9dc609b232b088ea71930c6b870cb5c94a134039bd785303b11c0e2db

Series History

See the revision history for series 7.0.x below

Revisions
7.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 6.3.0

Download: hashicorp_vault-6.3.0.tgz

SHA256: 4153d0c57f20e83e3273151ab937774d937f8a8745e7c7db1e94ab5b4a078cc7

Series History

See the revision history for series 6.3.x below

Revisions
6.3.0 - 07/11/2022

Changed

  • Update dependencies

Version 6.2.0

Download: hashicorp_vault-6.2.0.tgz

SHA256: 6f402997f03a8e9672886e86ff35c18d35eba2b4bd8eaf892e53ae5aa2997409

Series History

See the revision history for series 6.2.x below

Revisions
6.2.0 - 01/11/2022

Changed

  • Update dependencies.

Version 6.1.0

Download: hashicorp_vault-6.1.0.tgz

SHA256: 99aa835eefbb28cadefcbe780f77c1b8fedb6f9488970c3b122163a1b3b368d8

Series History

See the revision history for series 6.1.x below

Revisions
6.1.0 - 14/06/2022

Fixed

  • Fixed a bug where the plugin would fail if a single value is missing from a secret.

Version 6.0.0

Download: hashicorp_vault-6.0.0.tgz

SHA256: 41dd195943a87e541972cb0911d8e45be19ef23aa619abbcb671e9bbf6c1c27f

Series History

See the revision history for series 6.0.x below

Revisions
6.0.0 - 15/03/2022

Changed

  • Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).

Versioning Scheme

Plugin versions are in major.minor.patch format.

Major

  • Significant functionality changes
  • May not be backward compatible

Minor

  • Bug fixes
  • Minor functionality changes
  • Backward compatible

Patch

  • No functional changes
  • Reserved for documentation updates