Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0]¶
- Module Changes
- Added support for Azure Graph modules
- Build Updates
- Added
MarkdownRepair.ps1and added Markdown repair logic to InvokeBuild script.
- Added
[1.0.0]¶
- Module Changes
- Updated module requirement for
Convertfrom0.6.0to1.5.0 - Minor updates to
Invoke-XMLDataCheckfor code readability Confirm-XMLDataSetnow evaluatesLastWriteTimeinstead ofCreationTimeto determine cache freshness requirementsFind-CloudCommand- updated helpGet-AllCloudCommandInfo- updated helpGet-CloudCommandFromFile- updated help
- Updated module requirement for
- Build Updates
- Updated all Github action files to:
- support ignore certain files for Readthedocs implementation
- updated actions from
v2tov3
- Moved CHANGELOG from
.githubtodocs actions_bootstrap.ps1- bumped module versions to latest- All Infra/Infrastructure references changed to Integration
- Removed all test case uses of
Assert-MockCalled - Added additional unit tests for
Invoke-XMLDataCheck - AWS Deployment Updates
- Added Lambda function to metric age of data cache
- Updated CodeBuild Integration tests
- Changed alarm for cache data to reference correct SNS topic for alerts
- Added CloudWatch dashboard for data cache age metric
- Added support for readthedocs
- Updated all Github action files to:
- Misc
- Updated README to reference new badge urls for Github actions
- Updated
settings.jsonfor tab requirements to support Readthedocs - Added
SECURITY.md - Updated
tasks.jsonfor cleaner references and additional tasks - Updated
LICENSEyear - Added metric dashboards to docs section
[0.8.0]¶
- Initial release.