Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit aac7f50

Browse files
authored
Bump version, changelog for @microsoft/vscode-docker-registries 0.2.1 release (#284)
1 parent b790be0 commit aac7f50

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-docker-registries/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1 - 31 July 2025
2+
### Fixed
3+
* Fixed an issue where `service` and `scope` parameters for OAuth requests were being sent as headers, when they should have been sent as query parameters. [#279](https://github.com/microsoft/vscode-docker-extensibility/issues/279)
4+
15
## 0.2.0 - 7 January 2025
26
### Fixed
37
* Fixes an issue that would cause infinite looping on registries that used paging in tags listing. [#243](https://github.com/microsoft/vscode-docker-extensibility/issues/243)

packages/vscode-docker-registries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/vscode-docker-registries",
33
"author": "Microsoft Corporation",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "Extensibility model for contributing registry providers to the Container Tools extension for Visual Studio Code",
66
"license": "See LICENSE in the project root for license information.",
77
"repository": {

0 commit comments

Comments
 (0)