Skip to content

Commit

Permalink
Merge pull request #204 from telefonicaid/task/prepare_1.2.0
Browse files Browse the repository at this point in the history
Step: 1.1.0-next -> 1.2.0
  • Loading branch information
AlvaroVega authored Oct 7, 2019
2 parents f3eed6e + c3c6c4d commit bc102b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- ADD PM2_ENABLED flag to Docker
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues
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.1.0-next",
"version": "1.2.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
5 changes: 5 additions & 0 deletions rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Mon Oct 07 2019 Fermin Galan <[email protected]>> 1.2.0-1
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- ADD PM2_ENABLED flag to Docker
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues

* 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
Expand Down

0 comments on commit bc102b7

Please sign in to comment.