Skip to content

Commit

Permalink
Merge pull request #450 from telefonicaid/task/prepare_1.15.0
Browse files Browse the repository at this point in the history
step 1.14.0-next -> 1.15.0
  • Loading branch information
fgalan authored Nov 16, 2020
2 parents 85343fb + c551b2b commit f77564c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
Add: use mqtt.qos and mqtt.retain values from command for command execution
FIX: check ngsi version in configuration handler
Add: log in info level command and configuration MQTT
Add missed global config env vars (IOTA_CONFIG_RETRIEVAL, IOTA_DEFAULT_KEY, IOTA_DEFAULT_TRANSPORT)
Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
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.14.0-next",
"version": "1.15.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.14.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
8 changes: 8 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ fi
%{_install_dir}

%changelog
* Mon Nov 16 2020 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.15.0
- Add: use mqtt.qos and mqtt.retain values from command for command execution
- FIX: check ngsi version in configuration handler
- Add: log in info level command and configuration MQTT
- Add missed global config env vars (IOTA_CONFIG_RETRIEVAL, IOTA_DEFAULT_KEY, IOTA_DEFAULT_TRANSPORT)
- Upgrade iotagent-node-lib dependency from 2.13.0 to 2.14.0
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)

* Mon Sep 14 2020 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.14.0
- Add: config.mqtt.avoidLeadingSlash flag (IOTA_MQTT_AVOID_LEADING_SLASH) to avoid leading slash in MQTT
- Add: explicitAttrs flag (in configuration and also group/device provisioning) to progress only the measures corresponding to attributes declared in attributes array (#372)
Expand Down

0 comments on commit f77564c

Please sign in to comment.