Skip to content

Commit b1e87f8

Browse files
committed
bump 4.10.0 version
1 parent 802bb25 commit b1e87f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHANGES
22
=======
33

4+
4.10.0
5+
46
FIX: metrics usage are the same by all process/threads (#58)
57
ADD: Add new endpoint (by default 8184) for uwsgi stats (#376)
68
ADD: Print Uwsgi configuration options at docker startup (#376)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG CLEAN_DEV_TOOLS
99
ENV ORCHESTRATOR_USER orchestrator
1010
# By default all linux users non root, has a UID above 1000, so it's taken 10001 which would never end up allocated automatically.
1111
ENV ORCHESTRATOR_USER_UID 10001
12-
ENV ORCHESTRATOR_VERSION 4.9.0
12+
ENV ORCHESTRATOR_VERSION 4.10.0
1313
ENV python_lib /var/env-orchestrator/lib/python3.11/site-packages
1414
ENV DJANGO_SETTINGS_MODULE settings
1515
ENV PYTHONPATH "${PYTHONPATH}:/opt/orchestrator"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = iotp_orchestrator
3-
version = 4.9.0
3+
version = 4.10.0
44
summary = IoT Platform Orchestrator
55
description-file =
66
README.md

0 commit comments

Comments
 (0)