From d4ea765725f9445c6de844f75a00e793049e1a25 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Apr 2021 10:32:02 +0200 Subject: [PATCH 1/2] Step 1.5.0 -> 1.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e37b44..147ad50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sigfox-iotagent", "description": "IoT Agent for the Sigfox protocol", "license": "AGPL-3.0-only", - "version": "1.5.0", + "version": "1.5.1", "homepage": "https://github.com/telefonicaid/sigfox-iotagent", "author": { "name": "Daniel Moran", @@ -38,7 +38,7 @@ "command-node": "0.1.1", "request": "2.88.0", "async": "1.5.2", - "iotagent-node-lib": "2.15.0", + "iotagent-node-lib": "2.15.1", "express": "4.16.4", "body-parser": "1.18.3", "logops": "2.1.0" From 5ef5f8417783af40e1d3030af3eff15b138e9e4b Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Apr 2021 12:53:43 +0200 Subject: [PATCH 2/2] Update iotasigfox.spec --- rpm/SPECS/iotasigfox.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/SPECS/iotasigfox.spec b/rpm/SPECS/iotasigfox.spec index 6309dcd..c371b43 100644 --- a/rpm/SPECS/iotasigfox.spec +++ b/rpm/SPECS/iotasigfox.spec @@ -190,6 +190,9 @@ fi %{_install_dir} %changelog +* Wed Apr 07 2021 Fermin Galan 1.5.1-1 +- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.15.1 + * Tue Mar 02 2021 Fermin Galan 1.5.0-1 - Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0 - Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)