From 71b1b5e6b9d627d577b7f9018c0801ddba2dd14a Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:22:30 -0500 Subject: [PATCH 1/2] 1.28.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f9b921ca4..0ea3c1df0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-docker", - "version": "1.27.5-alpha", + "version": "1.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-docker", - "version": "1.27.5-alpha", + "version": "1.28.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index c6aa8c1110..592cd04bd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "1.27.5-alpha", + "version": "1.28.0", "publisher": "ms-azuretools", "displayName": "Docker", "description": "Makes it easy to create, manage, and debug containerized applications.", From 939472db11bcc84223363aae7a50a361ab18312a Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:27:45 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d95984e94..828d9f5bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.28.0 - 13 November 2023 +### Added +- 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) + +### Fixed +- An infinite loop condition in the Registries tree has been fixed. [#4145](https://github.com/microsoft/vscode-docker/pull/4145) +- A rare condition which made generic V2 registries unusuable has been fixed. [#4140](https://github.com/microsoft/vscode-docker/issues/4140) +- Untagged images can now be run. [#4100](https://github.com/microsoft/vscode-docker/issues/4100) + ## 1.27.0 - 16 October 2023 ### Added - Enhanced registries functionality: [#869](https://github.com/microsoft/vscode-docker/issues/869)