Skip to content

AWS Secrets Manager AWS Secrets Manager: 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 4.0.0

Download: aws_secrets_manager-4.0.0.tgz

SHA256: 8827e7a764025a2a453237062b2235c9d0eac31d707a2e03786700a0bba9e8b0

Series History

See the revision history for series 4.0.x below

Revisions
4.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 3.2.0

Download: aws_secrets_manager-3.2.0.tgz

SHA256: da18b72dcbc1cc1c01a2c54cbaca528e79db260e6db2f543023d32ad363c7b8e

Series History

See the revision history for series 3.2.x below

Revisions
3.2.0 - 07/11/2022

Changed

  • Update dependencies

Version 3.1.0

Download: aws_secrets_manager-3.1.0.tgz

SHA256: af88a4169d224f28ca2add86919be146b48e186cd5dca21c90942527e34d1bfb

Series History

See the revision history for series 3.1.x below

Revisions
3.1.0 - 01/11/2022

Changed

  • Update dependencies.

Version 3.0.0

Download: aws_secrets_manager-3.0.0.tgz

SHA256: e938056307677ef0ce7addab26d0b60792e45222df695d6b2e0d4122b249ade4

Series History

See the revision history for series 3.0.x below

Revisions
3.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 2.1.0

Download: aws_secrets_manager-2.1.0.tgz

SHA256: 69ba633cac0f67b16388006906ad586e3373049691a5bcbff54bcc3bc6a9091f

Series History

See the revision history for series 2.1.x below

Revisions
2.1.0 - 08/09/2021

Changed

  • Improved plugin startup speed.

Version 2.0.1

Download: aws_secrets_manager-2.0.1.tgz

SHA256: d3dfea4b55468df9475534ce4fc198bbc2a48c84918e04b2b1e96b53d30a0195

Series History

See the revision history for series 2.0.x below

Revisions
2.0.1 - 27/05/2021

Added

  • Added a description to the plugin manifest.
2.0.0 - 20/04/2021

Changed

  • Each action now accepts an optional secrets_manager input, which should be the name of an AWS Vault in PPA.

  • This new secrets_manager input is only required if multiple AWS Vaults are configured in PPA.

  • The 'name' input has been renamed to 'secret' for all actions other than create.

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