github microsoft/PSRule v3.0.0-B0267

latest release: v3.0.0-B0275
pre-releaseone month ago

What's changed since pre-release v3.0.0-B0203:

  • New features:
    • Added option to configure the severity level that PSRule will break the pipeline at by @BernieWhite.
      #1508
      • Previously only rules with the severity level Error would break the pipeline.
      • With this update rules with the severity level Error that fail will break the pipeline by default.
      • The Execution.Break option can be set to Never, OnError, OnWarning, or OnInformation.
      • If a rule fails with a severity level equal or higher than the configured level the pipeline will break.
  • General improvements:
    • Breaking change: Improve scope handling for correctly handling cases with multiple module by @BernieWhite.
      #1215
      • As a result of this change:
        • The binding property can no longer be used within baselines.
        • Custom inline script blocks can no longer be used for custom binding.
      • Use module configuration or workspace to configure binding options instead.
    • Added support for native logging within emitters by @BernieWhite.
      #1837
  • Engineering:
    • Bump xunit to v2.9.0.
      #1869
    • Bump xunit.runner.visualstudio to v2.8.2.
      #1869
    • Bump System.Drawing.Common to v8.0.8.
      #1887
    • Bump YamlDotNet to v15.3.0.
      #1856
    • Bump Microsoft.CodeAnalysis.Common to v4.10.0.
      #1854
    • Bump Pester to v5.6.1.
      #1872
    • Bump PSScriptAnalyzer to v1.22.0.
      #1858
    • Bump BenchmarkDotNet from 0.13.12 to 0.14.0.
      #1886
  • Bug fixes:

See change log.

Don't miss a new PSRule release

NewReleases is sending notifications on new releases.