Skip to content

Commit

Permalink
Merge pull request #126 from telefonicaid/task/prepare_1.6.0
Browse files Browse the repository at this point in the history
Step: 1.5.0-next -> 1.6.0
  • Loading branch information
AlvaroVega authored Apr 29, 2022
2 parents 89dc3c8 + 93f1d91 commit 00e63e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 0 additions & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- Upgrade underscore dep from 1.8.3 to 1.12.1
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
- FIX: Add graceful shutdown listening to SIGINT (#115)
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
- Upgrade NodeJS version from 10 to 14 in Dockerfile
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": "sigfox-iotagent",
"description": "IoT Agent for the Sigfox protocol",
"license": "AGPL-3.0-only",
"version": "1.5.0-next",
"version": "1.6.0",
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -38,7 +38,7 @@
"underscore": "1.12.1",
"command-node": "0.1.1",
"async": "1.5.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.21.0",
"express": "4.16.4",
"body-parser": "1.18.3",
"logops": "2.1.2"
Expand Down
9 changes: 9 additions & 0 deletions rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ fi
%{_install_dir}

%changelog
* Fri Apr 29 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.6.0-1
- Add: graceful shutdown listening to SIGINT (#115)
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.21.0
- Upgrade underscore dep from 1.8.3 to 1.12.1
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
- Upgrade NodeJS version from 10 to 14 in Dockerfile
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)

* Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 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)
Expand Down

0 comments on commit 00e63e4

Please sign in to comment.