diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 894f99520..8b1378917 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,9 +1 @@ --[cygnus-ngsi][NGSISink] Perform batch retries one by one (#2059) --[cygnus-ngsi][NGSISink] Try retries when an event batch is in CygnusBadConfiguration, CygnusBadContextData, CygnusRuntimeError (#2059) --[cygnus-commons][PostgreSQL, PostGIS] Upgrade posgresql driver from 9.4-1206-jdbc41 to 42.2.22 --[cygnus-commons][MySQLBackend] Upgrade mysql-connector-java from 5.1.47 to 8.0.22 due to security vulnerability --[cygnus-ngsi][NGSIPostgis, NGSIPostgreSQL] fix create error_log table (#2061) --[cygnus-ngsi][NGSISink] Add sink class name to all log about batches --[cygnus-ngsi][NGSISink] Add destination (which is composed using srv and subsrv fields) to all log about batches --[cygnus-ngsi][GenericRowAggregator] Fix generic row aggregator name used in logs --[cygnus-commons] Upgrade httpclient dependency from 4.3.6 to 4.5.13 due to security vulnerability + diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 32f21c299..4b3b1a11c 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 2.10.0_SNAPSHOT + 2.11.0 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index b537b4d59..4c3aa9f61 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -171,6 +171,12 @@ rm -rf $RPM_BUILD_ROOT /var/run/%{_project_name} %changelog + +* Thu Jul 22 2021 Alvaro Vega 2.11.0 +-[cygnus-commons][PostgreSQL, PostGIS] Upgrade posgresql driver from 9.4-1206-jdbc41 to 42.2.22 +-[cygnus-commons][MySQLBackend] Upgrade mysql-connector-java from 5.1.47 to 8.0.22 due to security vulnerability +-[cygnus-commons] Upgrade httpclient dependency from 4.3.6 to 4.5.13 due to security vulnerability + * Wed Jun 02 2021 Fermin Galan 2.10.0 - [cygnus-common][Mongo] Check mongo uri format (#2046) - [cygnus-common][Mongo] Use mongo bulkWriter for aggregated data (#2018) diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index 83d55153b..230a271ec 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 2.10.0_SNAPSHOT + 2.11.0 jar cygnus-ngsi-ld @@ -55,7 +55,7 @@ com.telefonica.iot cygnus-common - 2.10.0_SNAPSHOT + 2.11.0 diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index 3396cdfad..446d154f6 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 2.10.0_SNAPSHOT + 2.11.0 jar cygnus-ngsi @@ -56,7 +56,7 @@ com.telefonica.iot cygnus-common - 2.10.0_SNAPSHOT + 2.11.0 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index 706465443..989fa1a3d 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,14 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Thu Jul 22 2021 Alvaro Vega 2.11.0 +-[cygnus-ngsi][NGSISink] Perform batch retries one by one (#2059) +-[cygnus-ngsi][NGSISink] Try retries when an event batch is in CygnusBadConfiguration, CygnusBadContextData, CygnusRuntimeError (#2059) +-[cygnus-ngsi][NGSIPostgis, NGSIPostgreSQL] fix create error_log table (#2061) +-[cygnus-ngsi][NGSISink] Add sink class name to all log about batches +-[cygnus-ngsi][NGSISink] Add destination (which is composed using srv and subsrv fields) to all log about batches +-[cygnus-ngsi][GenericRowAggregator] Fix generic row aggregator name used in logs + * Wed Jun 02 2021 Fermin Galan 2.10.0 - [cygnus-ngsi][MongoSink][STHSink] Try to not create database and collection in each insertion (#2019, #1975) - [cygnus-ngsi][STHSink] Fix aggregation of events with different entityId (#2048) diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index 82e32201c..e62201366 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 2.10.0_SNAPSHOT + 2.11.0 jar cygnus-twitter @@ -45,7 +45,7 @@ com.telefonica.iot cygnus-common - 2.10.0_SNAPSHOT + 2.11.0 diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec index 59619bd22..79092dabd 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 +* Thu Jul 22 2021 Alvaro Vega 2.11.0 + * Wed Jun 02 2021 Fermin GAlan 2.10.0 * Mon May 10 2021 Alvaro Vega 2.9.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index a39ee660a..aa4a93b3d 100644 --- a/docker/cygnus-common/Dockerfile +++ b/docker/cygnus-common/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.10.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.11.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" @@ -36,7 +36,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.11.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 5012ff00a..8fd4639ef 100644 --- a/docker/cygnus-ngsi-ld/Dockerfile +++ b/docker/cygnus-ngsi-ld/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.10.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.11.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 0ea83dc91..ee195c17f 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.10.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.11.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 622fca0ce..0fa174505 100644 --- a/docker/cygnus-twitter/Dockerfile +++ b/docker/cygnus-twitter/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Javi Palanca # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.10.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.11.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" @@ -35,7 +35,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.11.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"