Родитель
3cdb3addb9
Коммит
17f8c9f4bc
|
@ -1,4 +1,8 @@
|
|||
# Change Log
|
||||
## 1.25.8 - 2022-03-08
|
||||
### Changed
|
||||
* Snap to the latest simulator version 0.14.12
|
||||
|
||||
## 1.25.7 - 2022-02-04
|
||||
### Changed
|
||||
* Fixed dev container load errors when dependency list include VSCode Remote Containers extension.
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
![Added](images/multipleplatform.gif)
|
||||
|
||||
## What's New (v1.25.8)
|
||||
* Snap to the latest simulator version 0.14.12
|
||||
|
||||
## What's New (v1.25.0)
|
||||
* Generate Dev Container definition files with new Edge Solutions.
|
||||
* Ability to add Dev Container definition files to existing Edge Solutions.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "azure-iot-edge",
|
||||
"version": "1.25.7",
|
||||
"version": "1.25.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "azure-iot-edge",
|
||||
"version": "1.25.7",
|
||||
"version": "1.25.8",
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"@azure/arm-containerregistry": "^8.1.1",
|
||||
|
@ -2118,9 +2118,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/follow-redirects": {
|
||||
"version": "1.14.7",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
|
||||
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
|
||||
"version": "1.14.9",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
||||
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
@ -6549,9 +6549,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"follow-redirects": {
|
||||
"version": "1.14.7",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
|
||||
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
|
||||
"version": "1.14.9",
|
||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
|
||||
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
|
||||
},
|
||||
"form-data": {
|
||||
"version": "2.5.1",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azure-iot-edge",
|
||||
"displayName": "Azure IoT Edge",
|
||||
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
|
||||
"version": "1.25.7",
|
||||
"version": "1.25.8",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
|
||||
"icon": "logo.png",
|
||||
|
|
|
@ -34,7 +34,7 @@ enum SimulatorType {
|
|||
export class Simulator {
|
||||
private static iotedgehubdevVersionUrl: string = "https://pypi.org/pypi/iotedgehubdev/json";
|
||||
private static iotedgehubdevLockVersionKey = "IOTEDGEHUBDEV_VERSION";
|
||||
private static iotedgehubdevDefaultVersion = "0.14.10";
|
||||
private static iotedgehubdevDefaultVersion = "0.14.12";
|
||||
private static learnMoreUrl: string = "https://aka.ms/AA3nuw8";
|
||||
private static simulatorVersionKey: string = "SimulatorVersion";
|
||||
private static simulatorExecutableName = "iotedgehubdev";
|
||||
|
|
Загрузка…
Ссылка в новой задаче