From 1e1b38dd506a1a35ce5e228484a7c38047da8f5c Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 2 Jun 2022 12:11:14 +0200 Subject: [PATCH] bump version 4.2.0 --- ChangeLog | 2 ++ Dockerfile | 2 +- setup.cfg | 2 +- sonar-project.properties | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9ec7d8f..652eaaaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Dockerfile b/Dockerfile index b212ffd3..7d39a5b8 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.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" diff --git a/setup.cfg b/setup.cfg index 15579c1d..45512736 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iotp_orchestrator -version = 4.1.0 +version = 4.2.0 summary = IoT Platform Orchestrator description-file = README.md diff --git a/sonar-project.properties b/sonar-project.properties index c3cda5c0..4d38572e 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.1.0 +sonar.projectVersion=4.2.0 ### SOURCES AND EXCLUSIONS sonar.sources=src