Skip to content

Commit

Permalink
Completed pre-release item for 1.25.0 (#3893)
Browse files Browse the repository at this point in the history
* added new feature / fixes changes

* bumped version

* added notice.html
  • Loading branch information
alexyaang committed Apr 10, 2023
1 parent 77c77b3 commit 8d1f70d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 1.25.0 - 10 April 2023

### Added
* Support has been added for removing image / container group(s). [#3492](https://github.com/microsoft/vscode-docker/issues/3492)
* Support has been added for `--platform` flag in docker-build task. [#3870](https://github.com/microsoft/vscode-docker/issues/3870)
* Support has been added for grouping containers by custom label. [#3837](https://github.com/microsoft/vscode-docker/issues/3837)

### Fixed
* Compose start / stop options no longer show when Docker is not in compose group mode. [#3495](https://github.com/microsoft/vscode-docker/issues/3495)
* Terminal output is improved when debugging .NET projects. [#3691](https://github.com/microsoft/vscode-docker/issues/3691)
* Log streaming is improved by resembling actual streaming. [#3616](https://github.com/microsoft/vscode-docker/issues/3616)
* The slower loading time for containers has been improved by adding the `--size=false` flag. [#3865](https://github.com/microsoft/vscode-docker/pull/3865)

## 1.24.0 - 22 February 2023
### Added
* Support has been added for deploying a container image from an image registry (Azure Container Registry, Docker Hub, etc.) to Azure Container Apps. This feature also requires the [Azure Container Apps extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurecontainerapps). [#3535](https://github.com/microsoft/vscode-docker/issues/3535)
Expand Down
26 changes: 24 additions & 2 deletions NOTICE.html
Expand Up @@ -2156,7 +2156,8 @@ <h1>NOTICES AND INFORMATION</h1>
@azure/core-tracing 1.0.0-preview.13 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md</a></p>
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
<ul><li>Copyright (c) 2020 Microsoft</li>
<li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
The MIT License (MIT)

Expand Down Expand Up @@ -2257,7 +2258,8 @@ <h1>NOTICES AND INFORMATION</h1>
@azure/logger 1.0.3 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md</a></p>
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
<ul><li>Copyright (c) 2020 Microsoft</li>
<li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
The MIT License (MIT)

Expand Down Expand Up @@ -5551,6 +5553,26 @@ <h1>NOTICES AND INFORMATION</h1>
</pre>
</details>
</li>
<li>
<details>
<summary>
simple-git 3.16.0 - MIT
</summary>
<p><a href="https://github.com/steveukx/git-js#readme">https://github.com/steveukx/git-js#readme</a></p>

<pre>
MIT License

Copyright (c) &lt;year&gt; &lt;copyright holders&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
</details>
</li>
<li>
<details>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "1.24.1-alpha",
"version": "1.25.0",
"publisher": "ms-azuretools",
"displayName": "Docker",
"description": "Makes it easy to create, manage, and debug containerized applications.",
Expand Down

0 comments on commit 8d1f70d

Please sign in to comment.