From f6c5bd03983d11bff6919659525b06bea18d100e Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 11 Apr 2024 11:07:21 +0200 Subject: [PATCH] bump 4.8.0 version --- ChangeLog | 2 ++ Dockerfile | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef2690dd..0cf269d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Dockerfile b/Dockerfile index 9a183948..51b8dd2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/setup.cfg b/setup.cfg index 09037562..e83bc3d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iotp_orchestrator -version = 4.7.0 +version = 4.8.0 summary = IoT Platform Orchestrator description-file = README.md