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 3.5.0
Download: ppa-3.5.0.tgz
SHA256: a2896da2c05851cd4245ec6429d55383cab2589da78c0b7d243b083523c9e537
Series History
See the revision history for series 3.5.x below
Revisions
3.5.0 - 21/12/2020
Added
- New output_tabbed_table action in the ui module.
Version 3.4.0
Download: ppa-3.4.0.tgz
SHA256: d10e7b84ec6f95beeea90713c262d2d894266721f8f527796c23d64e3135d9f3
Series History
See the revision history for series 3.4.x below
Revisions
3.4.0 - 03/12/2020
Added
- New input_multiline_text and input_sensitive_file actions in the ui module.
Version 3.3.0
Download: ppa-3.3.0.tgz
SHA256: 498dbc41991305d87fc07c39af710f19f3ae162a36bd251735002cad5a79091a
Series History
See the revision history for series 3.3.x below
Revisions
3.3.0 - 28/11/2020
Fixed
- The ui.input_password_confirm action now correctly generates UI element IDs.
Version 3.2.0
Download: ppa-3.2.0.tgz
SHA256: e9df4b71013c4a2d4b0c647e9d2cba6c229badbb7e435ad976f65f1fcb0a9ecb
Series History
See the revision history for series 3.2.x below
Revisions
3.2.0 - 21/10/2020
Added
- New ui.input_email action.
Version 3.1.0
Download: ppa-3.1.0.tgz
SHA256: af8db66f0f9d13509128e7303a7117d7badc2acbef1eb7998101ad3790c9fc4f
Series History
See the revision history for series 3.1.x below
Revisions
3.1.0 - 01/10/2020
Added
- New started_by_user, started_by_schedule, & started_by_api actions in the task module.
Version 3.0.0
Download: ppa-3.0.0.tgz
SHA256: 2e5fdc0a70fc859a5edc5651f0d71976dac3a1529d614b7b4c4b6a17cfd0635d
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 17/08/2020
Changed
- The ui.input_table action now outputs a list of selected row indices (zero-indexed) rather than a list of dictionaries.
Version 2.1.0
Download: ppa-2.1.0.tgz
SHA256: 92c6339624d1e2804d94ca22005f7bf4b6c68b812aad0fe7b3c3ae5e6d72ba4b
Series History
See the revision history for series 2.1.x below
Revisions
2.1.0 - 06/08/2020
Added
- New create_approval_request & wait_approval_response events actions for request approval processes.
Version 2.0.1
Download: ppa-2.0.1.tgz
SHA256: ecb1ae795e4d0a3c670a837862e86ffe68b4abdb91be0afc8847812634f8ed83
Series History
See the revision history for series 2.0.x below
Revisions
2.0.1 - 03/08/2020
Changed
- Remove special formats from function descriptions - first line of the function docstring -
2.0.0 - 10/06/2020
Added
- Events action send_syslog_event for sending JSON format syslog events (PPA appliance versions >= 2.5.0)
Removed
- Events action send_cef_event (not supported on PPA appliance versions >= 2.5.0)
Fixed
- The wait action YAML example now saves the action output
Version 1.2.0
Download: ppa-1.2.0.tgz
SHA256: 4fc3af1d4217c758d239ae5c881a96373bb8753f7abd82dbbf3d64678e2e3a2e
Series History
See the revision history for series 1.2.x below
Revisions
1.2.0 - 09/06/2020
Added
-
UI action input_file used to upload a file to the task
-
UI action output_file used to download a file from the task
Fixed
-
WaitHookResponse dictionary key documentation
-
Input documentation for the events.wait action
Version 1.1.3
Download: ppa-1.1.3.tgz
SHA256: 0dfa4b82cacfcde743a206e94bf76f0259ab742c78877c4eab22020251612fbc
Series History
See the revision history for series 1.1.x below
Revisions
1.1.3 - 01/06/2020
Fixed
- Broken links in events module & task interface page
1.1.2 - 26/05/2020
Added
- CHANGELOG
1.1.1 - 21/05/2020
Added
- Document how basic input/output functions works, and how to use element IDs
1.1.0 - 14/05/2020
Changed
-
Add minimum plugin version to all action docstrings
-
Change default meter in input_password to False
Version 1.0.0
Download: ppa-1.0.0.tgz
SHA256: c7ac5c9ed4775c21402868b30d88ea6a9c998bfb6b14edabb847c4805aaac4b2
Series History
See the revision history for series 1.0.x below
Revisions
1.0.0 - 22/04/2020
Added
- First release
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