Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:4.4
image: mongo:6.0
ports:
- 27017:27017
strategy:
Expand All @@ -67,7 +67,7 @@ jobs:
- 14.x
# FIXME: it seems problems with mongodb driver version preclude using Node 16+
# see details at https://github.com/telefonicaid/fiware-sth-comet/pull/580#issuecomment-1160353123
#- 16.x
- 16.x
#- 18.x
steps:
- name: Git checkout
Expand Down
7 changes: 4 additions & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Add: aggrMethod accept multiple values separated by comma (#432, step 2)
- Add: aggrMethod 'all' to get all the possible aggregations (#432, step 2)
- Remove: RPM stuff
- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile
- Add: aggrMethod accept multiple values separated by comma (#432, step 2)
- Add: aggrMethod 'all' to get all the possible aggregations (#432, step 2)
- Remove: RPM stuff
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# For those usages not covered by the GNU Affero General Public License
# please contact with: sc_support at telefonica dot com

ARG NODE_VERSION=14-slim
ARG NODE_VERSION=16-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=fiware-sth-comet
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bytes-counter": "~1.0.0",
"commander": "~2.9.0",
"csv-parser": "~1.9.3",
"hapi": "16.7.0",
"hapi": "16.8.4",
"joi": "14.0.6",
"json-csv": "1.5.0",
"lodash": "~4.17.5",
Expand Down
Loading