Skip to content

Releases: microsoft/vscode-docker-extensibility

microsoft-vscode-processutils v0.1.3

17 Sep 17:29
496fe20

Choose a tag to compare

Pre-release

Added

  • Added a new alternatePath parameter to getSafeExecPath, to allow passing in an alternative PATH to search. #294

microsoft-vscode-container-client v0.4.2

08 Sep 15:22
8dbecad

Choose a tag to compare

Fixed

  • Fixed an issue where inspection could fail if a container had unmapped ports. #292

microsoft-vscode-docker-registries v0.3.0

02 Sep 20:54
cd661e7

Choose a tag to compare

Fixed

  • Fixed several 404 errors for certain images in V2 registries, and made the created date lookup more robust. #290

Breaking Changes

  • Some breaking changes are present in the RegistryV2DataProvider class.

microsoft-vscode-processutils v0.1.2

25 Aug 18:13
a7c31e6

Choose a tag to compare

Pre-release

Added

  • Added a helper method to convert a Node.js AbortSignal into a CancellationTokenLike. #288

microsoft-vscode-docker-registries v0.2.2

22 Aug 14:26
ad05106

Choose a tag to compare

Fixed

  • Updated to support VSCode typings beyond 1.96.0. #287

microsoft-vscode-docker-registries v0.2.1

31 Jul 17:54
aac7f50

Choose a tag to compare

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

31 Jul 17:53
0f54cfc

Choose a tag to compare

Pre-release

Fixed

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

microsoft-vscode-container-client v0.4.1

31 Jul 17:54
0f54cfc

Choose a tag to compare

Fixed

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

microsoft-vscode-processutils v0.1.0

10 Jul 17:08
d28ca65

Choose a tag to compare

Pre-release

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

10 Jul 17:18
d28ca65

Choose a tag to compare

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