Skip to content

Commit 00e63e4

Browse files
authored
Merge pull request #126 from telefonicaid/task/prepare_1.6.0
Step: 1.5.0-next -> 1.6.0
2 parents 89dc3c8 + 93f1d91 commit 00e63e4

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- Upgrade underscore dep from 1.8.3 to 1.12.1
2-
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
3-
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
4-
- FIX: Add graceful shutdown listening to SIGINT (#115)
5-
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
6-
- Upgrade NodeJS version from 10 to 14 in Dockerfile

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sigfox-iotagent",
33
"description": "IoT Agent for the Sigfox protocol",
44
"license": "AGPL-3.0-only",
5-
"version": "1.5.0-next",
5+
"version": "1.6.0",
66
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
77
"author": {
88
"name": "Daniel Moran",
@@ -38,7 +38,7 @@
3838
"underscore": "1.12.1",
3939
"command-node": "0.1.1",
4040
"async": "1.5.2",
41-
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
41+
"iotagent-node-lib": "2.21.0",
4242
"express": "4.16.4",
4343
"body-parser": "1.18.3",
4444
"logops": "2.1.2"

rpm/SPECS/iotasigfox.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@ fi
190190
%{_install_dir}
191191

192192
%changelog
193+
* Fri Apr 29 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.6.0-1
194+
- Add: graceful shutdown listening to SIGINT (#115)
195+
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
196+
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.21.0
197+
- Upgrade underscore dep from 1.8.3 to 1.12.1
198+
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
199+
- Upgrade NodeJS version from 10 to 14 in Dockerfile
200+
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
201+
193202
* Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
194203
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
195204
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)

0 commit comments

Comments
 (0)