Releases: murati-hu/CloudRemoting
Releases · murati-hu/CloudRemoting
v0.6.2 Release
This release contains fix for Invoke-SSMCommand
:
- for fetching S3 results from various SSM Documents
- for passing remote errors objects
Latest Stable release for 0.6.2
Merge pull request #20 from muratiakos/master Bump version and ComputerName positional
0.6.1 Release to fix S3 output results
This release fixes the S3 output key to fetch full results
Release - v0.6
This change adds SSMCommandInputObject to SSM results and Expand-Object to merge expanded properties to the top level of the results for Tag expansions.
Release v0.5
Pseudo-parallel Invoke-SSMCommand and SSM alias
v0.4 Release
This release enables CliXml serialization and de-serialization, so SSM-commands can be fully integrated to PowerShell pipelines.
v0.3 Release
This release adds support for pipeline integrated SSM Commands to CloudRemoting
Release v0.2.0.0
This release adds features to set/reset/get the default EC2 PemFile, so users can set it for easier ad-hoc scripting. All changes are backward compatible.
The changes namely:
-PemFile
parameter defaults can be set withSet-DefaultEC2PemFile
- New alias
ec2sn
forEnter-EC2PSSession
- Better exception handling with
Test-PemFile
- Pester tests for
PemFile
parameter validation - PSScriptAnalyzer fixes for all code
- Updated examples and Readme