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

Commit 583b799

Browse files
authored
Update version, changelog for 1.28.0 (#4155)
1 parent 5372c56 commit 583b799

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.28.0 - 13 November 2023
2+
### Added
3+
- For certain registries, the remote image manifest can now be inspected. This has different information from inspecting an image locally. [#3996](https://github.com/microsoft/vscode-docker/issues/3996)
4+
5+
### Fixed
6+
- An infinite loop condition in the Registries tree has been fixed. [#4145](https://github.com/microsoft/vscode-docker/pull/4145)
7+
- A rare condition which made generic V2 registries unusuable has been fixed. [#4140](https://github.com/microsoft/vscode-docker/issues/4140)
8+
- Untagged images can now be run. [#4100](https://github.com/microsoft/vscode-docker/issues/4100)
9+
110
## 1.27.0 - 16 October 2023
211
### Added
312
- Enhanced registries functionality: [#869](https://github.com/microsoft/vscode-docker/issues/869)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-docker",
3-
"version": "1.27.5-alpha",
3+
"version": "1.28.0",
44
"publisher": "ms-azuretools",
55
"displayName": "Docker",
66
"description": "Makes it easy to create, manage, and debug containerized applications.",

0 commit comments

Comments
 (0)