Releases: fireflycons/PSCloudFormation
Releases · fireflycons/PSCloudFormation
Minor changes
Manifest update
Create release notes file
Linux PSGallery deployment
Merge pull request #24 from fireflycons/dev Bump module version
First major version
Now with PowerShell Core/Linux support.
New enhancements, minor bug fixes
Improve format of stack events.
Fix event timestamp bug - times returned by API are local, not UTC.
Support JSON parameters.
Fix string formatting bug.
Log CloudFormation events to console with colour
When -Wait
switch is given on the command line, the latest available CloudFormation events are now logged to the console, including events from any nested stacks.
Resource status is coloured for easy identification of success/error/progress states
Fix issue with temporary S3 bucket
The temporary bucket name for oversize templates was not globally unique
Bug fixes
- Handle large templates : bug
- Wait for rollback if update fails : bug
- Changeset should show resource action : enhancement
Update-PSCFNStack
not detecting newly added stack parameter : bug
v0.2
This release forwards the rest of the relevant command line arguments of New-CFNStack
and Update-CFNStack
, a notable omission being -UsePreviousTemplate
v0.1
First release.