Skip to content

Commit b5d643b

Browse files
authored
Merge pull request #102 from telefonicaid/task/prepare_1.5.0
Step 1.4.0-next -> 1.5.0
2 parents 49a8087 + 95b4d17 commit b5d643b

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
2-
- Overall update of dev package dependencies
3-
- Update codebase to use ES6
4-
- Remove JSHint and jshint overrides
5-
- Add esLint using standard tamia presets
6-
- Replace var with let/const
7-
- Fix or disable eslint errors
8-
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
9-
- Allow to configure id field in received callbacks from Sigfox
10-
- Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)
11-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sigfox-iotagent",
33
"description": "IoT Agent for the Sigfox protocol",
44
"license": "AGPL-3.0-only",
5-
"version": "1.4.0-next",
5+
"version": "1.5.0",
66
"homepage": "https://github.com/telefonicaid/sigfox-iotagent",
77
"author": {
88
"name": "Daniel Moran",
@@ -38,7 +38,7 @@
3838
"command-node": "0.1.1",
3939
"request": "2.88.0",
4040
"async": "1.5.2",
41-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
41+
"iotagent-node-lib": "2.15.0",
4242
"express": "4.16.4",
4343
"body-parser": "1.18.3",
4444
"logops": "2.1.0"

rpm/SPECS/iotasigfox.spec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,19 @@ fi
190190
%{_install_dir}
191191

192192
%changelog
193+
* Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
194+
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
195+
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
196+
- Overall update of dev package dependencies
197+
- Update codebase to use ES6
198+
- Remove JSHint and jshint overrides
199+
- Add esLint using standard tamia presets
200+
- Replace var with let/const
201+
- Fix or disable eslint errors
202+
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
203+
- Allow to configure id field in received callbacks from Sigfox
204+
- Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)
205+
193206
* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-14
194207
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
195208
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
@@ -231,4 +244,3 @@ fi
231244
- Add Travis conf
232245
- Check existence of mappings in internalAttributes for device provisioning (#22)
233246
- Remove mongodb dependence from packages.json (already in iota-node-lib)
234-

0 commit comments

Comments
 (0)