Skip to content

Commit

Permalink
Merge pull request #357 from telefonicaid/release/4.8.0
Browse files Browse the repository at this point in the history
bump 4.8.0 version
  • Loading branch information
fgalan committed Apr 11, 2024
2 parents 01cd0f7 + f6c5bd0 commit cb7e2e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGES
=======

4.8.0

UPGRADE: pymongo version from 3.13.0 to 4.6.3
ADD: set to 256 (from previous 100) and allow change default queue size for uwsgi connections (QUEUE_SIZE env var in Dockerfile) (#352)
FIX: bad error reported (500 instead 401) when a token error (i.e. token expired)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG CLEAN_DEV_TOOLS
ENV ORCHESTRATOR_USER orchestrator
# By default all linux users non root, has a UID above 1000, so it's taken 10001 which would never end up allocated automatically.
ENV ORCHESTRATOR_USER_UID 10001
ENV ORCHESTRATOR_VERSION 4.7.0
ENV ORCHESTRATOR_VERSION 4.8.0
ENV python_lib /var/env-orchestrator/lib/python3.11/site-packages
ENV DJANGO_SETTINGS_MODULE settings
ENV PYTHONPATH "${PYTHONPATH}:/opt/orchestrator"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = iotp_orchestrator
version = 4.7.0
version = 4.8.0
summary = IoT Platform Orchestrator
description-file =
README.md
Expand Down

0 comments on commit cb7e2e1

Please sign in to comment.