Skip to content

Commit

Permalink
Merge pull request #474 from telefonicaid/task/prepare_2.5.0
Browse files Browse the repository at this point in the history
Step: 2.4.0-next -> 2.5.0
  • Loading branch information
AlvaroVega committed Dec 19, 2018
2 parents 406df15 + 84d0ccf commit a91076b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 0 additions & 15 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
Set Nodejs 8.12.0 as minimum version in packages.json
Add: use NodeJS 8 in Dockerfile
Add: use PM2 in Dockerfile
Upgrade hapi dependency from ~11.1.3 to ~16.7.0
Upgrade logops dependency from ~1.0.5 to 2.1.0
Upgrade request dev dependency from ~2.79.0 to 2.88.0
Upgrade mocha dev depencency from ~3.2.0 to 5.2.0
Upgrade joi dependency from ~5.1.0 to 14.0.6
Upgrade boom dependency from ~2.7.2 to 7.2.2
Upgrade json-csv from ~1.2.0 to 1.5.0
Remove: old unused development dependencies
* grunt and grunt related module
* chai
* sinon
* sinon-chai
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fiware-sth-comet",
"description": "The Short Time Historic (STH, aka. Comet) is a component of the FIWARE ecosystem in charge of providing aggregated time series information about the evolution in time of entity attribute values registered using the Orion Context Broker, an implementation of the publish/subscribe context management system exposing NGSI9 and NGSI10 interfaces.",
"version": "2.4.0-next",
"version": "2.5.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/telefonicaid/fiware-sth-comet",
"author": {
Expand Down
13 changes: 13 additions & 0 deletions rpm/SPECS/sth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Wed Dec 19 2018 Fermin Galan <fermin.galanmarquez@telefonica.com> 2.5.0
- Set Nodejs 8.12.0 as minimum version in packages.json (effectively removing Nodev4 and Nodev6 as supported versions)
- Add: use NodeJS 8 in Dockerfile
- Add: use PM2 in Dockerfile
- Upgrade: hapi dependence from ~11.1.3 to ~16.7.0
- Upgrade: logops dependence from ~1.0.5 to 2.1.0
- Upgrade: joi dependence from ~5.1.0 to 14.0.6
- Upgrade: boom dependence from ~2.7.2 to 7.2.2
- Upgrade: json-csv dependence from ~1.2.0 to 1.5.0
- Upgrade: request development dependence from ~2.79.0 to 2.88.0
- Upgrade: mocha development depencence from ~3.2.0 to 5.2.0
- Remove: old unused development dependencies (chai, sinon, sinon-chai, grunt and grunt related module)

* Thu Aug 16 2018 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 2.4.0
- Upgrade lodash dependence to 4.17.5
- Upgrade mongodb dependence to 2.2.35
Expand Down

0 comments on commit a91076b

Please sign in to comment.