Skip to content

Commit

Permalink
Merge pull request #283 from telefonicaid/task/prepare_1.19.0
Browse files Browse the repository at this point in the history
step 1.18-next -> 1.19.0
  • Loading branch information
fgalan authored Apr 29, 2022
2 parents 45a0dd3 + 5bcf686 commit 3ed0f20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Upgrade async dep from 2.6.2 to 2.6.4 due to security vulnerability (CWE-1321)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-manager",
"description": "IoT Agent Manager proxy",
"version": "1.18.0-next",
"version": "1.19.0",
"homepage": "https://github.com/telefonicaid/iotagent-manager",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -32,7 +32,7 @@
"async": "2.6.4",
"body-parser": "~1.19.0",
"express": "4.16.4",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.21.0",
"logops": "2.1.2",
"mongoose": "5.11.20",
"revalidator": "~0.3.1",
Expand Down
4 changes: 4 additions & 0 deletions rpm/SPECS/iotamanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ fi
%{_install_dir}

%changelog
* Fri Apr 29 2022 Alvaro Vega <[email protected]> 1.19.0
- Upgrade async dep from 2.6.2 to 2.6.4 due to security vulnerability (CWE-1321)
- Upgrade iotagent-node-lib dependency from 2.19.0 to 2.21.0

* Wed Apr 6 2022 Alvaro Vega <[email protected]> 1.18.0
- Add: extend explicitAttrs configuration model to allow JEXL expression for conditional propagation of measures (iota-node-lib#1179)
- Fix: replace git:// url for https:// url in npm dependences
Expand Down

0 comments on commit 3ed0f20

Please sign in to comment.