See upgrade notes for helpful information when upgrading from previous versions.
What's changed since v2.8.1:
- Engineering:
- Bump PSRule to v2.9.0.
- See the change log
- Bump PSRule to v2.9.0.
What's changed since v2.8.0:
- Engineering:
- Bump PSRule to v2.8.1.
- See the change log
- Bump PSRule to v2.8.1.
What's changed since v2.7.0:
- New features:
- Added job summaries to each run by @BernieWhite.
#218
- Set the
summary
input tofalse
to skip generating a job summary.
- Set the
- Added job summaries to each run by @BernieWhite.
#218
- General improvements:
- Added support for action release branches by @BernieWhite. #214
- Engineering:
- Bump PSRule to v2.8.0.
- See the change log
- Bump PSRule to v2.8.0.
- Bug fixes:
- Fixed summary with job summary by @BernieWhite. #221
What's changed since v2.6.0:
- Engineering:
- Bump PSRule to v2.7.0.
#209
- See the change log
- Bump PSRule to v2.7.0.
#209
What's changed since v2.5.2:
- Engineering:
- Bump PSRule to v2.6.0.
#206
- See the change log
- Bump PSRule to v2.6.0.
#206
What's changed since v2.5.1:
- Engineering:
- Bump PSRule to v2.5.3.
#203
- See the change log
- Bump PSRule to v2.5.3.
#203
What's changed since v2.5.0:
- Engineering:
- Bump PSRule to v2.5.1.
#196
- See the change log
- Bump PSRule to v2.5.1.
#196
What's changed since v2.4.2:
- General improvements:
- Added outcome filtering parameter by @BernieWhite. #171
- Engineering:
- Bump PSRule to v2.5.0.
#194
- See the change log
- Bump PSRule to v2.5.0.
#194
What's changed since v2.4.1:
- Engineering:
- Bump PSRule to v2.4.2.
#191
- See the change log
- Bump PSRule to v2.4.2.
#191
What's changed since v2.4.0:
- Engineering:
- Bump PSRule to v2.4.1.
#188
- See the change log
- Bump PSRule to v2.4.1.
#188
What's changed since v2.3.2:
- General improvements:
- Engineering:
- Bump PSRule to v2.4.0.
#182
- See the change log
- Bump PSRule to v2.4.0.
#182
What's changed since v2.3.1:
- Engineering:
- Bump PSRule to v2.3.2.
#177
- See the change log
- Bump PSRule to v2.3.2.
#177
What's changed since v2.3.0:
- Engineering:
- Bump PSRule to v2.3.1.
#175
- See the change log
- Bump PSRule to v2.3.1.
#175
What's changed since v2.2.0:
- Engineering:
- Bump PSRule to v2.3.0.
#172
- See the change log
- Bump PSRule to v2.3.0.
#172
What's changed since v2.1.0:
- Engineering:
- Bump PSRule to v2.2.0.
#168
- See the change log
- Bump PSRule to v2.2.0.
#168
What's changed since v2.0.1:
- New features:
- Added support for alternative option file.
#155
- Set the
option
parameter to the path to an options file. - By default, the
ps-rule.yaml
option file is used.
- Set the
- Added support for alternative option file.
#155
- Engineering:
- Bump PSRule to v2.1.0.
#165
- See the change log
- Bump PSRule to v2.1.0.
#165
What's changed since v2.0.0:
- Engineering:
- Bump PSRule to v2.0.1.
#158
- See the change log
- Bump PSRule to v2.0.1.
#158
- Bug fixes:
- Fixed assertion failed with newer version. #159
What's changed since v1.12.0:
- New features:
- Added support for using a specific version of PSRule.
#132
- To install a specific version set the
version
parameter. - By default, the v2 stable version of PSRule is used.
- To install a specific version set the
- Added support for outputting analysis results as SARIF.
#136
- To use the SARIF output format set the
outputFormat
parameter toSarif
.
- To use the SARIF output format set the
- Added the ability to use an alternative PowerShell repository.
#133
- Register and authenticate to the repository in PowerShell if required.
- Configure
repository
to install modules from the named repository.
- Added support for using a specific version of PSRule.
#132
- General improvements:
- Exposed more rule error output in CI. #140
- Engineering:
- Breaking change: Bump PSRule to v2.0.0.
#152
- See the change log
- Breaking change: Bump PSRule to v2.0.0.
#152
- Bug fixes: