Skip to content

Releases: murati-hu/CloudRemoting

v0.6.2 Release

11 Oct 11:33
Compare
Choose a tag to compare

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

11 Oct 11:38
Compare
Choose a tag to compare
Merge pull request #20 from muratiakos/master

Bump version and ComputerName positional

0.6.1 Release to fix S3 output results

19 Apr 22:06
Compare
Choose a tag to compare

This release fixes the S3 output key to fetch full results

Release - v0.6

24 Nov 00:52
Compare
Choose a tag to compare

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

17 Nov 14:56
Compare
Choose a tag to compare

Pseudo-parallel Invoke-SSMCommand and SSM alias

v0.4 Release

10 Nov 12:14
Compare
Choose a tag to compare

This release enables CliXml serialization and de-serialization, so SSM-commands can be fully integrated to PowerShell pipelines.

v0.3 Release

06 Nov 20:37
Compare
Choose a tag to compare

This release adds support for pipeline integrated SSM Commands to CloudRemoting

Release v0.2.0.0

17 Sep 09:22
Compare
Choose a tag to compare

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 with Set-DefaultEC2PemFile
  • New alias ec2sn for Enter-EC2PSSession
  • Better exception handling with Test-PemFile
  • Pester tests for PemFile parameter validation
  • PSScriptAnalyzer fixes for all code
  • Updated examples and Readme