Skip to content

PPA PPA: 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 10.1.1

Download: ppa-10.1.1.tgz

SHA256: 7b1c033adae2abddb52c9d79f5f4eb2e76d6e1a9a0066537507a216bdf93f015

Series History

See the revision history for series 10.1.x below

Revisions
10.1.1 - 09/05/2023

Changed

  • Documentation updates.
10.1.0 - 04/05/2023

Added

  • New ui.output_password action (requires PPA v3.1.2)

Version 10.0.1

Download: ppa-10.0.1.tgz

SHA256: 6732f77d7c90b9285f0bf054e5d24d0fb9efd511665372fa13eceede83b7e056

Series History

See the revision history for series 10.0.x below

Revisions
10.0.1 - 01/03/2023

Changed

  • Documentation updates
10.0.0 - 01/03/2023

Added

  • The following actions have been added to the task module: name, deployed, revision_id, built_at, origin_ip_address

  • These can be used in the playbook to get information about the task

Version 9.2.0

Download: ppa-9.2.0.tgz

SHA256: 84d4c85b1e84de9df2d280d7cd8d7eec0fc8a62d6217ee20af3f2aadc332d424

Series History

See the revision history for series 9.2.x below

Revisions
9.2.0 - 06/12/2022

Fixed

  • Fixed a bug where the email addresses form input would not accept the hyphen character in the username

Version 9.1.0

Download: ppa-9.1.0.tgz

SHA256: 658e0067248f087e73dadb60bc6ad046e0d7d52d399d457ac8abcf7ff283e4e9

Series History

See the revision history for series 9.1.x below

Revisions
9.1.0 - 02/12/2022

Changed

  • Show error message in the task interface when events.send_syslog_event action is used without syslog configured in PPA

Version 9.0.0

Download: ppa-9.0.0.tgz

SHA256: 06bffeac59220bc5841a4dc7ab250ed6102c47f2647da3b9a7af0e282899c0c1

Series History

See the revision history for series 9.0.x below

Revisions
9.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 8.1.0

Download: ppa-8.1.0.tgz

SHA256: 8e938ce2466ebf269943aa44842f2a93c4d7cfed0b94484ac625a608d79de7a6

Series History

See the revision history for series 8.1.x below

Revisions
8.1.0 - 07/11/2022

Changed

  • Update dependencies

Version 8.0.0

Download: ppa-8.0.0.tgz

SHA256: 7c4c9526d6cb1e316164689651e5ece2c38ab0a3e00b1a2e1b1952113e4cb2e5

Series History

See the revision history for series 8.0.x below

Revisions
8.0.0 - 01/11/2022

Added

  • New user module with has_mfa and prompt_mfa actions

  • The input/output actions in the ui module now support a 'sensitive' input, which removes the event's data from PPA when the task finishes

  • The output_info & output_error actions in the ui module now support an optional color input.

  • The events.create_approval_request action now allows you to ask for a reason.

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