Skip to content

Commit

Permalink
Merge pull request #494 from telefonicaid/task/prepare_1.17.0
Browse files Browse the repository at this point in the history
Step: 1.16.0-next -> 1.17.0
  • Loading branch information
AlvaroVega authored Jun 18, 2021
2 parents 273fdb9 + 4889717 commit a830878
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
10 changes: 0 additions & 10 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
- Add: check autoprovision flag before register device
- Fix: upgrade underscore dep from 1.9.1 to 1.12.1 due to vulnerability
- Fix: use expressionLanguage defined in group is not defined at device level (iota-node-lib#1027)
- (Only tests) Fix: ensure service of groups, device and commands is stored in mongo in lowercase (iota-node-lib#1023)
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEA and IOTA_MQTT_CLIENT_ID) (#371)
- Fix: missing content-type: text/plain header in the request sent to device command endpoint (HTTP transport)
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
- Add list of environment variables which can be protected by Docker Secrets
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.16.0-next",
"version": "1.17.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -39,7 +39,7 @@
"body-parser": "1.18.3",
"dateformat": "3.0.3",
"express": "~4.16.4",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.16.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
12 changes: 12 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ fi
%{_install_dir}

%changelog
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.17.0
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEA and IOTA_MQTT_CLIENT_ID) (#371)
- Add: list of environment variables which can be protected by Docker Secrets
- Fix: check autoprovision flag before register device
- Fix: missing content-type: text/plain header in the request sent to device command endpoint (HTTP transport)
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
- Fix: use expressionLanguage defined in group is not defined at device level (iota-node-lib#1027)
- Upgrade underscore dependency from 1.9.1 to 1.12.1 due to vulnerability
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.16.0
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)

* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.16.0
- Fix: Set 60 seconds for default mqtt keepalive option (#370)
- Upgrade iotagent-node-lib dependency from 2.14.0 to 2.15.0
Expand Down

0 comments on commit a830878

Please sign in to comment.