-
Notifications
You must be signed in to change notification settings - Fork 0
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 #451 from telefonicaid/task/prepare-1.9.0
Step: 1.8.0-next -> 1.9.0
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 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,4 +1 @@ | ||
- Add `from` based on fowarder header in log context | ||
- Check 401 status response before body content in retrieveSubserviceId | ||
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions) | ||
- Compatibility with RedHat 7 (or Centos 7) RPM | ||
|
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 |
---|---|---|
|
@@ -170,6 +170,12 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir} | ||
|
||
%changelog | ||
* Thu Oct 29 2020 Alvaro Vega <alvaro.vegagarcia.com> 1.9.0 | ||
- Add `from` based on fowarder header in log context | ||
- Check 401 status response before body content in retrieveSubserviceId | ||
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions) | ||
- Compatibility with RedHat 7 (or Centos 7) RPM | ||
|
||
* Tue Jun 30 2020 Fermin Galan <[email protected]> 1.8.0 | ||
- Add: docker env vars for tune authentication cacheTTL | ||
- Fix: logs about invalid PEP token to debug level (#439) | ||
|