|
1 |
| -## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13 |
| 1 | +## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15 |
| 2 | + |
| 3 | +### Bug Fix |
| 4 | +- Include missing commits |
| 5 | + |
| 6 | + |
| 7 | +## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30 |
| 8 | + |
| 9 | +### New Features |
| 10 | +- Full Microsoft Artifact Registry integration (#1741) |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +- Update to use OCI v2 APIs for Container Registry (#1737) |
| 15 | +- Bug fixes for finding and installing from local repositories on Linux machines (#1738) |
| 16 | +- Bug fix for finding package name with 4 part version from local repositories (#1739) |
| 17 | + |
| 18 | +# Preview Changelog |
| 19 | + |
| 20 | +## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22 |
2 | 21 |
|
3 | 22 | ### New Features
|
4 | 23 |
|
|
8 | 27 |
|
9 | 28 | - Fix packaging name matching when searching in local repositories (#1731)
|
10 | 29 | - `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720)
|
11 |
| -- Fix for `Compress-PSResource` not properly compressing scripts (#1719) |
| 30 | +- Fix for `Compress-PSResource` not properly compressing scripts (#1719) |
12 | 31 | - Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!)
|
13 |
| -- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!) |
| 32 | +- Better support for Azure DevOps Artifacts NuGet v2 feeds (#1713 Thanks @o-l-a-v!) |
14 | 33 | - Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!)
|
15 | 34 | - Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!)
|
16 | 35 | - Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!)
|
|
34 | 53 |
|
35 | 54 | ### New Features
|
36 | 55 |
|
37 |
| -- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, |
38 |
| -#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) |
| 56 | +- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, #1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) |
39 | 57 |
|
40 | 58 | ### Bug Fixes
|
41 | 59 |
|
|
0 commit comments