Skip to content

Commit f033dde

Browse files
authored
Merge pull request #399 from telefonicaid/release/4.11.0
bump 4.11.0 version
2 parents bd1888c + 0c05b59 commit f033dde

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.11.0
5+
46
Fix: bad access to stats from ldap view (#58)
57
Fix: healthcheck when no PORT env var is provided (#386)
68
FIX: Upgrade Debian version from 12.9 to 12.12 in Dockerfile

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.10.0
12+
ENV ORCHESTRATOR_VERSION 4.11.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.10.0
3+
version = 4.11.0
44
summary = IoT Platform Orchestrator
55
description-file =
66
README.md

0 commit comments

Comments
 (0)