Skip to content

Commit f8ee9fb

Browse files
authored
Changelogs, d'oh! (#302)
1 parent 6239bcd commit f8ee9fb

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

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-container-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.0 - 6 October 2025
2+
### Added
3+
* Package is now a combined CJS+ESM package, instead of just CJS. [#297](https://github.com/microsoft/vscode-docker-extensibility/pull/297)
4+
5+
### Breaking Changes
6+
* Now depends on Node 22, and VS Code 1.105.0 or higher.
7+
18
## 0.4.3 - 18 September 2025
29
### Fixed
310
* Fixed an issue where images could not be inspected if they were built in Azure Container Registry. [#295](https://github.com/microsoft/vscode-docker-extensibility/issues/295)

packages/vscode-docker-registries/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.0 - 6 October 2025
2+
### Added
3+
* Package is now a combined CJS+ESM package, instead of just CJS. [#297](https://github.com/microsoft/vscode-docker-extensibility/pull/297)
4+
5+
### Breaking Changes
6+
* Now depends on Node 22, and VS Code 1.105.0 or higher.
7+
18
## 0.3.0 - 2 September 2025
29
### Fixed
310
* Fixed several 404 errors for certain images in V2 registries, and made the created date lookup more robust. [#290](https://github.com/microsoft/vscode-docker-extensibility/pull/290)

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.3.0",
4+
"version": "0.4.0",
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": {

packages/vscode-processutils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0 - 6 October 2025
2+
### Added
3+
* Package is now a combined CJS+ESM package, instead of just CJS. [#297](https://github.com/microsoft/vscode-docker-extensibility/pull/297)
4+
5+
### Breaking Changes
6+
* Now depends on Node 22, and VS Code 1.105.0 or higher.
7+
18
## 0.1.3 - 17 September 2025
29
### Added
310
* Added a new `alternatePath` parameter to `getSafeExecPath`, to allow passing in an alternative `PATH` to search. [#294](https://github.com/microsoft/vscode-docker-extensibility/pull/294)

0 commit comments

Comments
 (0)