From 7cf5caaf9c259c77164128bbff25b584054e058a Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Thu, 31 Oct 2024 00:55:00 +0000 Subject: [PATCH] Merged PR 33152: Update changelog, release notes, and version for v1.1.0-RC2 release #### AI description (iteration 1) #### PR Classification Documentation and version update for release. #### PR Summary This pull request updates the changelog, release notes, and version information for the v1.1.0-RC2 release. - `/src/Microsoft.PowerShell.PSResourceGet.psd1`: Updated `Prerelease` version to `RC2` and added release notes for v1.1.0-RC2. - `/CHANGELOG/preview.md`: Added changelog entries for v1.1.0-RC2, including new features and bug fixes. --- CHANGELOG/preview.md | 11 +++++++++++ src/Microsoft.PowerShell.PSResourceGet.psd1 | 13 ++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 3ed3fced0..c3681ed41 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,3 +1,14 @@ +## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30 + +### New Features +- Full Microsoft Artifact Registry integration (#1741) + +### Bug Fixes + +- Update to use OCI v2 APIs for Container Registry (#1737) +- Bug fixes for finding and installing from local repositories on Linux machines (#1738) +- Bug fix for finding package name with 4 part version from local repositories (#1739) + ## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22 ### New Features diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index 3a497db4e..91e27ed57 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -46,7 +46,7 @@ 'udres') PrivateData = @{ PSData = @{ - Prerelease = 'RC1' + Prerelease = 'RC2' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -56,6 +56,17 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 1.1.0-RC2 + +### New Features +- Full Microsoft Artifact Registry integration (#1741) + +### Bug Fixes + +- Update to use OCI v2 APIs for Container Registry (#1737) +- Bug fixes for finding and installing from local repositories on Linux machines (#1738) +- Bug fix for finding package name with 4 part version from local repositories (#1739) + ## 1.1.0-RC1 ### New Features