Skip to content

Commit

Permalink
Update version, changelog, notices for 1.22.0 (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Apr 11, 2022
1 parent 7f9e6e1 commit 6f83726
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 862 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## 1.21.0 - 21 Mar 2022
## 1.22.0 - 18 April 2022
### Added
* Added a setting, `docker.composeCommand`, to allow configuring the command used for Compose operations. If unset, the extension will attempt to automatically detect whether to use `docker compose` or `docker-compose`. [#2977](https://github.com/microsoft/vscode-docker/issues/2977)
* In Python projects, the `.venv` directory is now added to the `.dockerignore` file, so it will no longer be part of the `docker build` context. [#3476](https://github.com/microsoft/vscode-docker/issues/3476)
* A "Copy Full Tag" command has been added for images in the Registries view. [#3481](https://github.com/microsoft/vscode-docker/pull/3481)

## 1.21.0 - 21 March 2022
### Added
* Added the `projectName` option to `docker-compose` tasks, corresponding to `--project-name`. [#3436](https://github.com/microsoft/vscode-docker/issues/3436)
* Support for the `options.env` and `options.cwd` options on all task types. [#3437](https://github.com/microsoft/vscode-docker/issues/3437)
* Support for the `${userHome}` task variable on all task types. [#3455](https://github.com/microsoft/vscode-docker/pull/3455)

## 1.20.0 - 22 Feb 2022
## 1.20.0 - 22 February 2022
### Added
* The "Compose Start" and "Compose Stop" commands available in the explorer context menu will now also be available in the command palette. [#3140](https://github.com/microsoft/vscode-docker/issues/3140)

Expand Down
Loading

0 comments on commit 6f83726

Please sign in to comment.