From 120d6d6408437d66dd9aeb7cda842c30843a306f Mon Sep 17 00:00:00 2001 From: Bernie White Date: Fri, 9 Sep 2022 00:17:37 +1000 Subject: [PATCH] Release v0.5.0 (#96) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 1 - 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ddd880e..5b3d57c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ Capture any error messages and or verbose messages with `-Verbose`. **Module in use and version:** - Module: PSRule.Monitor -- Version: **[e.g. 0.1.0]** +- Version: **[e.g. 0.5.0]** Captured output from `$PSVersionTable`: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7ac47e7..39ffb20 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,4 +11,4 @@ - **Code changes** - [ ] Have unit tests created/ updated - [ ] Link to a filed issue - - [ ] [Change log](https://github.com/Microsoft/PSRule.Monitor/blob/main/CHANGELOG.md) has been updated with change under unreleased section + - [ ] [Change log](https://github.com/microsoft/PSRule.Monitor/blob/main/CHANGELOG.md) has been updated with change under unreleased section diff --git a/CHANGELOG.md b/CHANGELOG.md index a433f2c..fe1fbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## Unreleased +## v0.5.0 + +What's changed since v0.4.0: + +- Engineering: + - Bump PSRule to v2.3.2. + [#90](https://github.com/microsoft/PSRule.Monitor/pull/90) + - Bump Microsoft.PowerShell.SDK to v7.2.6. + [#80](https://github.com/microsoft/PSRule.Monitor/pull/80) + - Bump Microsoft.NET.Test.Sdk to v17.3.0. + [#79](https://github.com/microsoft/PSRule.Monitor/pull/79) + - Upgrade support projects to .NET 6 by @BernieWhite. + [#83](https://github.com/microsoft/PSRule.Monitor/issues/83) + - Automatically update PowerShell dependencies by @BernieWhite. + [#84](https://github.com/microsoft/PSRule.Monitor/issues/84) + - Update Pester tests to v5 by @BernieWhite. + [#15](https://github.com/microsoft/PSRule.Monitor/issues/15) + - Added code signing and SBOM metadata by @BernieWhite. + [#86](https://github.com/microsoft/PSRule.Monitor/issues/86) + +What's changed since pre-release v0.5.0-B0014: + +- No additional changes. + ## v0.5.0-B0014 (pre-release) What's changed since pre-release v0.5.0-B0005: diff --git a/README.md b/README.md index 6baffe9..27cae9e 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any addi This project is [licensed under the MIT License](LICENSE). [install]: docs/scenarios/install-instructions.md -[ci-badge]: https://dev.azure.com/bewhite/PSRule.Monitor/_apis/build/status/PSRule.Monitor-CI?branchName=main [module]: https://www.powershellgallery.com/packages/PSRule.Monitor [engine]: https://github.com/Microsoft/PSRule [issue]: https://github.com/Microsoft/PSRule.Monitor/issues