-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from telefonicaid/task/prepare_1.2.0
Step: 1.1.0-next -> 1.2.0
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|