-
Notifications
You must be signed in to change notification settings - Fork 30
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 #271 from telefonicaid/task/prepare_1.6.0
Step: 1.5.0-next -> 1.6.0
- Loading branch information
Showing
3 changed files
with
14 additions
and
10 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,7 +0,0 @@ | ||
- Upgrade underscore dep from 1.9.1 to 1.12.1 | ||
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions) | ||
- Remove: NGSI-v1 specific behaviours (iotagent-node-lib#966) | ||
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858) | ||
- FIX: Add graceful shutdown listening to SIGINT (#258) | ||
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption | ||
- Upgrade NodeJS version from 12 to 14 in Dockerfile | ||
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 |
---|---|---|
|
@@ -149,6 +149,17 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Fri Apr 29 2022 Fermin Galan <[email protected]> 1.6.0-1 | ||
- Add: graceful shutdown listening to SIGINT (#258) | ||
- Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858) | ||
- Remove: NGSI-v1 specific behaviours (iotagent-node-lib#966) | ||
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.21.0 | ||
- Upgrade lwm2m-node-lib dependency from 1.3.0 to 1.4.0 | ||
- Upgrade underscore dep from 1.9.1 to 1.12.1 | ||
- Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption | ||
- Upgrade NodeJS version from 12 to 14 in Dockerfile | ||
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions) | ||
|
||
* Tue Mar 02 2020 Fermin Galan <[email protected]> 1.5.0-1 | ||
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0 | ||
- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent | ||
|