From 3660479cd3517bab363dd97e1241fb72b689e3b0 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Fri, 2 Jan 2026 11:17:34 +1000 Subject: [PATCH] Update change log --- docs/changelog.md | 5 +++++ docs/updates/v1.47.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 376df3e009..97400965ff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -137,6 +137,11 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers - Cosmos DB: - Renamed `Azure.Cosmos.DisableLocalAuth` to `Azure.Cosmos.NoSQLLocalAuth` to reflect it applies only to NoSQL API by @BernieWhite. [#3576](https://github.com/Azure/PSRule.Rules.Azure/issues/3576) +- Engineering: + - Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 10.0.1 + [#3627](https://github.com/Azure/PSRule.Rules.Azure/issues/3627) + - Bump Microsoft.Extensions.Hosting from 9.0.10 to 10.0.1 + [#3626](https://github.com/Azure/PSRule.Rules.Azure/issues/3626) ## v1.46.0 diff --git a/docs/updates/v1.47.md b/docs/updates/v1.47.md index 4ad60c800c..a012c58c23 100644 --- a/docs/updates/v1.47.md +++ b/docs/updates/v1.47.md @@ -1,17 +1,17 @@ --- -date: 2025-11-30 +date: 2025-12-30 version: 1.47 discussion: false draft: true --- -# November 2025 +# December 2025 Install with: [GitHub Actions](../install.md#with-github-actions) | [Azure Pipelines](../install.md#with-azure-pipelines) | [PowerShell](../install.md#with-powershell) --- -Welcome to the November 2025 release of PSRule for Azure. +Welcome to the December 2025 release of PSRule for Azure. This release includes new features, new rules and improvements to existing rules. See the [change log][1] or [GitHub history][2] for a complete list of changes.