diff --git a/ChangeLog b/ChangeLog index 9e60555a..ff2f25ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ CHANGES ======= +4.4.0 + ADD: new Orion indexes to optimize operations (#335) 4.3.0 diff --git a/Dockerfile b/Dockerfile index 11f6ac26..bbc64974 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.3.0 +ENV ORCHESTRATOR_VERSION 4.4.0 ENV python_lib /var/env-orchestrator/lib/python3.6/site-packages ENV DJANGO_SETTINGS_MODULE settings ENV PYTHONPATH "${PYTHONPATH}:/opt/orchestrator" diff --git a/setup.cfg b/setup.cfg index d314e96c..25521e87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iotp_orchestrator -version = 4.3.0 +version = 4.4.0 summary = IoT Platform Orchestrator description-file = README.md diff --git a/sonar-project.properties b/sonar-project.properties index 7285dc08..b8c0a88d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ ############################ COMMON PROPERTIES sonar.projectName=Orchestrator sonar.projectKey=com.telefonica.iot:orchestrator -sonar.projectVersion=4.3.0 +sonar.projectVersion=4.4.0 ### SOURCES AND EXCLUSIONS sonar.sources=src