Releases: microsoft/PSRule
Releases · microsoft/PSRule
v2.7.0-B0031
What's changed since pre-release v2.7.0-B0016:
- New features:
- Added API version date comparison assertion method and expression by @BernieWhite.
#1356 - Added support for new functions by @BernieWhite.
#1227- Added support for
trim
,replace
,split
,first
, andlast
.
- Added support for
- Added API version date comparison assertion method and expression by @BernieWhite.
- Bug fixes:
- Fixes CLI failed to load required assemblies by @BernieWhite.
#1361 - Fixes CLI ignores modules specified in
Include.Modules
by @BernieWhite.
#1362
- Fixes CLI failed to load required assemblies by @BernieWhite.
See change log.
v2.7.0-B0016
What's changed since pre-release v2.7.0-B0006:
- Bug fixes:
- Fixed job summary directory creation by @BernieWhite.
#1353 - Fixed same key for ref and name by @BernieWhite
#1354
- Fixed job summary directory creation by @BernieWhite.
See change log.
v2.7.0-B0006
What's changed since pre-release v2.7.0-B0001:
- General improvements:
- Added support target scope by @BernieWhite.
#1350
- Added support target scope by @BernieWhite.
- Bug fixes:
- Fixed exception with comments in JSON baselines by @BernieWhite.
#1336
- Fixed exception with comments in JSON baselines by @BernieWhite.
See change log.
v2.7.0-B0001
What's changed since v2.6.0:
- Bug fixes:
- Fixes exception calling
RuleSource
value cannot be null by @BernieWhite.
#1343
- Fixes exception calling
See change log.
v2.6.0
What's changed since v2.5.3:
- New features:
- Added support for generating job summaries by @BernieWhite.
#1264- Job summaries provide a markdown output for pipelines in addition to other supported output formats.
- To use, configure the
Output.JobSummaryPath
option.
- Added support for time bound suppression groups by @BernieWhite.
#1335- Suppression groups can be configured to expire after a specified time by setting the
spec.expiresOn
property. - When a suppression group expires, the suppression group will generate a warning by default.
- Configure the
Execution.SuppressionGroupExpired
option to ignore or error on expired suppression groups.
- Suppression groups can be configured to expire after a specified time by setting the
- Added support for generating job summaries by @BernieWhite.
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.4.0.
#1331 - Bump PSScriptAnalyzer to v1.21.0.
#1318 - Class clean up and documentation by @BernieWhite.
#1186
- Bump Microsoft.NET.Test.Sdk to v17.4.0.
What's changed since pre-release v2.6.0-B0034:
- No additional changes.
See change log.
v2.6.0-B0034
What's changed since pre-release v2.6.0-B0013:
- New features:
- Added support for generating job summaries by @BernieWhite.
#1264- Job summaries provide a markdown output for pipelines in addition to other supported output formats.
- To use, configure the
Output.JobSummaryPath
option.
- Added support for time bound suppression groups by @BernieWhite.
#1335- Suppression groups can be configured to expire after a specified time by setting the
spec.expiresOn
property. - When a suppression group expires, the suppression group will generate a warning by default.
- Configure the
Execution.SuppressionGroupExpired
option to ignore or error on expired suppression groups.
- Suppression groups can be configured to expire after a specified time by setting the
- Added support for generating job summaries by @BernieWhite.
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.4.0.
#1331
- Bump Microsoft.NET.Test.Sdk to v17.4.0.
See change log.
v2.6.0-B0013
What's changed since v2.5.3:
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.3.2.
#1283 - Bump PSScriptAnalyzer to v1.21.0.
#1318 - Class clean up and documentation by @BernieWhite.
#1186
- Bump Microsoft.NET.Test.Sdk to v17.3.2.
See change log.
v2.5.3
What's changed since v2.5.2:
- Bug fixes:
- Fixed incorrect XML header for encoding by @BernieWhite.
#1322
- Fixed incorrect XML header for encoding by @BernieWhite.
See change log.
v2.5.2
What's changed since v2.5.1:
- Bug fixes:
- Fixed NUnit output does not escape characters in all result properties by @BernieWhite.
#1316
- Fixed NUnit output does not escape characters in all result properties by @BernieWhite.
See change log.
v2.5.1
What's changed since v2.5.0:
- Bug fixes:
- Fixed
In
with array source object and dot object path by @BernieWhite.
#1314
- Fixed
See change log.