Skip to content

Latest commit

 

History

History
212 lines (155 loc) · 6.31 KB

CHANGELOG-v2.md

File metadata and controls

212 lines (155 loc) · 6.31 KB

Change log

See upgrade notes for helpful information when upgrading from previous versions.

Unreleased

v2.9.0

What's changed since v2.8.1:

  • Engineering:

v2.8.1

What's changed since v2.8.0:

  • Engineering:

v2.8.0

What's changed since v2.7.0:

  • New features:
    • Added job summaries to each run by @BernieWhite. #218
      • Set the summary input to false to skip generating a job summary.
  • General improvements:
    • Added support for action release branches by @BernieWhite. #214
  • Engineering:
  • Bug fixes:
    • Fixed summary with job summary by @BernieWhite. #221

v2.7.0

What's changed since v2.6.0:

v2.6.0

What's changed since v2.5.2:

v2.5.2

What's changed since v2.5.1:

v2.5.1

What's changed since v2.5.0:

v2.5.0

What's changed since v2.4.2:

  • General improvements:
    • Added outcome filtering parameter by @BernieWhite. #171
  • Engineering:

v2.4.2

What's changed since v2.4.1:

v2.4.1

What's changed since v2.4.0:

v2.4.0

What's changed since v2.3.2:

  • General improvements:
    • Improved documentation for inputPath input parameter by @BernieWhite. #181
    • Added additional exception logging to improve debugging by @BernieWhite. #180
  • Engineering:

v2.3.2

What's changed since v2.3.1:

v2.3.1

What's changed since v2.3.0:

v2.3.0

What's changed since v2.2.0:

v2.2.0

What's changed since v2.1.0:

v2.1.0

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.
  • Engineering:

v2.0.1

What's changed since v2.0.0:

  • Engineering:
  • Bug fixes:
    • Fixed assertion failed with newer version. #159

v2.0.0

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.
    • Added support for outputting analysis results as SARIF. #136
      • To use the SARIF output format set the outputFormat parameter to Sarif.
    • 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.
  • General improvements:
    • Exposed more rule error output in CI. #140
  • Engineering:
  • Bug fixes:
    • Fixed import of pre-release version. #138
    • Fixed path issue for running out of repo. #150