PPA API: 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 5.4.0
Download: ppa_api-5.4.0.tgz
SHA256: 06abf636b241baa1d67795f2c48d208dd65f038d2c6c8dd7ef632669f44386fe
Series History
See the revision history for series 5.4.x below
Revisions
5.4.0 - 20/07/2023
Added
- New tasks.get_by_name action with an optional days argument.
Fixed
- Fix broken tasks.get_recent action.
Version 5.3.0
Download: ppa_api-5.3.0.tgz
SHA256: 627d97d7dca0b12808bf0c83f1ff5fd0379b6d2d6df632c048eb3beccfc9cf04
Series History
See the revision history for series 5.3.x below
Revisions
5.3.0 - 01/07/2023
Added
-
New tasks.get_by_uuid action.
-
New inventory.get_permalink action.
Version 5.2.0
Download: ppa_api-5.2.0.tgz
SHA256: e2710063b9b4038fde649395117f6e3ea938f34b5b6c9f5c000394f43f9e1bcb
Series History
See the revision history for series 5.2.x below
Revisions
5.2.0 - 23/03/2023
Fixed
- Fix a bug where supplying the 'deployed' input to tasks.get_all could fail
Version 5.1.0
Download: ppa_api-5.1.0.tgz
SHA256: a393b4eb855a65435f7bb560a603053f0ac68bf199a7fc8599d95f48e8ea2c34
Series History
See the revision history for series 5.1.x below
Revisions
5.1.0 - 24/02/2023
Changed
- Documentation & dependency updates
Version 5.0.0
Download: ppa_api-5.0.0.tgz
SHA256: acb4c9bd03f6ed2c64c69980408812e443c4d38c1fe163049c562d1f85692303
Series History
See the revision history for series 5.0.x below
Revisions
5.0.0 - 15/11/2022
Changed
-
Add support for alpine-3.16
-
Drop support for alpine-3.12
Version 4.4.0
Download: ppa_api-4.4.0.tgz
SHA256: 0fc4cc62b27be0e09de6e051cab783b8c634dc95782904d0f598a5e5d908b1fd
Series History
See the revision history for series 4.4.x below
Revisions
4.4.0 - 07/11/2022
Changed
- Update dependencies
Version 4.3.0
Download: ppa_api-4.3.0.tgz
SHA256: 222ddbefe78808ef28b64d21a80f0b6823f0f8c3ff078ca3d16a97dc104be802
Series History
See the revision history for series 4.3.x below
Revisions
4.3.0 - 01/11/2022
Changed
- Update dependencies.
Version 4.2.0
Download: ppa_api-4.2.0.tgz
SHA256: 3c5b6c9c77de4e44f9f076a7108b86d8353ed9d9c511ae93dd878fd2e3c1b27f
Series History
See the revision history for series 4.2.x below
Revisions
4.2.0 - 06/10/2022
Added
- New tasks.is_running action.
Version 4.1.0
Download: ppa_api-4.1.0.tgz
SHA256: f0a65df6a4a15e0a495b9b64398b3b9a9a4af512b2eb1144935a18ead35f30a7
Series History
See the revision history for series 4.1.x below
Revisions
4.1.0 - 16/09/2022
Added
-
New users & groups modules.
-
New inventory.get_by_id action.
-
New tasks.get_recent action.
-
The tasks.get_all action now supports the optional 'deployed' flag.
Version 4.0.0
Download: ppa_api-4.0.0.tgz
SHA256: eacbb1dd5ec46a79ed289f50664d62f6596fde58f350b3b725a0779a3f119a2c
Series History
See the revision history for series 4.0.x below
Revisions
4.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 3.0.0
Download: ppa_api-3.0.0.tgz
SHA256: c3374830fe061a2e5f3a7de4863c9a64ca16d92fe83996d6b947503a434ddaf0
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 08/12/2021
Added
- New select_one action in the tasks, delayed_tasks, & inventory modules
Changed
-
All output_table actions have been renamed to display
-
All input_table actions have been renamed to select
Removed
- All output_table & input_table actions have been removed.
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