|
132 | 132 | - Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831) |
133 | 133 | - Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808) |
134 | 134 |
|
135 | | -## 1.1.1 |
136 | | -
|
137 | | -### Bug Fix |
138 | | -- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799) |
139 | | -- Update README.md (#1798) |
140 | | -- Use authentication challenge for unauthenticated ContainerRegistry repository (#1797) |
141 | | -- Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository (#1796) |
142 | | -- Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package (#1792) |
143 | | -- Add wildcard support for MAR repository for FindAll and FindByName (#1786) |
144 | | -- Bugfix for nuspec dependency version range calculation for RequiredModules (#1784) |
145 | | -
|
146 | | -## 1.1.0 |
147 | | -
|
148 | | -### Bug Fix |
149 | | -- Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763) |
150 | | -- Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761) |
151 | | -- Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766) |
152 | | -- Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760) |
153 | | -- Bugfix for local repository casing issue on Linux (#1750) |
154 | | -- Update README.md (#1759) |
155 | | -- Bug fix for case sensitive License.txt when RequireLicense is specified (#1757) |
156 | | -- Bug fix for broken -Quiet parameter for Save-PSResource (#1745) |
157 | | -
|
158 | | -## 1.1.0-rc3 |
159 | | -
|
160 | | -### Bug Fix |
161 | | -- Include missing commits |
162 | | -
|
163 | | -## 1.1.0-RC2 |
164 | | -
|
165 | | -### New Features |
166 | | -- Full Microsoft Artifact Registry integration (#1741) |
167 | | -
|
168 | | -### Bug Fixes |
169 | | -
|
170 | | -- Update to use OCI v2 APIs for Container Registry (#1737) |
171 | | -- Bug fixes for finding and installing from local repositories on Linux machines (#1738) |
172 | | -- Bug fix for finding package name with 4 part version from local repositories (#1739) |
173 | | -
|
174 | | -## 1.1.0-RC1 |
175 | | -
|
176 | | -### New Features |
177 | | -
|
178 | | -- Group Policy configurations for enabling or disabling PSResource repositories (#1730) |
179 | | -
|
180 | | -### Bug Fixes |
181 | | -
|
182 | | -- Fix packaging name matching when searching in local repositories (#1731) |
183 | | -- `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720) |
184 | | -- Fix for `Compress-PSResource` not properly compressing scripts (#1719) |
185 | | -- Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!) |
186 | | -- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!) |
187 | | -- Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!) |
188 | | -- Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!) |
189 | | -- Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!) |
190 | | -
|
191 | | -## 1.1.0-preview2 |
192 | | -
|
193 | | -### New Features |
194 | | -
|
195 | | -- New cmdlet `Compress-PSResource` which packs a package into a .nupkg and saves it to the file system (#1682, #1702) |
196 | | -- New `-Nupkg` parameter for `Publish-PSResource` which pushes pushes a .nupkg to a repository (#1682) |
197 | | -- New `-ModulePrefix` parameter for `Publish-PSResource` which adds a prefix to a module name for container registry repositories to add a module prefix.This is only used for publishing and is not part of metadata. MAR will drop the prefix when syndicating from ACR to MAR (#1694) |
198 | | -
|
199 | | -### Bug Fixes |
200 | | -
|
201 | | -- Add prerelease string when NormalizedVersion doesn't exist, but prerelease string does (#1681 Thanks @sean-r-williams) |
202 | | -- Add retry logic when deleting files (#1667 Thanks @o-l-a-v!) |
203 | | -- Fix broken PAT token use (#1672) |
204 | | -- Updated error messaging for authenticode signature failures (#1701) |
205 | | -
|
206 | | -## 1.1.0-preview1 |
207 | | -
|
208 | | -### New Features |
209 | | -
|
210 | | -- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, |
211 | | -#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615) |
212 | | -
|
213 | | -### Bug Fixes |
214 | | -
|
215 | | -- Fix incorrect request URL when installing resources from ADO (#1597 Thanks @anytonyoni!) |
216 | | -- Fix for swallowed exceptions (#1569) |
217 | | -- Fix for PSResourceGet not working in Constrained Language Mode (#1564) |
218 | | -
|
219 | | -## 1.0.6 |
220 | | -
|
221 | | -- Bump System.Text.Json to 8.0.5 |
222 | | -
|
223 | | -## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13 |
224 | | -
|
225 | | -### Bug Fixes |
226 | | -- Update `nuget.config` to use PowerShell packages feed (#1649) |
227 | | -- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!) |
228 | | -- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!) |
229 | | -- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!) |
230 | | -- Add 10 minute timeout to HTTPClient (#1626) |
231 | | -- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!) |
232 | | -- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!) |
233 | | -- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!) |
234 | | -- Improved exception handling (#1569) |
235 | | -- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564) |
236 | | -- PSResourceGet packaging update |
237 | | -
|
238 | | -## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05 |
239 | | -
|
240 | | -- PSResourceGet packaging update |
241 | | -
|
242 | | -## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05 |
243 | | -
|
244 | | -### Patch |
245 | | -
|
246 | | -- Dependency package updates |
247 | | -
|
248 | | -## 1.0.3 |
249 | | -
|
250 | | -### Bug Fixes |
251 | | -- Bug fix for null package version in `Install-PSResource` |
252 | | -
|
253 | | -## 1.0.2 |
254 | | -
|
255 | | -### Bug Fixes |
256 | | -
|
257 | | -- Bug fix for `Update-PSResource` not updating from correct repository (#1549) |
258 | | -- Bug fix for creating temp home directory on Unix (#1544) |
259 | | -- Bug fix for creating `InstalledScriptInfos` directory when it does not exist (#1542) |
260 | | -- Bug fix for `Update-ModuleManifest` throwing null pointer exception (#1538) |
261 | | -- Bug fix for `name` property not populating in `PSResourceInfo` object when using `Find-PSResource` with JFrog Artifactory (#1535) |
262 | | -- Bug fix for incorrect configuration of requests to JFrog Artifactory v2 endpoints (#1533 Thanks @sean-r-williams!) |
263 | | -- Bug fix for determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams!) |
264 | | -- Bug fix for v2 server repositories incorrectly adding script endpoint (1526) |
265 | | -- Bug fixes for null references (#1525) |
266 | | -- Typo fixes in message prompts in `Install-PSResource` (#1510 Thanks @NextGData!) |
267 | | -- Bug fix to add `NormalizedVersion` property to `AdditionalMetadata` only when it exists (#1503 Thanks @sean-r-williams!) |
268 | | -- Bug fix to verify whether `Uri` is a UNC path and set respective `ApiVersion` (#1479 Thanks @kborowinski!) |
269 | | -
|
270 | | -## 1.0.1 |
271 | | -
|
272 | | -### Bug Fixes |
273 | | -
|
274 | | -- Bugfix to update Unix local user installation paths to be compatible with .NET 7 and .NET 8 (#1464) |
275 | | -- Bugfix for Import-PSGetRepository in Windows PowerShell (#1460) |
276 | | -- Bugfix for `Test-PSScriptFileInfo`` to be less sensitive to whitespace (#1457) |
277 | | -- Bugfix to overwrite rels/rels directory on net472 when extracting nupkg to directory (#1456) |
278 | | -- Bugfix to add pipeline by property name support for Name and Repository properties for Find-PSResource (#1451 Thanks @ThomasNieto!) |
279 | | -
|
280 | | -## 1.0.0 |
281 | | -
|
282 | | -### New Features |
283 | | -- Add `ApiVersion` parameter for `Register-PSResourceRepository` (#1431) |
284 | | -
|
285 | | -### Bug Fixes |
286 | | -- Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430) |
287 | | -- Bug fix ADO v2 feed installation failures (#1429) |
288 | | -- Bug fix Artifactory v2 endpoint failures (#1428) |
289 | | -- Bug fix Artifactory v3 endpoint failures (#1427) |
290 | | -- Bug fix `-RequiredResource` silent failures (#1426) |
291 | | -- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405) |
292 | | -
|
293 | 135 | See change log (CHANGELOG) at https://github.com/PowerShell/PSResourceGet |
294 | 136 | '@ |
295 | 137 | } |
|
0 commit comments