Skip to content

Commit 19c9822

Browse files
authored
Merge pull request #242 from telefonicaid/task/prepare_1.5.0
Step 1.4.0-next -> 1.5.0
2 parents 07727b3 + 3d0e9bb commit 19c9822

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
2-
- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
3-
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
4-
- Overall update of update dev package dependencies
5-
- Update codebase to use ES6
6-
- Remove JSHint and jshint overrides
7-
- Add esLint using standard tamia presets
8-
- Replace var with let/const
9-
- Fix or disable eslint errors
10-
Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lightweightm2m-iotagent",
33
"license": "AGPL-3.0-only",
44
"description": "Prototype of an IoT Agent accepting COAP requests and redirecting to NGSI consumer",
5-
"version": "1.4.0-next",
5+
"version": "1.5.0",
66
"homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent",
77
"keywords": [
88
"OMA",
@@ -51,8 +51,8 @@
5151
"cheerio": "1.0.0-rc.2",
5252
"xmldom": "0.1.27",
5353
"logops": "2.1.0",
54-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
55-
"lwm2m-node-lib": "git://github.com/telefonicaid/lwm2m-node-lib.git#master"
54+
"iotagent-node-lib": "2.15.0",
55+
"lwm2m-node-lib": "1.3.0"
5656
},
5757
"devDependencies": {
5858
"coveralls": "~3.1.0",

rpm/SPECS/iotagentLwm2m.spec

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,18 @@ rm -rf $RPM_BUILD_ROOT
149149
%{_install_dir}
150150

151151
%changelog
152+
* Tue Mar 02 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
153+
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
154+
- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
155+
- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
156+
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
157+
- Overall update of update dev package dependencies
158+
- Update codebase to use ES6
159+
- Remove JSHint and jshint overrides
160+
- Add esLint using standard tamia presets
161+
- Replace var with let/const
162+
- Fix or disable eslint errors
163+
152164
* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-1
153165
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
154166
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
@@ -204,4 +216,3 @@ rm -rf $RPM_BUILD_ROOT
204216
- Ensure precise dependencies (~=) are used in packages.json
205217
- Remove mongodb dependence from packages.json (already in iota-node-lib)
206218
- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules)
207-

0 commit comments

Comments
 (0)