Skip to content

Commit

Permalink
Prepare for 0.9.0 release (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Nov 8, 2019
1 parent 691833a commit 83fd795
Show file tree
Hide file tree
Showing 4 changed files with 9,426 additions and 7,803 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,17 @@
## 0.9.0 - 29 October 2019
## 0.9.0 - 8 November 2019
### Added
* Task-based debugging for .NET Core and Node.js: [#1242](https://github.com/microsoft/vscode-docker/issues/1242)
* These tasks can also be used for generic `docker build` and `docker run` scenarios
* Support for connecting to remote Docker daemons over SSH: [#646](https://github.com/microsoft/vscode-docker/issues/646)
* When using Docker Desktop WSL 2, the WSL daemon or local daemon will be selected automatically, based on `docker context` [#1199](https://github.com/microsoft/vscode-docker/issues/1199)

### Removed
* `docker.importCertificates` has been removed; the functionality to trust system certificates is now built in to VS Code itself (enabled by default): https://github.com/microsoft/vscode/issues/52880

### Fixed
* Blazor apps using static web assets were not able to be debugged [#1275](https://github.com/microsoft/vscode-docker/issues/1275)
* Various other fixes and improvements: https://github.com/microsoft/vscode-docker/milestone/13?closed=1

## 0.8.2 - 25 October 2019
### Added
* More pattern matches for Dockerfiles (Dockerfile.debug, Dockerfile.dev, Dockerfile.develop, Dockerfile.prod)
Expand Down

0 comments on commit 83fd795

Please sign in to comment.