Skip to content

Commit

Permalink
Merge pull request #102 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 49a8087 + 95b4d17 commit b5d643b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
11 changes: 0 additions & 11 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
- Overall update of 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)
- Allow to configure id field in received callbacks from Sigfox
- Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sigfox-iotagent",
"description": "IoT Agent for the Sigfox protocol",
"license": "AGPL-3.0-only",
"version": "1.4.0-next",
"version": "1.5.0",
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -38,7 +38,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.15.0",
"express": "4.16.4",
"body-parser": "1.18.3",
"logops": "2.1.0"
Expand Down
14 changes: 13 additions & 1 deletion rpm/SPECS/iotasigfox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,19 @@ fi
%{_install_dir}

%changelog
* Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
- Overall update of 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)
- Allow to configure id field in received callbacks from Sigfox
- Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)

* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-14
- 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 @@ -231,4 +244,3 @@ fi
- Add Travis conf
- Check existence of mappings in internalAttributes for device provisioning (#22)
- Remove mongodb dependence from packages.json (already in iota-node-lib)

0 comments on commit b5d643b

Please sign in to comment.