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

Releases: microsoft/vscode-docker-extensibility

microsoft-vscode-docker-registries v0.2.1

Choose a tag to compare

@bwateratmsft bwateratmsft released this 31 Jul 17:54
aac7f50

Fixed

  • 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

microsoft-vscode-processutils v0.1.1

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 31 Jul 17:53
0f54cfc

Fixed

  • Fixed an issue involving non-shell execution on Windows. #280

microsoft-vscode-container-client v0.4.1

Choose a tag to compare

@bwateratmsft bwateratmsft released this 31 Jul 17:54
0f54cfc

Fixed

  • Now depends on @microsoft/vscode-container-client v0.1.1, in order to get a fix. #280

microsoft-vscode-processutils v0.1.0

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 10 Jul 17:08
d28ca65

NOTE!

Sorry everyone this release is literally broken. See #280

Added

  • Initial release. This contains the command line building, shell, and process execution features previously in @microsoft/vscode-container-client.

microsoft-vscode-container-client v0.4.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 10 Jul 17:18
d28ca65

Added

  • Added a new checkOrchestratorInstall command for ContainerOrchestratorClient. #274

Breaking Changes

  • spawnStreamAsync, Shell, commandLineBuilder, and some related utilities have been moved to a new @microsoft/vscode-processutils package. Imports will need to be updated. #277

microsoft-vscode-container-client v0.3.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 07 Jul 20:11
7785ca8

Added

  • Support has been added for Podman Compose. #264

Changed

  • IPv6 addresses returned by the API will no longer have brackets. #272
  • Internal to the library, Zod is now being used for validating objects from the various clients. #248

microsoft-vscode-container-client v0.2.2

Choose a tag to compare

@bwateratmsft bwateratmsft released this 03 Jun 19:30
037c03f

Added

  • Added support for the --platform argument in runContainer(). #258

microsoft-vscode-container-client v0.2.1

Choose a tag to compare

@bwateratmsft bwateratmsft released this 14 Mar 15:23
a7f8771

Added

  • Added the container stats command. This would previously always throw a CommandNotSupportedError. However, the typing has changed to a VoidCommandResponse. #254

microsoft-vscode-container-client v0.2.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 07 Mar 17:56
e5180d6

Added

  • Added a client for Podman. #221

Changed

  • Some properties on certain objects have become optional, due to Podman not containing them. For example, network ID on network listing is not present on Podman v3.

microsoft-vscode-docker-registries v0.2.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 08 Jan 16:16
d8d90e9

Fixed

  • Fixes an issue that would cause infinite looping on registries that used paging in tags listing. #243
  • The above required a breaking alteration to the RegistryV2RequestOptions interface.