Skip to content

Commit e0d848b

Browse files
authored
Update version, changelog, notices for 1.29.3 (#4391)
1 parent 747d3b9 commit e0d848b

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.29.3 - 24 September 2024
2+
### Changed
3+
* Changed to use Node.js 20, in order to add extension publisher signing. This requires Visual Studio Code 1.92.0 or higher. By @bwateratmsft in [#4382](https://github.com/microsoft/vscode-docker/pull/4382)
4+
15
## 1.29.2 - 1 August 2024
26
### Fixed
37
* Fetch arm64 debugger anytime on any arm64 OS by @bwateratmsft in [#4319](https://github.com/microsoft/vscode-docker/pull/4319)

NOTICE.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3230,6 +3230,48 @@ <h1>NOTICES AND INFORMATION</h1>
32303230

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

3233+
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.
3234+
3235+
</pre>
3236+
</details>
3237+
</li>
3238+
<li>
3239+
<details>
3240+
<summary>
3241+
ansi-regex 6.1.0 - MIT
3242+
</summary>
3243+
<p><a href="https://github.com/chalk/ansi-regex#readme">https://github.com/chalk/ansi-regex#readme</a></p>
3244+
<ul><li>Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com&gt; (https://sindresorhus.com)</li></ul>
3245+
<pre>
3246+
MIT License
3247+
3248+
Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com&gt; (https://sindresorhus.com)
3249+
3250+
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:
3251+
3252+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3253+
3254+
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.
3255+
3256+
</pre>
3257+
</details>
3258+
</li>
3259+
<li>
3260+
<details>
3261+
<summary>
3262+
ansi-styles 6.2.1 - MIT
3263+
</summary>
3264+
<p><a href="https://github.com/chalk/ansi-styles#readme">https://github.com/chalk/ansi-styles#readme</a></p>
3265+
<ul><li>Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com&gt; (https://sindresorhus.com)</li></ul>
3266+
<pre>
3267+
MIT License
3268+
3269+
Copyright (c) Sindre Sorhus &lt;sindresorhus@gmail.com&gt; (https://sindresorhus.com)
3270+
3271+
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:
3272+
3273+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3274+
32333275
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.
32343276

32353277
</pre>
@@ -3888,7 +3930,7 @@ <h1>NOTICES AND INFORMATION</h1>
38883930
<li>
38893931
<details>
38903932
<summary>
3891-
emoji-regex 8.0.0 - MIT
3933+
emoji-regex 9.2.2 - MIT
38923934
</summary>
38933935
<p><a href="https://mths.be/emoji-regex">https://mths.be/emoji-regex</a></p>
38943936
<ul><li>Copyright Mathias Bynens &lt;https://mathiasbynens.be/&gt;</li></ul>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)