Skip to content

Commit

Permalink
Merge pull request #271 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 379b70c + 816e665 commit 812474a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lightweightm2m-iotagent",
"license": "AGPL-3.0-only",
"description": "Prototype of an IoT Agent accepting COAP requests and redirecting to NGSI consumer",
"version": "1.5.0-next",
"version": "1.6.0",
"homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent",
"keywords": [
"OMA",
Expand Down Expand Up @@ -51,8 +51,8 @@
"cheerio": "1.0.0-rc.2",
"xmldom": "0.1.27",
"logops": "2.1.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"lwm2m-node-lib": "https://github.com/telefonicaid/lwm2m-node-lib.git#master"
"iotagent-node-lib": "2.21.0",
"lwm2m-node-lib": "1.4.0"
},
"devDependencies": {
"coveralls": "~3.1.0",
Expand Down
11 changes: 11 additions & 0 deletions rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 812474a

Please sign in to comment.