-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #450 from telefonicaid/task/prepare_1.15.0
step 1.14.0-next -> 1.15.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,14 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Mon Nov 16 2020 Alvaro Vega <[email protected]> 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 <[email protected]> 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) | ||
|