Skip to content

Commit

Permalink
Merge pull request #242 from telefonicaid/task/prepare_1.5.0
Browse files Browse the repository at this point in the history
Step 1.4.0-next -> 1.5.0
  • Loading branch information
fgalan authored Mar 3, 2021
2 parents 07727b3 + 3d0e9bb commit 19c9822
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
10 changes: 0 additions & 10 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
- Overall update of update dev package dependencies
- Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors
Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
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.4.0-next",
"version": "1.5.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.0",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"lwm2m-node-lib": "git://github.com/telefonicaid/lwm2m-node-lib.git#master"
"iotagent-node-lib": "2.15.0",
"lwm2m-node-lib": "1.3.0"
},
"devDependencies": {
"coveralls": "~3.1.0",
Expand Down
13 changes: 12 additions & 1 deletion rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Tue Mar 02 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 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
- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
- Overall update of update dev package dependencies
- Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors

* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-1
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
Expand Down Expand Up @@ -204,4 +216,3 @@ rm -rf $RPM_BUILD_ROOT
- Ensure precise dependencies (~=) are used in packages.json
- Remove mongodb dependence from packages.json (already in iota-node-lib)
- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules)

0 comments on commit 19c9822

Please sign in to comment.