Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.2.0 #1145

Merged
merged 2 commits into from
Jun 30, 2022
Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since v2.1.0:

  • New features:
  • General improvements:
    • Improved reporting of the object path that caused rule failures by @BernieWhite.
      #1092
      • Output include a new Detail property with details of the reason and the object path.
      • Custom methods ReasonFrom and ReasonIf accept a path parameter to specify the object path.
    • Added informational message when output has been written to disk by @BernieWhite.
      #1074
      • The Output.Footer option now supports OutputFile which reports the output file path.
        This is enabled by default.
    • Added descendant selector to object path syntax.
      #1133
      • Use .. to traverse into child objects, for example $..name finds names for all nested objects.
  • Engineering:
  • Bug fixes:
    • Fixed output of reason with wide format by @BernieWhite.
      #1117
    • Fixed piped input does not respect excluded paths by @BernieWhite.
      #1114
      • By default, objects are not excluded by source.
      • To exclude piped input based on source configure the Input.IgnoreObjectSource option.
    • Fixed issue building a PSRule project by removing PSRule.psd1 from compile target by @BernieWhite.
      #1140
    • Fixed grouping of logical operators in object path by @BernieWhite.
      #1101

What's changed since pre-release v2.2.0-B0175:

  • No additional changes.

PR Checklist

  • PR has a meaningful title
  • Summarized changes
  • Change is not breaking
  • This PR is ready to merge and is not Work in Progress

@BernieWhite BernieWhite added this to the v2.2.0 milestone Jun 30, 2022
@BernieWhite BernieWhite requested a review from a team as a code owner June 30, 2022 06:43
@BernieWhite BernieWhite merged commit f3d2179 into microsoft:main Jun 30, 2022
@BernieWhite BernieWhite deleted the bewhite/release-v2.2.0 branch June 30, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant