Skip to content

Commit 7cf5caa

Browse files
committed
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.
1 parent 10ecb4d commit 7cf5caa

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG/preview.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30
2+
3+
### New Features
4+
- Full Microsoft Artifact Registry integration (#1741)
5+
6+
### Bug Fixes
7+
8+
- Update to use OCI v2 APIs for Container Registry (#1737)
9+
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
10+
- Bug fix for finding package name with 4 part version from local repositories (#1739)
11+
112
## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22
213

314
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

+12-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'RC1'
49+
Prerelease = 'RC2'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,17 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.1.0-RC2
60+
61+
### New Features
62+
- Full Microsoft Artifact Registry integration (#1741)
63+
64+
### Bug Fixes
65+
66+
- Update to use OCI v2 APIs for Container Registry (#1737)
67+
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
68+
- Bug fix for finding package name with 4 part version from local repositories (#1739)
69+
5970
## 1.1.0-RC1
6071
6172
### New Features

0 commit comments

Comments
 (0)