Skip to content

Releases: microsoft/PSRule

v3.0.0-B0315

21 Nov 18:39
8dff96d
Compare
Choose a tag to compare
v3.0.0-B0315 Pre-release
Pre-release

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

  • New features:
    • Added support for overriding rule severity level by @BernieWhite.
      #1180
      • Baselines now accept a new spec.overrides.level property which configures severity level overrides.
      • Options now accept a new overrides.level properties which configures severity level overrides.
      • For example, a rule that generates an Error can be overridden to Warning.
  • General improvements:
    • Automatically restore missing modules when running CLI by @BernieWhite.
      #2552
      • Modules are automatically restored unless --no-restore is used with the run command.
  • Engineering:
    • Bump YamlDotNet to v16.2.0.
      #2596

See change log.

v3.0.0-B0275

25 Sep 04:23
a0ead93
Compare
Choose a tag to compare
v3.0.0-B0275 Pre-release
Pre-release

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

  • New features:
    • Allow CLI upgrade command to upgrade a single module by @BernieWhite.
      #2551
      • A single or specific modules can be upgraded by name when using module upgrade.
      • By default, all modules are upgraded.
    • Allow CLI to install pre-release modules by @BernieWhite.
      #2550
      • Add and upgrade pre-release modules with --prerelease.
      • Pre-release modules will be restored from the lock file with module restore.
  • General improvements:
    • Breaking change: Empty version comparison only accepts stable versions by default by @BernieWhite.
      #2557
      • version and apiVersion assertions only accept stable versions by default for all cases.
      • Pre-release versions can be accepted by setting includePrerelease to true.
  • Bug fixes:

See change log.

v3.0.0-B0267

17 Sep 23:20
0b82e75
Compare
Choose a tag to compare
v3.0.0-B0267 Pre-release
Pre-release

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.

v3.0.0-B0203

24 May 16:11
884f6b6
Compare
Choose a tag to compare
v3.0.0-B0203 Pre-release
Pre-release

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

  • New features:
    • Breaking change: Simplify handling of inputs from files using emitters by @BernieWhite.
      #1179
      • Files are automatically read from input paths and emitted as objects to the pipeline.
      • Emitter interface can be used to implement custom file readers and expansion of custom file types.
      • The File and Detect input formats are no longer required and have been removed.
      • Processing files and objects with rules is no longer recommended, and disabled by default.
      • The Input.FileObjects can be set to true to enable processing of files as objects with rules.
  • Engineering:
    • Bump Microsoft.NET.Test.Sdk to v17.10.0.
      #1826
  • Bug fixes:

See change log.

v3.0.0-B0198

18 May 06:08
2ae3ef7
Compare
Choose a tag to compare
v3.0.0-B0198 Pre-release
Pre-release

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

  • Engineering:
    • Bump System.Drawing.Common to v8.0.5.
      #1817
    • Bump Bump xunit to v2.8.0.
      #1809
    • Bump xunit.runner.visualstudio to v2.8.0.
      #1808
    • Bump YamlDotNet to v15.1.4.
      #1816
    • Bump Microsoft.CodeAnalysis.Common to v4.9.2.
      #1773
  • Bug fixes:

See change log.

v3.0.0-B0153

14 Feb 03:51
e6d8214
Compare
Choose a tag to compare
v3.0.0-B0153 Pre-release
Pre-release

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

See change log.

v3.0.0-B0151

13 Feb 07:19
fc1e550
Compare
Choose a tag to compare
v3.0.0-B0151 Pre-release
Pre-release

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

  • General improvements:
  • Engineering:
    • Breaking change: Bump development tools to .NET 8.0 SDK by @BernieWhite.
      #1673
      • Running PSRule from PowerShell 7.x is supported on 7.4 and above.
      • Running PSRule from Windows PowerShell 5.1 is still supported but deprecated and will be removed in PSRule v4.
    • Bump Microsoft.NET.Test.Sdk to v17.9.0.
      #1752
  • Bug fixes:

See change log.

v3.0.0-B0141

27 Jan 07:23
48cf81f
Compare
Choose a tag to compare
v3.0.0-B0141 Pre-release
Pre-release

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

  • General improvements:
    • SARIF output has been improved to include effective configuration from a run by @BernieWhite.
      #1739
    • SARIF output has been improved to include file hashes for source files from a run by @BernieWhite.
      #1740
    • Added support to allow disabling PowerShell features that can be run from a repository by @BernieWhite.
      #1742
      • Added the Execution.RestrictScriptSource option to disable running scripts from a repository.
  • Engineering:
    • Bump YamlDotNet to v15.1.0.
      #1737

See change log.

v3.0.0-B0137

16 Jan 23:41
e30d754
Compare
Choose a tag to compare
v3.0.0-B0137 Pre-release
Pre-release

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

  • General improvements:
    • Breaking change: Moved the restore command to a sub-command of module by @BernieWhite.
      #1730
      • The functionality of the restore command is now available as module restore.
    • Added CLI commands to list and report status of locked modules by @BernieWhite.
      #1729
      • Added module init sub-command to initialize the lock file from configured options.
      • Added module list sub-command to list locked and unlocked modules associated with the workspace.
      • Added version property to the lock file schema to support versioning of the lock file.
  • Engineering:
    • Bump BenchmarkDotNet to v0.13.12.
      #1725
    • Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.12.
      #1728
    • Bump xunit to v2.6.6.
      #1732
    • Bump xunit.runner.visualstudio to v2.5.6.
      #1717
    • Bump System.Drawing.Common to v8.0.1.
      #1727

See change log.

v3.0.0-B0122

21 Dec 14:33
796af43
Compare
Choose a tag to compare
v3.0.0-B0122 Pre-release
Pre-release

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

  • General improvements:
  • Engineering:
    • Bump xunit to v2.6.3.
      #1699
    • Bump xunit.runner.visualstudio to v2.5.5.
      #1700
    • Bump Microsoft.NET.Test.Sdk to v17.8.0.
      #1659
    • Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.
      #1674
    • Bump Microsoft.CodeAnalysis.Common to v4.8.0.
      #1686
    • Bump BenchmarkDotNet to v0.13.11.
      #1694
    • Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.11.
      #1697

See change log.