Prepare for 1.9.0 release (#2556)
* Update NOTICE.html * Update CHANGELOG with ver 1.9.0 information * Bump version up to 1.9.0
This commit is contained in:
Родитель
40a528b86e
Коммит
87a3df30f5
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 1.9.0 - 16 December 2020
|
||||
### Added
|
||||
* View logs of Compose projects (cumulative logs of all containers belonging to a Compose run) (2506)[https://github.com/microsoft/vscode-docker/issues/2506]
|
||||
* Show the Docker daemon host information in diagnostic output (2493)[https://github.com/microsoft/vscode-docker/issues/2493]
|
||||
* Support launching a subset of services from Compose file (2445)[https://github.com/microsoft/vscode-docker/issues/2445]
|
||||
* Allow users to download container files (2551)[https://github.com/microsoft/vscode-docker/pull/2551]
|
||||
|
||||
### Fixed
|
||||
* Directories in Windows containers cannot be browsed [2479](https://github.com/microsoft/vscode-docker/issues/2479)
|
||||
* "Stop" action should only be shown for running containers [2497](https://github.com/microsoft/vscode-docker/issues/2497)
|
||||
* Allow port selection when scaffolding Compose files for Node.js app [2495](https://github.com/microsoft/vscode-docker/issues/2495)
|
||||
* Properly show image ID for container when requested [2507](https://github.com/microsoft/vscode-docker/issues/2507)
|
||||
|
||||
## 1.8.1 - 23 November 2020
|
||||
### Fixed
|
||||
* This update fixes an issue that prevented debugging Python applications in Docker containers. The latest version of the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) is also required. [#2455](https://github.com/microsoft/vscode-docker/issues/2455)
|
||||
|
|
5079
NOTICE.html
5079
NOTICE.html
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.8.5-alpha",
|
||||
"version": "1.9.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-docker",
|
||||
"version": "1.8.5-alpha",
|
||||
"version": "1.9.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"displayName": "Docker",
|
||||
"description": "Makes it easy to create, manage, and debug containerized applications.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче