diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 2f24bc323..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1 +0,0 @@ -- FIX: change log level should change log level of all loggers, not just rootLogger (#1827) diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 3c721a5ad..c27878e96 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 2.18.0-SNAPSHOT + 2.19.0 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index 4244bd110..0574adee1 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -171,9 +171,12 @@ rm -rf $RPM_BUILD_ROOT /var/run/%{_project_name} %changelog +* Fri Jun 03 2022 Alvaro Vega 2.19.0 +- [cygnus-common] FIX: change log level should change log level of all loggers, not just rootLogger (#1827) + * Wed May 11 2022 Alvaro Vega 2.18.0 - [cygnus-common][MongoBackendImpl] Remove unneded mongo create collection in non capped case (#2161) -- [cygnus-commons] Upgrade mongodb-driver dependency from 3.12.8 to 3.12.11 +- [cygnus-common] Upgrade mongodb-driver dependency from 3.12.8 to 3.12.11 - [cygnus-common][CKANBackendImpl] allow empty result as resource_view_list (#2150) * Tue Mar 15 2022 Alvaro Vega 2.17.0 diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index 5791660c0..b2df36144 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 2.18.0-SNAPSHOT + 2.19.0 jar cygnus-ngsi-ld @@ -55,7 +55,7 @@ com.telefonica.iot cygnus-common - 2.18.0-SNAPSHOT + 2.19.0 diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index 263966126..17344ea52 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 2.18.0-SNAPSHOT + 2.19.0 jar cygnus-ngsi @@ -56,7 +56,7 @@ com.telefonica.iot cygnus-common - 2.18.0-SNAPSHOT + 2.19.0 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index f3e26f53f..9644b58d2 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Fri Jun 03 2022 Alvaro Vega 2.19.0 + * Wed May 11 2022 Alvaro Vega 2.18.0 - [cygnus-ngsi][MongoSink][STHSink] Do not attemp to database in each insertion (#2156, #2019 reopened) - [cygnus-ngsi] Upgrade Dockerfile base image from centos8.4.2105 to Debian 11.2-slim diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index e1a5a35cb..d1d5620c3 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 2.18.0-SNAPSHOT + 2.19.0 jar cygnus-twitter @@ -45,7 +45,7 @@ com.telefonica.iot cygnus-common - 2.18.0-SNAPSHOT + 2.19.0 diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec index 76e429bfd..815eeb0b2 100644 --- a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec +++ b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec @@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Fri Jun 03 2022 Alvaro Vega 2.19.0 + * Wed May 11 2022 Alvaro Vega 2.18.0 * Tue Mar 15 2022 Alvaro Vega 2.17.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index 60463f763..e073ea761 100644 --- a/docker/cygnus-common/Dockerfile +++ b/docker/cygnus-common/Dockerfile @@ -27,7 +27,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.18.0-SNAPSHOT" +ENV CYGNUS_VERSION "2.19.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-common" @@ -40,7 +40,7 @@ ENV CYGNUS_API_PORT "8081" # PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile # NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" -ENV GIT_REV_CYGNUS "master" +ENV GIT_REV_CYGNUS "release/2.19.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" diff --git a/docker/cygnus-ngsi-ld/Dockerfile b/docker/cygnus-ngsi-ld/Dockerfile index b4be050b6..d65e06b3c 100644 --- a/docker/cygnus-ngsi-ld/Dockerfile +++ b/docker/cygnus-ngsi-ld/Dockerfile @@ -27,7 +27,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.18.0-SNAPSHOT" +ENV CYGNUS_VERSION "2.19.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-ngsi-ld" diff --git a/docker/cygnus-ngsi/Dockerfile b/docker/cygnus-ngsi/Dockerfile index b9a888f3c..386b57b2c 100644 --- a/docker/cygnus-ngsi/Dockerfile +++ b/docker/cygnus-ngsi/Dockerfile @@ -23,7 +23,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.18.0-SNAPSHOT" +ENV CYGNUS_VERSION "2.19.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-ngsi" diff --git a/docker/cygnus-twitter/Dockerfile b/docker/cygnus-twitter/Dockerfile index 11b573778..385c41168 100644 --- a/docker/cygnus-twitter/Dockerfile +++ b/docker/cygnus-twitter/Dockerfile @@ -27,7 +27,7 @@ MAINTAINER Javi Palanca # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.18.0-SNAPSHOT" +ENV CYGNUS_VERSION "2.19.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-twitter" @@ -39,7 +39,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m" # PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile # NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" -ENV GIT_REV_CYGNUS "master" +ENV GIT_REV_CYGNUS "release/2.19.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"