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.8.0 #1487

Merged
Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since release v2.7.0:

  • General improvements:
    • Important change: Replaced SuppressedRuleWarning execution option with RuleSuppressed by @BernieWhite.
      #1456
      • Improved options for output of suppressed rules with RuleSuppressed option.
      • Deprecated SuppressedRuleWarning option, which will be removed in v3.
    • Added support for logging excluded rules by @BernieWhite.
      #1432
    • Added additional options to schema for PSRule for Azure by @BernieWhite.
      #1446
    • Improved error message for failing to read options file by @BernieWhite.
      #1433
    • Added support for import within initialize block by @BernieWhite.
      #1448
    • Added support for direct typing on import by @BernieWhite.
      #1449
      • Use the $PSRule.ImportWithType method to import an object with a specific type.
    • Added support for case sensitivity matching with match and notMatch expressions by @BernieWhite.
      #1480
  • Engineering:
    • Bump Pester to v5.4.0.
      #1414
      Bump Microsoft.CodeAnalysis.Common to v4.4.0.
      #1341
    • Bump BenchmarkDotNet to v0.13.5.
      #1413
    • Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.5.
      #1413
    • Bump Microsoft.NET.Test.Sdk to v17.5.0.
      #1442
    • Bump Newtonsoft.Json to v13.0.3.
      #1467
    • Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.1.
      #1468
  • Bug fixes:
    • Fixes handling of numerics in tests for that are impacted by regional format by @BernieWhite.
      #1405
    • Fixed no output with using job summary with as summary by @BernieWhite.
      #1483
      • Fixed output and added error for unsupported scenarios.
    • Fixed LocalizedData is not exposed to if pre-conditions by @BernieWhite.
      #1083
    • Fixed LocalizedData is not exposed to conventions by @BernieWhite.
      #1477
    • Fixed problem binding when not set locally by @BernieWhite.
      #1473

What's changed since pre-release v2.8.0-B0171:

  • 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 requested a review from a team as a code owner March 27, 2023 13:34
@BernieWhite BernieWhite added this to the v2.8.0 milestone Mar 27, 2023
@BernieWhite BernieWhite force-pushed the users/bewhite/release-v2.8.0 branch from 54704c2 to 91f5267 Compare March 27, 2023 13:35
@BernieWhite BernieWhite merged commit 9d6e8e6 into microsoft:main Mar 27, 2023
@BernieWhite BernieWhite deleted the users/bewhite/release-v2.8.0 branch March 27, 2023 13:49
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