* 1.20.0-rc

* ignore gitter link 504 error
This commit is contained in:
Renlong Tu 2019-12-27 11:47:34 +08:00 коммит произвёл GitHub
Родитель d94ec54936
Коммит 7fd9adb64f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 11 добавлений и 9 удалений

Просмотреть файл

@ -24,7 +24,7 @@ script:
- npm test --silent
- |
if [ $TRAVIS_OS_NAME == "linux" ]; then
docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results `ls *.md`
docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --white-list "gitter.im/Microsoft/vscode-azure-iot-edge" --allow-dupe --allow-redirect --skip-save-results `ls *.md`
fi
deploy:
- provider: releases

Просмотреть файл

@ -1,4 +1,9 @@
# Change Log
## 1.20.0 - 2019-12-xx
### Changed
* Update scroll bar css to compatible with dark theme for Sample Gallery
* Update subtitle in the description
## 1.19.0 - 2019-11-15
### Added
* Add docker status detection

Просмотреть файл

@ -21,13 +21,10 @@
![Added](images/multipleplatform.gif)
## What's New (v1.19.0)
### Added
* Add docker status detection
* Support adding Azure Event Grid module
## What's New (v1.20.0)
### Changed
* Use standalone simulator (iotedgehubdev)
* Update scroll bar css to compatible with dark theme for Sample Gallery
* Update subtitle in the description
## Known Issues
* [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283)

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-iot-edge",
"version": "1.19.0",
"version": "1.20.0-rc",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -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.19.0",
"version": "1.20.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",