diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 5eb4b49d6..e69de29bb 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +0,0 @@ -- [cygnus-ngsi][MySQL, PostgreSQL, Postgis sinks] Replace `enable_last_data` to `last data mode` sink config option: (upsert,insert,both), default is insert -- [cygnus-common][SQLBackendImpl] Fix: use all related queries when upsert error for logs, exception and persistError (#2088) -- [cygnus-common][SQLBackendImpl] Fix: use schema for postgis destination at sql insert query (#2085) -- [cygnus-common][SQLBackendImpl] Force to cast to ::text to ensure to_timestamp upsert (#2087) diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 9693468e1..2fae22293 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 2.13.0_SNAPSHOT + 2.14.0 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index 687e4db1e..fa3cdc4e2 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -171,6 +171,11 @@ rm -rf $RPM_BUILD_ROOT /var/run/%{_project_name} %changelog +* Tue Oct 5 2021 Alvaro Vega 2.14.0 +- [cygnus-common][SQLBackendImpl] Fix: use all related queries when upsert error for logs, exception and persistError (#2088) +- [cygnus-common][SQLBackendImpl] Fix: use schema for postgis destination at sql insert query (#2085) +- [cygnus-common][SQLBackendImpl] Force to cast to ::text to ensure to_timestamp upsert (#2087) + * Mon Sep 20 2021 Alvaro Vega 2.13.0 - [cygnus-common] Use ckanPath in ckan cache - [cygnus-common] Remove methods in class CKANBackendImpl for allowing the creation of the data store with ngsi-ld notifications due to break backward compatibilitgy ckan in column mode diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index 46ad823b7..afc0f7548 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 2.13.0_SNAPSHOT + 2.14.0 jar cygnus-ngsi-ld @@ -55,7 +55,7 @@ com.telefonica.iot cygnus-common - 2.13.0_SNAPSHOT + 2.14.0 diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index 355d87e27..3717d78c8 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 2.13.0_SNAPSHOT + 2.14.0 jar cygnus-ngsi @@ -56,7 +56,7 @@ com.telefonica.iot cygnus-common - 2.13.0_SNAPSHOT + 2.14.0 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index 2ed849f62..dcf4619cd 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Tue Oct 5 2021 Alvaro Vega 2.14.0 +- [cygnus-ngsi][MySQL, PostgreSQL, Postgis sinks] Replace `enable_last_data` to `last data mode` conf option: (upsert,insert,both), default is insert + * Mon Sep 20 2021 Alvaro Vega 2.13.0 * Wed Aug 18 2021 Ivan Hernandez 2.12.0 diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index e163de2a1..d6b6274d1 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 2.13.0_SNAPSHOT + 2.14.0 jar cygnus-twitter @@ -45,7 +45,7 @@ com.telefonica.iot cygnus-common - 2.13.0_SNAPSHOT + 2.14.0 diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec index dd7e320ef..2d65ecf14 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 +* Tue Oct 5 2021 Alvaro Vega 2.14.0 + * Mon Sep 20 2021 Alvaro Vega 2.13.0 * Wed Aug 18 2021 Ivan Hernandez 2.12.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index 252de52f7..270d372c3 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.13.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.14.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.14.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 cd938fde7..bf41dc978 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.13.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.14.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 31af022ad..5c320f7ff 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.13.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.14.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 5d52fcc73..386f76be2 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.13.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.14.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.14.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"