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 7.1.0

Download: hashicorp_vault-7.1.0.tgz

SHA256: 7776d4dc69d6da86e3beba8599fb0333823befa6cad3eac732d2181aa7432d59

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: ab55571973ec281b64b844fc3e6a3a5185f39400ed28d3047aa63a46d70268c5

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

Version 5.1.0

Download: hashicorp_vault-5.1.0.tgz

SHA256: 5d4b89b493af09a6eab9bff52a4567dadc8df33c2ec01057bde16917505b089d

Series History

See the revision history for series 5.1.x below

Revisions
5.1.0 - 08/09/2021

Changed

  • Improved plugin startup speed.

Version 5.0.1

Download: hashicorp_vault-5.0.1.tgz

SHA256: 462330af1f625f25d0de6d3a12d84195be0069191d48fe09e8374bfc46fcd516

Series History

See the revision history for series 5.0.x below

Revisions
5.0.1 - 27/05/2021

Added

  • Added a description to the plugin manifest.
5.0.0 - 10/12/2020

Added

  • The vault configuration wizard now supports file uploads (useful for public keys, certificates, etc).

Changed

  • The keys input to the read_secret_keys action is now a list of dictionaries describing each key.

  • These dictionaries contain the name, format, and sensitivity.

  • The sensitive_keys input to the read_secret_keys action has been retired.

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