Skip to content

Commit

Permalink
Merge pull request #41 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 Dec 19, 2018
2 parents f0e593d + b8a3f6c commit 3553041
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
13 changes: 0 additions & 13 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
Set Nodejs 8.12.0 as minimum version in packages.json
Add: use nodejs 8 in Dockerfile
Add: use PM2 in Dockerfile
Add rpm stuff (spec file, service scripts) (#6)
Using precise dependencies (~=) in packages.json
Upgrade deps versions: request -> 2.88.0, async -> 1.5.2, express -> 4.16.4, logops -> 2.1.0, body-parser -> 1.18.3
UPgrade dev deps versions: mocha -> 5.2.0, istanbul -> 0.4.5, nock -> 10.0.2
Remove: old unused development dependencies
* grunt and grunt related module
* closure-linter-wrapper
* chai
* sinon
* sinon-chai
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sigfox-iotagent",
"description": "IoT Agent for the Sigfox protocol",
"version": "1.0.0-next",
"version": "1.1.0",
"homepage": "https://github.com/dmoranj/sigfox-iotagent",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -31,7 +31,7 @@
"command-node": "0.1.1",
"request": "2.88.0",
"async": "1.5.2",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.8.1",
"express": "4.16.4",
"body-parser": "1.18.3",
"logops": "2.1.0"
Expand Down
18 changes: 18 additions & 0 deletions rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,24 @@ fi
%{_install_dir}

%changelog
* Wed Dec 19 2018 Fermin Galan <[email protected]>> 1.1.0-1
- Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions)
- Add: npm scripts to execute tests, coverage, watch and clean
- Add: rpm stuff (spec file, service scripts) (#6)
- Add: use NodeJS 8 in Dockerfile
- Add: use PM2 in Dockerfile
- Upgrade: iotagent-node-lib dependence from 2.6.x to 2.8.1
- Upgrade: request dependence from ^2.69.0 to 2.88.0
- Upgrade: async dependence from 1.4.2 to 1.5.2
- Upgrade: express dependence from 4.11.2 to 4.16.4
- Upgrade: logops dependence from 1.0.0-alpha.7 to 2.1.0
- Upgrade: body-parser dependence from 1.15.0 to 1.18.3
- Upgrade: mocha development dependence from ~1.13.0 to 5.2.0
- Upgrade: istanbul development dependence from ~0.1.34 to 0.4.5
- Upgrade: nock development dependence from 7.0.2 to 10.0.2
- Ensure precise dependencies (~=) are used in packages.json
- Remove: old unused development dependencies (closure-linter-wrapper, chai, sinon, sinon-chai, grunt and grunt related module

* Wed Jun 13 2018 Alvaro Vega Garcia <<[email protected]>> 1.0.0-1
- Update Dockerfile to Centos7 and Node 4.8.4
- Add plugin system (#2).
Expand Down

0 comments on commit 3553041

Please sign in to comment.