Skip to content

Commit

Permalink
deploy: d27f529
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Mar 30, 2024
1 parent bfd1e5e commit f5bf956
Show file tree
Hide file tree
Showing 10 changed files with 8,979 additions and 8,875 deletions.
106 changes: 105 additions & 1 deletion CHANGELOG-v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v1350" class="md-nav__link">
<span class="md-ellipsis">
v1.35.0
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -15187,6 +15196,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v1350" class="md-nav__link">
<span class="md-ellipsis">
v1.35.0
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -17444,6 +17462,92 @@ <h1 id="change-log">Change log<a class="headerlink" href="#change-log" title="Pe
See <a href="../upgrade-notes/">upgrade notes</a> for more information.</li>
</ul>
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
<h2 id="v1350">v1.35.0<a class="headerlink" href="#v1350" title="Permanent link">#</a></h2>
<p>What's changed since v1.34.2:</p>
<ul>
<li>New features:<ul>
<li>Added WAF pillar specific baselines by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/1633">#1633</a>
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2752">#2752</a><ul>
<li>Use pillar specific baselines to target a specific area of the Azure Well-Architected Framework.</li>
<li>The following baselines have been added:<ul>
<li><code>Azure.Pillar.CostOptimization</code></li>
<li><code>Azure.Pillar.OperationalExcellence</code></li>
<li><code>Azure.Pillar.PerformanceEfficiency</code></li>
<li><code>Azure.Pillar.Reliability</code></li>
<li><code>Azure.Pillar.Security</code></li>
</ul>
</li>
</ul>
</li>
<li>Added March 2024 baselines <code>Azure.GA_2024_03</code> and <code>Azure.Preview_2024_03</code> by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2781">#2781</a><ul>
<li>Includes rules released before or during March 2024.</li>
<li>Marked <code>Azure.GA_2023_12</code> and <code>Azure.Preview_2023_12</code> baselines as obsolete.</li>
</ul>
</li>
</ul>
</li>
<li>Updated rules:<ul>
<li>Updated <code>Azure.AppService.NETVersion</code> to detect out of date .NET versions including .NET 5/6/7 by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2766">#2766</a><ul>
<li>Bumped rule set to <code>2024_03</code>.</li>
</ul>
</li>
<li>Updated <code>Azure.AppService.PHPVersion</code> to detect out of date PHP versions before 8.2 by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2768">#2768</a><ul>
<li>Fixed <code>Azure.AppService.PHPVersion</code> check fails when phpVersion is null.</li>
<li>Bumped rule set to <code>2024_03</code>.</li>
</ul>
</li>
<li>Updated <code>Azure.AKS.Version</code> to use <code>1.27.9</code> as the minimum version by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2771">#2771</a></li>
</ul>
</li>
<li>General improvements:<ul>
<li>Renamed Cognitive Services rules to Azure AI by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2776">#2776</a><ul>
<li>Rules that were previously named <code>Azure.Cognitive.*</code> have been renamed to <code>Azure.AI.*</code>.</li>
<li>For each rule that has been renamed, an alias has been added to reference the old name.</li>
</ul>
</li>
<li>Improved export of in-flight data for Event Grid and Azure Firewall Policies by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2774">#2774</a></li>
<li>Additional policies added to default ignore list by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/1731">#1731</a></li>
<li>Quality updates to rule documentation by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2570">#2570</a>
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/1243">#1243</a>
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2757">#2757</a><ul>
<li>Add rule severity to rule documentation pages.</li>
<li>Add documentation redirects for renamed rules.</li>
</ul>
</li>
<li>Updated links to learn.microsoft.com (from docs.microsoft.com) by <a href="https://github.com/lukemurraynz">@lukemurraynz</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/pull/2785">#2785</a></li>
</ul>
</li>
<li>Engineering:<ul>
<li>Bump coverlet.collector to v6.0.2.
<a href="https://github.com/Azure/PSRule.Rules.Azure/pull/2754">#2754</a></li>
</ul>
</li>
<li>Bug fixes:<ul>
<li>Fixed false negative from <code>Azure.LB.AvailabilityZone</code> when zone list is empty or null by <a href="https://github.com/jtracey93">@jtracey93</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2759">#2759</a></li>
<li>Fixed failed to expand JObject value with invalid key by <a href="https://github.com/BernieWhite">@BernieWhite</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/issues/2751">#2751</a></li>
</ul>
</li>
</ul>
<p>What's changed since pre-release v1.35.0-B0116:</p>
<ul>
<li>General improvements:<ul>
<li>Updated links to learn.microsoft.com (from docs.microsoft.com) by <a href="https://github.com/lukemurraynz">@lukemurraynz</a>.
<a href="https://github.com/Azure/PSRule.Rules.Azure/pull/2785">#2785</a></li>
</ul>
</li>
</ul>
<h2 id="v1350-b0116-pre-release">v1.35.0-B0116 (pre-release)<a class="headerlink" href="#v1350-b0116-pre-release" title="Permanent link">#</a></h2>
<p>What's changed since pre-release v1.35.0-B0084:</p>
<ul>
Expand Down Expand Up @@ -24206,7 +24310,7 @@ <h2 id="v100-b2101006-pre-release">v1.0.0-B2101006 (pre-release)<a class="header
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 28, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 30, 2024</span>
</span>


Expand Down
Loading

0 comments on commit f5bf956

Please sign in to comment.