Skip to content

Commit

Permalink
bump version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jun 2, 2022
1 parent cd2c670 commit 1e1b38d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CHANGES
=======
4.2.0

ADD: config env vars for PEP and IOTAGENT user name
UPGRADE: Dockerfile base image from centos7.9.2009 to Debian 11.2-slim
UPGRADE: request from 2.25.1 to 2.27.1
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.1.0
ENV ORCHESTRATOR_VERSION 4.2.0
ENV python_lib /var/env-orchestrator/lib/python3.6/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.1.0
version = 4.2.0
summary = IoT Platform Orchestrator
description-file =
README.md
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################ COMMON PROPERTIES
sonar.projectName=Orchestrator
sonar.projectKey=com.telefonica.iot:orchestrator
sonar.projectVersion=4.1.0
sonar.projectVersion=4.2.0

### SOURCES AND EXCLUSIONS
sonar.sources=src
Expand Down

0 comments on commit 1e1b38d

Please sign in to comment.