Skip to content

Commit 0cb8564

Browse files
authored
Update version, changelog for 1.23.2 (#3748)
1 parent f6e5598 commit 0cb8564

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.23.2 - 7 December 2022
2+
### Fixed
3+
* If an older version of Docker Engine / Docker CE was present, the containers view would not work. [#3724](https://github.com/microsoft/vscode-docker/issues/3724)
4+
* Image tag format was excessively verbose for common images. [#3734](https://github.com/microsoft/vscode-docker/issues/3734)
5+
* On Windows, if PowerShell profiles were in use, many features would not work. [#3725](https://github.com/microsoft/vscode-docker/issues/3725)
6+
17
## 1.23.1 - 30 November 2022
28
### Fixed
39
* Images were sometimes listed as created "NaN years ago". [#3718](https://github.com/microsoft/vscode-docker/issues/3718)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)