Skip to content

v1.15.0

Compare
Choose a tag to compare
@BernieWhite BernieWhite released this 07 May 04:54
· 1085 commits to main since this release
a6be1ac

What's changed since v1.14.3:

  • New features:
    • Important change: Added Azure.Resource.SupportsTags selector by @BernieWhite.
      #1339
      • Use this selector in custom rules to filter rules to only run against resources that support tags.
      • This selector replaces the SupportsTags PowerShell function.
      • Using the SupportsTag function will now result in a warning.
      • The SupportsTags function will be removed in v2.
  • Updated rules:
    • Azure Kubernetes Service:
      • Updated Azure.AKS.Version to use latest stable version 1.22.6 by @BernieWhite.
        #1386
        • Use AZURE_AKS_CLUSTER_MINIMUM_VERSION to configure the minimum version of the cluster.
  • Engineering:
    • Added code signing of module by @BernieWhite.
      #1379
    • Added SBOM manifests to module by @BernieWhite.
      #1380
    • Embedded provider and alias information as manifest resources by @BernieWhite.
      #1383
      • Resources are minified and compressed to improve size and speed.
    • Added additional nodeps manifest that does not include dependencies for Az modules by @BernieWhite.
      #1392
    • Bump Az.Accounts to 2.7.6. #1338
    • Bump Az.Resources to 5.6.0. #1338
    • Bump PSRule to 2.1.0. #1338
    • Bump Pester to 5.3.3. #1338
  • Bug fixes:

What's changed since pre-release v1.15.0-B0053:

Changelog: https://azure.github.io/PSRule.Rules.Azure/CHANGELOG-v1/