diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index ff901e9db..7112c6dfe 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1 @@ -[cygnus-ngsi] [mongo-sink] Add mongo_ssl, mongo_ssl_invalid_host_allowed, mongo_ssl_keystore_path_file, mongo_ssl_keystore_password, mongo_ssl_truststore_path_file and mongo_ssl_truststore_password options for mongoDB connections -[cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed, sslKeystorePathFile, sslKeystorePassword, sslTruststorePathFile and sslTruststorePassword options for mongoDB connections -[cygnus-common] [mongo-backend] Allow mongodb autodiscover at connect when just one server is provided -[cygnus-ngsi] [arcgis-sink] Add esri Geometry PolyLine, MultiPoint and Polygon support (#2392) +- [cygnus-ngsi] Upgrade Debian version from 12.5 to 12.6 in Dockerfile diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 14131970c..98c152129 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT jar cygnus-common @@ -64,7 +64,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0 diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index 591ebb7d4..237e9dfce 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -172,6 +172,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 8 2024 Alvaro Vega 3.10.0 + +- [cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed, sslKeystorePathFile, sslKeystorePassword, sslTruststorePathFile and sslTruststorePassword options for mongoDB connections +- [cygnus-common] [mongo-backend] Allow mongodb autodiscover at connect when just one server is provided +- [cygnus-common] Upgrade gson dependency from 2.10.1 to 2.11.0 + * Wed Jun 12 2024 Alvaro Vega 3.9.0 - [cygnus-common] [arcgis] Force null geometry when invalid geo:json format or type is found instead of Point(0,0) (#2379) diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index 66ed1cf39..a9193177a 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT jar cygnus-ngsi-ld @@ -60,7 +60,7 @@ com.telefonica.iot cygnus-common - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index eb25ecaf0..27bd95a19 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT jar cygnus-ngsi @@ -63,7 +63,7 @@ com.telefonica.iot cygnus-common - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index f87579041..53698aac6 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Thu Aug 8 2024 Alvaro Vega 3.10.0 +- [cygnus-ngsi] [mongo-sink] Add mongo_ssl, mongo_ssl_invalid_host_allowed, mongo_ssl_keystore_path_file, mongo_ssl_keystore_password, mongo_ssl_truststore_path_file and mongo_ssl_truststore_password options for mongoDB connections +- [cygnus-ngsi] [arcgis-sink] Add esri Geometry PolyLine, MultiPoint and Polygon support (#2392) + * Wed Jun 12 2024 Alvaro Vega 3.9.0 - [cygnus-ngsi] [arcgis-sink] Get service and subservice using enableNameMappings flag config - [cygnus-ngsi] [arcgis-sink] Insert null attribute as is in feature table (#2376) diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index 503536ed9..e3d5526de 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT jar cygnus-twitter @@ -57,7 +57,7 @@ com.telefonica.iot cygnus-common - 3.9.0-SNAPSHOT + 3.10.0-SNAPSHOT diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index 76d3b94b9..654cddfb7 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.9.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.10.0-SNAPSHOT" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-common" diff --git a/docker/cygnus-ngsi-ld/Dockerfile b/docker/cygnus-ngsi-ld/Dockerfile index 83f3a4b9c..1f5e5a0ce 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.9.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.10.0-SNAPSHOT" 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 52bdcf787..1b40ebd3c 100644 --- a/docker/cygnus-ngsi/Dockerfile +++ b/docker/cygnus-ngsi/Dockerfile @@ -16,14 +16,14 @@ # For those usages not covered by the GNU Affero General Public License please contact with iot_support at tid dot es # -FROM debian:12.5-slim +FROM debian:12.6-slim ARG GITHUB_ACCOUNT=telefonicaid ARG GITHUB_REPOSITORY=fiware-cygnus # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "3.9.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.10.0-SNAPSHOT" 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 e3be230b7..3afbbe864 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.9.0-SNAPSHOT" +ENV CYGNUS_VERSION "3.10.0-SNAPSHOT" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-twitter"