Skip to content

Releases: microsoft/vscode-docker-extensibility

microsoft-vscode-docker-registries v0.1.13

18 Dec 15:34
f5875be
Compare
Choose a tag to compare

Fixed

  • Fixed 404 when exploring and pulling GHCR images. #238

microsoft-vscode-docker-registries-v0.1.12

01 Aug 18:41
46d92f9
Compare
Choose a tag to compare

What's Changed

  • fix: Inspect Image Manifest 404 by @MrXhh in #225

New Contributors

Full Changelog: microsoft-vscode-docker-registries-v0.1.11...microsoft-vscode-docker-registries-v0.1.12

microsoft-vscode-container-client-v0.1.2

01 Aug 18:45
46d92f9
Compare
Choose a tag to compare

What's Changed

  • Fix inability to inspect host and none default networks by @bwateratmsft in #229
  • Update stat calls to account for .* possibly not matching implicit . and .. folder paths by @danegsta in #232

Full Changelog: microsoft-vscode-container-client-v0.1.1...microsoft-vscode-container-client-v0.1.2

microsoft-vscode-docker-registries v0.1.11

10 Jan 18:26
d56d5f2
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that prevented loading more than 10 repositories/tags from Docker Hub

microsoft-vscode-docker-registries v0.1.10

05 Dec 17:30
d848eff
Compare
Choose a tag to compare
  • Fixes a bug that prevented disconnecting from generic registries with certain special characters in the URL

microsoft-vscode-docker-registries v0.1.9

05 Dec 17:30
5ea29cc
Compare
Choose a tag to compare
  • Fix Docker Hub sign in URL

microsoft-vscode-docker-registries v0.1.8

14 Nov 17:19
24e2d35
Compare
Choose a tag to compare
  • Uses Node 18 and removes the use of node-fetch

microsoft-vscode-docker-registries v0.1.7

30 Oct 18:40
5a05e1e
Compare
Choose a tag to compare
  • Fixed an infinite loop when getting a long list of repositories.

microsoft-vscode-docker-registries v0.1.6

24 Oct 14:20
a072b88
Compare
Choose a tag to compare
  • A method for getting the manifest of an image was added to RegistryV2DataProvider

microsoft-vscode-container-client v0.1.1

24 Oct 14:20
6f39793
Compare
Choose a tag to compare
  • Prune information (size and items pruned) is now available from the prune commands. #200, #205