Skip to content

PPA Tools PPA Tools: 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 11.0.0

Download: ppa_tools-11.0.0.tgz

SHA256: 264ba5ef2f8532835fcb26be6c78f10f4e9219be17a74f475c7c0ffc140a58cf

Series History

See the revision history for series 11.0.x below

Revisions
11.0.0 - 01/11/2023

Removed

  • Support for alpine 3.12 & 3.13

Added

  • Support for alpine 3.17

Changed

  • Upgrade to Python 3.10

Version 10.4.0

Download: ppa_tools-10.4.0.tgz

SHA256: 09bb8e20edc9e08d5d93f06f540bf1cf659e01ebd214655b6db46eea9da7df62

Series History

See the revision history for series 10.4.x below

Revisions
10.4.0 - 27/02/2023

Added

  • New math module with basic arithmetic actions

Version 10.3.0

Download: ppa_tools-10.3.0.tgz

SHA256: e37879d15ef573d0823ce3d48b0bed04db87282467759dfa6b6d5a5dfe6fc7a7

Series History

See the revision history for series 10.3.x below

Revisions
10.3.0 - 10/01/2023

Changed

  • Update regex.search to support a single 'expression' input or 'matches'

  • Documentation updates

Version 10.2.0

Download: ppa_tools-10.2.0.tgz

SHA256: 69bc90b8d37ed3bc81e177066c96fdb59df8f6ef5e2d77c6365e0e638c5d45eb

Series History

See the revision history for series 10.2.x below

Revisions
10.2.0 - 04/01/2023

Added

  • New csv.read_file action used to load a CSV file into a list of dictionaries

Version 10.1.0

Download: ppa_tools-10.1.0.tgz

SHA256: 01fbeaad2440c221f305c52692cbcc012515daa9eda9c0cc276e311357ed3300

Series History

See the revision history for series 10.1.x below

Revisions
10.1.0 - 06/12/2022

Added

  • New text.to_bool action for turning values like 'yes' or 'no' into true or false booleans

  • Drop support for alpine-3.12

Version 10.0.0

Download: ppa_tools-10.0.0.tgz

SHA256: 8daf9ed6c659624c41509b9def8eb9380657a032a1c5f1ddc95841abf542d106

Series History

See the revision history for series 10.0.x below

Revisions
10.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 9.3.0

Download: ppa_tools-9.3.0.tgz

SHA256: 2ad974ccbb7aec7d26a602c68cb584dcfd144c05e8f9f46df8d815ec3ba5d817

Series History

See the revision history for series 9.3.x below

Revisions
9.3.0 - 14/11/2022

Added

  • New regex.search action.

Version 9.2.0

Download: ppa_tools-9.2.0.tgz

SHA256: 8c57f1b793ad08d802d37fdb1a5709902adc0ba80127fa25a0395a764f38d016

Series History

See the revision history for series 9.2.x below

Revisions
9.2.0 - 07/11/2022

Changed

  • Update dependencies

Version 9.1.0

Download: ppa_tools-9.1.0.tgz

SHA256: 41a6bb4f1d29160ff807cbcc597fcdd0e46463a8089049efeae09e6cc5aae677

Series History

See the revision history for series 9.1.x below

Revisions
9.1.0 - 01/11/2022

Changed

  • Update dependencies.

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