Skip to content

Releases: Azure/iotedgedev

v2.1.2

27 Mar 08:36
2517a2b
Compare
Choose a tag to compare

Changed

  • Fix error when install on Azure Pipelines agent

v2.1.1

27 Mar 08:37
93e18b0
Compare
Choose a tag to compare

Changed

  • Fix getconfig fails if template contains a placeholder that is not enclosed in quotes.[#414]
  • Fix wrong instruction to iotedgedev iothub setup with extra flags.[#417]
  • Python 3.8 is not supported due to Azure CLI IoT extension issue [#128]

v2.1.0

27 Mar 08:37
66b1055
Compare
Choose a tag to compare

Added

  • Validate schema of deployment template and generated deployment manifest in genconfig command

Changed

  • Show progress info for docker commands

v2.0.2

27 Mar 08:39
3631213
Compare
Choose a tag to compare

Changed

  • Fix errors caused by latest lark-parser release.

v2.0.1

27 Mar 08:38
01bf83c
Compare
Choose a tag to compare

Changed

  • Fix build errors when some projects under modules folder have no module.json [#396]

v2.0.0

27 Mar 08:38
0a6dcab
Compare
Choose a tag to compare

Added

  • Support relative path for module placeholder in deployment.template.json

Changed

  • Fix issue with 'cs' keyerror [#387]. Thanks for jporcenaluk's contribution.
  • Drop support for ACTIVE_DOCKER_PLATFORMS environment variable

v1.3.0

27 Mar 08:38
3da6608
Compare
Choose a tag to compare

Added

  • Add module twin support for simulator

v1.2.0

26 Feb 07:32
Compare
Choose a tag to compare

Changed

  • Fix issue creating C modules when temp folder and target project folder are on different disks [#362]
  • Fix issue connecting to Docker daemon with tlsverify enabled [#364]
  • Preserve tag cases when generating deployment manifests [#372]

v1.1.0

26 Nov 08:29
Compare
Choose a tag to compare

Added

  • Support parsing createOptions in JSON dictionary format
  • Support multi-platform deployment manifest template, where modules' image placeholders are platform neutral (${MODULE.filtermodule} vs. ${MODULES.filtermodule.amd64}). You can specify the platforms to build using the --platform parameter. By default, we provide "arm32v7", "amd64" and "windows-amd64" as the platform set since these are Azure IoT Edge supporting platforms today
  • Add deployment.debug.template.json when creating new solutions. This template refers to the debug flavour image of the modules and has debug createOptions populated automatically. You can specify the deployment manifest template to build using the --file parameter

Changed

  • Default to JSON dictionary format for newly created modules' createOptions
  • Show more clear message when failing to connect to Docker daemon

v1.0.0

01 Nov 09:36
Compare
Choose a tag to compare

Added

  • Support adding Java modules
  • Support adding C modules
  • Add OpenJDK and Maven to IoT Edge Dev Tool Container
  • Add launch.json file for Python modules
  • Add registryCredentials to deployment manifest template

Changed

  • Update .NET Core SDK in IoT Edge Dev Tool Container to version 2.1
  • Improve Docker build and push command output to show more information
  • Retry subscription prompt when multiple results are found
  • Update launch.json file for C# modules to support .NET Core 2.1
  • Fix misleading output when error deploying
  • Fix error starting local registry with custom ports