From 8c49daa2c0672742e64bec51999104fd5aee2725 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 16 Nov 2020 10:10:57 +0100 Subject: [PATCH 1/2] step 1.14.0-next -> 1.15.0 --- CHANGES_NEXT_RELEASE | 5 ----- package.json | 4 ++-- rpm/SPECS/iotaul.spec | 7 +++++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index c2a2c63a..e69de29b 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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) diff --git a/package.json b/package.json index 203c998a..d48d48f7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index f57680b2..2c753cc2 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -170,6 +170,13 @@ fi %{_install_dir} %changelog +* Mon Nov 16 2020 Alvaro Vega 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) +- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build) + * Mon Sep 14 2020 Alvaro Vega 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) From c551b2be44e498f27f7244ad80ca70e0cbfc619a Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 16 Nov 2020 14:01:45 +0100 Subject: [PATCH 2/2] Update rpm/SPECS/iotaul.spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- rpm/SPECS/iotaul.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/SPECS/iotaul.spec b/rpm/SPECS/iotaul.spec index 2c753cc2..1dd54e2b 100644 --- a/rpm/SPECS/iotaul.spec +++ b/rpm/SPECS/iotaul.spec @@ -175,6 +175,7 @@ fi - 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 1.14.0