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.4.0 #1246

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since v2.3.2:

  • New features:
    • Experimental: Added support for functions within YAML and JSON expressions by @BernieWhite.
      #1227
      #1016
      • Added conversion functions boolean, string, and integer.
      • Added lookup functions configuration, and path.
      • Added string functions concat, substring.
      • See [functions][3] for more information.
    • Experimental: Added support for sub-selector YAML and JSON expressions by @BernieWhite.
      #1024
      #1045
      • Sub-selector pre-conditions add an additional expression to determine if a rule is executed.
      • Sub-selector object filters provide an way to filter items from list properties.
      • See [sub-selectors][4] for more information.
  • Engineering:
    • Improvements to PSRule engine API documentation by @BernieWhite.
      #1186
    • Updates to PSRule engine API by @BernieWhite.
      #1152
      • Added tool support for baselines parameter.
      • Added module path discovery.
      • Added output for verbose and debug messages.
    • Bump support projects to .NET 6 by @BernieWhite.
      #1209
    • Bump Microsoft.NET.Test.Sdk to v17.3.0.
      #1213
    • Bump BenchmarkDotNet to v0.13.2.
      #1241
    • Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.2.
      #1242
  • Bug fixes:
    • Fixed reporting of duplicate identifiers which were not generating an error for all cases by @BernieWhite.
      #1229
      • Added Execution.DuplicateResourceId option to configure PSRule behaviour.
      • By default, duplicate resource identifiers return an error.
    • Fixed exception on JSON baseline without a synopsis by @BernieWhite.
      #1230
    • Fixed repository information not in output by @BernieWhite.
      #1219

What's changed since pre-release v2.4.0-B0091:

  • 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.4.0 milestone Aug 29, 2022
@BernieWhite BernieWhite requested a review from a team as a code owner August 29, 2022 06:24
@BernieWhite BernieWhite merged commit 23abf21 into microsoft:main Aug 29, 2022
@BernieWhite BernieWhite deleted the bewhite/release-v2.4.0 branch August 29, 2022 06:33
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