Skip to content

Releases: microsoft/vscode-azure-iot-edge

v1.8.0-rc3

09 Jan 01:50
1cca332
Compare
Choose a tag to compare
v1.8.0-rc3 Pre-release
Pre-release
fix #339 (#341)

v1.8.0-rc1: fix #337 and #336 (#338)

07 Jan 09:27
42fe8b2
Compare
Choose a tag to compare
Pre-release
* also add learnmore button to warning message during activate

* fix #337 and #336

v1.8.0-rc: 1.8.0-rc (#334)

02 Jan 08:44
768a492
Compare
Choose a tag to compare
Pre-release
* 1.8.0-rc

* Update wording

v1.7.1-rc

13 Dec 02:27
8138b45
Compare
Choose a tag to compare
v1.7.1-rc Pre-release
Pre-release
Use Webpack to improve extension performance (#323)

v1.7.0

06 Dec 04:36
e8ee3d9
Compare
Choose a tag to compare

Added

v1.7.0-rc2

05 Dec 04:42
4b8eb25
Compare
Choose a tag to compare
v1.7.0-rc2 Pre-release
Pre-release
Remove Node.js template version config due to npx perf issue (#315)

v1.7.0-rc1

05 Dec 02:45
efacd11
Compare
Choose a tag to compare
v1.7.0-rc1 Pre-release
Pre-release
remove null for latest (#314)

v1.7.0-rc

03 Dec 03:22
0c579dd
Compare
Choose a tag to compare
v1.7.0-rc Pre-release
Pre-release
support setting versions (#306)

* support setting versions

* fix comments

* fix lint

v1.6.0

26 Nov 01:59
ff7a41f
Compare
Choose a tag to compare

Added

  • Add deployment.debug.template.json when creating new solution. The template refer to the debug flavour image of the modules and has debug createOptions populated automatically.
  • Enable switch between different platforms for Azure IoT Edge Solution. User could switch the platform through status bar. By default, we provide "arm32v7", "amd64" and "windows-amd64" as the platform set since these are Azure IoT Edge supporting platforms today. Besides, user could customize new platform via user settings (azure-iot-edge.platforms). Now the image reference parameter in deployment template could be platform neutral. And the platform configured will be used when build the solution. For example, to reference the module "SampleModule" in deployment template, the parameter could be "${MODULES.SampleModule}" which does not have the platfrom suffix like ".amd64".
  • Add third party module template support. User can define custom module scaffolding command in the user setting. And when add new module, the command could be triggered in the workflow.

Changed

  • Change default type of "createOptions" in deloyment.template.json/deployment.debug.template.json to json object.
  • Support build/generate/run template files which has .template.json suffix through command palette

v1.6.0-rc4

22 Nov 01:55
a040a01
Compare
Choose a tag to compare
v1.6.0-rc4 Pre-release
Pre-release
Refine default platform place holder (#302)

* rename place holder

* upgrade version