Skip to content

Commit 9509d68

Browse files
cindydeng1998Josh-01rajnish-byte
authored
iotedgedev version update for Edge runtime 1.2 (#15222)
* add in ability to lock simulator * PR comments update * runtime 1.2 update and version bump * task loc json update Co-authored-by: Jyotsna <[email protected]> Co-authored-by: rajnish-byte <[email protected]>
1 parent e0e8594 commit 9509d68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureIoTEdgeV2/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Constants {
1111
public static iotedgehubdev = "iotedgehubdev";
1212
public static iotedgedevLockVersionKey = "IOTEDGEDEV_VERSION";
1313
public static iotedgehubdevLockVersionKey = "IOTEDGEHUBDEV_VERSION";
14-
public static iotedgedevDefaultVersion = "3.0.0";
14+
public static iotedgedevDefaultVersion = "3.2.0";
1515
public static iotedgedevEnv = {
1616
registryServer: "CONTAINER_REGISTRY_SERVER",
1717
registryUsername: "CONTAINER_REGISTRY_USERNAME",

Tasks/AzureIoTEdgeV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 4,
17-
"Patch": 9
17+
"Patch": 10
1818
},
1919
"preview": false,
2020
"showEnvironmentVariables": true,

Tasks/AzureIoTEdgeV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 4,
17-
"Patch": 9
17+
"Patch": 10
1818
},
1919
"preview": false,
2020
"showEnvironmentVariables": true,

0 commit comments

Comments
 (0)