Skip to content

Commit

Permalink
Release v2.1.0 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored May 2, 2022
1 parent dc287c8 commit 11829e6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/CHANGELOG-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,37 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

## v2.1.0

What's changed since v2.0.1:

- General improvements:
- Added `notStartsWith`, `notEndsWith`, and `notContains` expressions and assertion helpers. [#1047](https://github.com/microsoft/PSRule/issues/1047)
- Added `like`, `notLike` expressions and assertion helpers. [#1048](https://github.com/microsoft/PSRule/issues/1048)
- Added additional repository paths to ignore by default. [#1043](https://github.com/microsoft/PSRule/issues/1043)
- Added custom suppression message during PSRule runs. [#1046](https://github.com/microsoft/PSRule/issues/1046)
- When a rule is suppressed using a suppression group the synopsis is shown in the suppression warning.
- Configure the suppression group synopsis to display a custom message.
- Suppression groups synopsis can be localized using markdown documentation.
- Use markdown to set a culture specific synopsis.
- Custom suppression messages are not supported when suppressing individual rules using `ps-rule.yaml`.
- See [about_PSRule_SuppressionGroups] for details.
- Added source support for string conditions. [#1068](https://github.com/microsoft/PSRule/issues/1068)
- Engineering:
- Added code signing of module. [#1049](https://github.com/microsoft/PSRule/issues/1049)
- Added SBOM manifests to module. [#1050](https://github.com/microsoft/PSRule/issues/1050)
- Bump Sarif.Sdk to 2.4.15. [#1075](https://github.com/microsoft/PSRule/pull/1075)
- Bump Pester to 5.3.2. [#1062](https://github.com/microsoft/PSRule/pull/1062)
- Bug fixes:
- **Important change:** Fixed source scope not updated in multi-module runs. [#1053](https://github.com/microsoft/PSRule/issues/1053)
- Several properties of rule and language block elements have been renamed to improve consistency.
- From _v3_ custom scripts may not work correctly until you update these names.
- For details on the updated property names see [deprecations][2].

What's changed since pre-release v2.1.0-B0069:

- No additional changes.

## v2.1.0-B0069 (pre-release)

What's changed since pre-release v2.1.0-B0040:
Expand Down

0 comments on commit 11829e6

Please sign in to comment.