Skip to content

Commit

Permalink
Merge pull request #190 from telefonicaid/task/prepare_1.1.0
Browse files Browse the repository at this point in the history
Step: 1.0.0-next -> 1.1.0
  • Loading branch information
AlvaroVega authored May 22, 2019
2 parents 821c0bf + b7f8fa1 commit 9276983
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues
Fix: removal of warnings and deprecation warnings
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.0.0-next",
"version": "1.1.0",
"homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent",
"keywords": [
"OMA",
Expand Down Expand Up @@ -50,8 +50,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.9.0",
"lwm2m-node-lib": "1.2.0"
},
"devDependencies": {
"coveralls": "~3.0.2",
Expand Down
8 changes: 7 additions & 1 deletion rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Wed May 22 2019 Fermin Galan <[email protected]>> 1.1.0-1
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile to improve security
- Fix: removal of warnings and deprecation warnings
- Upgrade: iotagent-node-lib dependence from 2.8.1 to 2.9.0
- Upgrade: lwm2m-node-lib dependence from 1.1.0 to 1.2.0

* Wed Dec 19 2018 Fermin Galan <[email protected]>> 1.0.0-1
- Set Nodejs 6.14.4 as minimum version in packages.json (effectively removing Nodev4 as supported version)
- Add: allow NGSIv2 for updating active attributes at CB, through configuration (#104)
Expand All @@ -175,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
- Upgrade: cheerio dependence from 0.20.0 to 1.0.0-rc.2
- Upgrade: nock development dependence from 0.48.0 to 10.0.2
- Upgrade: mocha development dependence from 2.4.5 to 5.2.0
- Upgrade: should development dependence from 8.4¡2.2 to 13.2.3
- Upgrade: should development dependence from 8.42.2 to 13.2.3
- Upgrade: istanbul development dependence from ~0.1.34 to ~0.4.5
- Ensure precise dependencies (~=) are used in packages.json
- Remove mongodb dependence from packages.json (already in iota-node-lib)
Expand Down

0 comments on commit 9276983

Please sign in to comment.