Skip to content

Commit

Permalink
Merge pull request #451 from telefonicaid/task/prepare-1.9.0
Browse files Browse the repository at this point in the history
Step: 1.8.0-next -> 1.9.0
  • Loading branch information
fgalan authored Oct 29, 2020
2 parents 8565924 + 5273386 commit 1cb27ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGES_NEXT_RELEASE
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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fiware-pep-steelskin",
"description": "FIWARE Policy Enforcement Point",
"version": "1.8.0-next",
"version": "1.9.0",
"homepage": "https://github.com/telefonicaid/fiware-pep-steelskin",
"author": {
"name": "Daniel Moran",
Expand Down
6 changes: 6 additions & 0 deletions rpm/SPECS/pepProxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1cb27ce

Please sign in to comment.