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

Pre-release v3.0.0-B0084 #1662

Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since release v2.9.0:

  • New features:
    • Added lock file support when using CLI and related tools by @BernieWhite.
      #1660
      • The lock file used used during analysis and when installing modules to select a specific version.
  • General improvements:
    • Breaking change: Switch to use SHA-512 for generating unbound objects by @BernieWhite.
      #1155
      • Objects that have no bound name will automatically be assigned a name based on the SHA-512 hash of the object.
      • Previously a SHA-1 hash was used, however this is no longer considered secure.
      • The name for unbound objects that are suppressed will change as a result.
      • Additionally the hash can be changed by setting the Execution.HashAlgorithm option.
      • See [upgrade notes][1] for details.
    • Breaking change: Removed deprecated execution options by @BernieWhite.
      #1457
    • Breaking change: Removed deprecated object properties by @BernieWhite.
      #1601
    • Expanded support for FileHeader assertion by @BernieWhite.
      #1521
      • Added support for .bicepparam, .tsp, .tsx, .editorconfig, .ipynb, and .toml files.
  • Engineering:
    • Breaking change: Bump development tools to .NET 7.0 SDK by @BernieWhite.
      #1631
      • Running PSRule from PowerShell 7.x is supported on 7.3 and above.
      • Running PSRule from Windows PowerShell 5.1 is still supported but deprecated and will be removed in PSRule v4.
    • Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.4.
      #1602
    • Bump Microsoft.CodeAnalysis.Common to v4.7.0.
      #1593
    • Bump Microsoft.NET.Test.Sdk to v17.7.2.
      #1608
    • Bump YamlDotNet to v13.7.1.
      #1647
    • Bump xunit to v2.5.3.
      #1648
    • Bump xunit.runner.visualstudio to v2.5.3.
      #1644
    • Bump BenchmarkDotNet to v0.13.10.
      #1654
    • Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.10.
      #1654

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 November 12, 2023 03:01
@BernieWhite BernieWhite merged commit 3db1546 into microsoft:main Nov 12, 2023
14 checks passed
@BernieWhite BernieWhite deleted the users/bewhite/release-v3.0.0-B0084 branch November 12, 2023 03:17
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