Skip to content

Commit

Permalink
Merge branch 'master' into task/add_min_max_pool_idle_sql_sinks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Apr 12, 2024
2 parents 0136f76 + 8bb3927 commit dd94928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- [cygnus-common] [SQL-sinks] Define default values and allow to set Pool config for maxPoolSize(3), maxPoolIddle(2), minPoolIdle(0) and maxPoolWait(12000) (#2366)
- [cygnus-ngsi] Upgrade Debian version from 12.4 to 12.5 in Dockerfile
2 changes: 1 addition & 1 deletion cygnus-ngsi/test/acceptance/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ xmltodict==0.9.2
mysql-python==1.2.5
fabric==1.10.1
termcolor==1.1.0
pymongo==2.7.2
pymongo==4.6.3 # blindly changed from 2.7.2 due to vulnerability check in github
git+https://github.com/telefonicaid/lettuce-tools.git#egg=lettuce_tools
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# For those usages not covered by the GNU Affero General Public License please contact with iot_support at tid dot es
#

FROM debian:12.4-slim
FROM debian:12.5-slim
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=fiware-cygnus

Expand Down

0 comments on commit dd94928

Please sign in to comment.