diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 1d3f67901..139597f9c 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,15 +1,2 @@ -- [cygnus-common] [MongoDB] fix error about reindex when datamodel changed -- [cygnus-common] [Arcgis] check featureId ignore case (#2320) -- [cygnus-common] [Arcgis] check object_id ignore case (#2313) -- [cygnus-common] [Arcgis] fix url quoted based on uniqueFieldType (#2311) -- [cygnus-common] [SQL] Add Primary Key on Timestamp to Error Log table (#2302) -- [cygnus-common] Upgrade gson dependency from 2.6.2 to 2.10.1 -- [cygnus-common] Upgrade mysql-java-connector dependency from 8.0.28 to 8.0.33 -- [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0 -- [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293) -- [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286) -- [cygnus-common][SQL] Fix expiration records tablename used by delete and select (#2265) -- [cygnus-common][SQL] Fix expiration records select with a limit to avoid java out of memory error (#2273) -- [cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2270, #2201 reopens for Postgis) -- [cygnus-ngsi] UPGRADE: Debian version from 11.6 to 12.1 in Dockerfile -- [cygnus-common] Upgrade mongodb driver dep from 3.12.12 to 3.12.14 + + diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 92add7771..0a98f0e36 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 3.2.0-SNAPSHOT + 3.3.0 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index a0099ffd5..00946a81c 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -172,6 +172,18 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 16 2023 Alvaro Vega 3.3.0 +- [cygnus-common] [MongoDB] fix error about reindex when datamodel changed +- [cygnus-common] [Arcgis] check featureId ignore case (#2320) +- [cygnus-common] [Arcgis] check object_id ignore case (#2313) +- [cygnus-common] [Arcgis] fix url quoted based on uniqueFieldType (#2311) +- [cygnus-common] [SQL] Add Primary Key on Timestamp to Error Log table (#2302) +- [cygnus-common] Upgrade gson dependency from 2.6.2 to 2.10.1 +- [cygnus-common] Upgrade mysql-java-connector dependency from 8.0.28 to 8.0.33 +- [cygnus-common][SQL] Fix expiration records tablename used by delete and select (#2265) +- [cygnus-common][SQL] Fix expiration records select with a limit to avoid java out of memory error (#2273) +- [cygnus-common] Upgrade mongodb driver dep from 3.12.12 to 3.12.14 + * Tue Jun 20 2023 Alvaro Vega 3.2.0 - [cygnus-common][pSQL] Allow use null for ST_GeomFromGeoJSON - [cygnus-common][SQL] cache tablename with schema in pSQL for capRecords case diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index cb6fab7f0..ac725ccab 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 3.2.0-SNAPSHOT + 3.3.0 jar cygnus-ngsi-ld @@ -60,7 +60,7 @@ com.telefonica.iot cygnus-common - 3.2.0-SNAPSHOT + 3.3.0 diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index 20fe49a3c..181bd504f 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 3.2.0-SNAPSHOT + 3.3.0 jar cygnus-ngsi @@ -63,7 +63,7 @@ com.telefonica.iot cygnus-common - 3.2.0-SNAPSHOT + 3.3.0 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index 20b0f3e0c..341c4067f 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Thu Nov 16 2023 Alvaro Vega 3.3.0 +- [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0 +- [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293) +- [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286) +- [cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2270, #2201 reopens for Postgis) +- [cygnus-ngsi] UPGRADE: Debian version from 11.6 to 12.1 in Dockerfile + * Thu Jun 20 2023 Alvaro Vega 3.2.0 - [cygnus-ngsi] Check access to arrayList getting attribute name - [cygnus-common][cygnus-ngsi] Fix: exclude of attribute processing alterationType send by a subscription in all of their values (#2231, reopened) diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index b3307bb0c..3cb3fd011 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 3.2.0-SNAPSHOT + 3.3.0 jar cygnus-twitter @@ -57,7 +57,7 @@ com.telefonica.iot cygnus-common - 3.2.0-SNAPSHOT + 3.3.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index bada65094..a10438cb4 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 "3.2.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.3.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/3.3.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 9c268725c..9ca216f30 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 "3.2.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.3.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 4313ca548..484c6eefe 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 "3.2.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.3.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 6d2b0a4a1..6fe7a5dc2 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 "3.2.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.3.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/3.3.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"