Osirium PAM: 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.1.0
Download: pam-3.1.0.tgz
SHA256: 130a093021c4745d2a04b66b6d4914e2c72b3343f7313c0376528d40f1b3b9aa
Series History
See the revision history for series 3.1.x below
Revisions
3.1.0 - 19/05/2022
Changed
- Show an error in the PPA interface when querying devices by hostname on a version of PAM that doesn't support it.
Version 3.0.0
Download: pam-3.0.0.tgz
SHA256: 0e1a5fea509de004888364c53aa9d4b2c78afc4691eeca2e8a0e21617ab8642e
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 16/03/2022
Changed
- Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).
Version 2.2.0
Download: pam-2.2.0.tgz
SHA256: 9a8f0769be87f64268420b7d5cc1dcaeb258666b9babca6493299c91adcb16ea
Series History
See the revision history for series 2.2.x below
Revisions
2.2.0 - 16/03/2022
Fixed
- Raise a new type of error when a PAM vault cannot be found in PPA with the supplied IP/DNS address.
Version 2.1.0
Download: pam-2.1.0.tgz
SHA256: 3cdb2673ead33267ad014f80906d066c623981889b20c1ab0b7d38d3d9174401
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.0
Download: pam-2.0.0.tgz
SHA256: dd4d183b7c1a50cf15539f958567231843d13b493f9c34a8812653dac229a45a
Series History
See the revision history for series 2.0.x below
Revisions
2.0.0 - 04/06/2021
Added
- New display, select, & select_one actions in all modules providing a more simple way to use tables.
Changed
- All search actions now output a SearchResult dictionary making it easier to use the results.
Deprecated
- All output_table & input_table actions (replaced with new display & select actions).
Version 1.1.1
Download: pam-1.1.1.tgz
SHA256: 459758cb82209e93964a74ee9a9cd23bb8d1e5565cc262b672f314bc19c44698
Series History
See the revision history for series 1.1.x below
Revisions
1.1.1 - 27/05/2021
Added
- Added a description to the plugin manifest.
1.1.0 - 27/04/2021
Added
- New active_directories.reveal_account_by_name action
Version 1.0.0
Download: pam-1.0.0.tgz
SHA256: 379379566b0bae353ecd36fa0cfb4a17a952b3c57e6e3bae469582a618a053f7
Series History
See the revision history for series 1.0.x below
Revisions
1.0.0 - 07/04/2021
Added
- Documentation for all modules
Changed
-
Inputs to table actions can now be single dictionaries as well as lists
-
Several action input names have been changed after BETA feedback
Version 0.5.0
Download: pam-0.5.0.tgz
SHA256: e07eb3107b43d25d5eee11b1a2dbddcca971b314d1d98e8012af829c33105737
Series History
See the revision history for series 0.5.x below
Revisions
0.5.0 - 24/11/2020
Added
- User groups module
Version 0.2.0
Download: pam-0.2.0.tgz
SHA256: 3dc8ceaf19c8c45c910d8ec3bce994f0d61bbd1ddff2306a7f15951b52354a90
Series History
See the revision history for series 0.2.x below
Revisions
0.2.0 - 15/09/2020
Fixed
- Fixed an issue with revealing secrets that included an SSH Key
Version 0.1.0
Download: pam-0.1.0.tgz
SHA256: 34783ba68ff0a8b763569e8d90acbc1cfd05170eefdcea40996813e86c21f1ab
Series History
See the revision history for series 0.1.x below
Revisions
0.1.0 - 09/09/2020
Added
- Initial BETA plugin version with devices, active directories, & static vaults action modules.
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