Skip to content

Commit

Permalink
Merge pull request #1925 from telefonicaid/task/prepare-2.4.0
Browse files Browse the repository at this point in the history
 Step: 2.3.0_SNPASHOT -> 2.4.0
  • Loading branch information
fgalan authored Sep 4, 2020
2 parents 0a49c7c + be3d8a3 commit 24e9e6c
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 21 deletions.
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
[cygnus-ngsi][RowAggregator] Handle metadata as json. This is to upgrade json-like sinks behaviour. (#1902)
[cygnus-ngsi][ColumnAggregator] Fix attribute type key to make it unique. (#1904)
[cygnus-ngsi][PostgisSink, PostgreSQLSink] Implement records expiration for Postgis and PostgreSQL sinks (#1915)
[cygnus-ngsi][ColumnAggregator] Handle metadata as json. This is to upgrade json-like sinks behaviour. (#1902)
[cygnus-ngsi][CKANSink] Fix bug about bad service name used by CKAN orgName with a name mapping (#1910)
[cygnus-ngsi][CKANSink] Add flag option to disable metatada in CKAN (#1912)
[cygnus-common][SQLBackendImpl] Exception handle for connection/statement SQL objects (#1907)
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<name>cygnus-common</name>
Expand Down
3 changes: 3 additions & 0 deletions cygnus-common/spec/SPECS/cygnus-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT
/var/run/%{_project_name}

%changelog
* Fri Sep 04 2020 Alvaro Vega <[email protected]> 2.4.0
- [cygnus-common][SQLBackendImpl] Exception handle for connection/statement SQL objects (#1907)

* Wed Jul 15 2020 Fermin Galan <[email protected]> 2.3.0

* Tue Jun 23 2020 Fermin Galan <[email protected]> 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions cygnus-ngsi-ld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-ngsi-ld</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<name>cygnus-ngsi-ld</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions cygnus-ngsi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-ngsi</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<name>cygnus-ngsi</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<!-- libreria arcgis -->
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog
* Fri Sep 04 2020 Alvaro Vega <[email protected]> 2.4.0
- [cygnus-ngsi][RowAggregator] Handle metadata as json. This is to upgrade json-like sinks behaviour (#1902)
- [cygnus-ngsi][ColumnAggregator] Fix attribute type key to make it unique (#1904)
- [cygnus-ngsi][PostgisSink, PostgreSQLSink] Implement records expiration for Postgis and PostgreSQL sinks (#1915)
- [cygnus-ngsi][ColumnAggregator] Handle metadata as json. This is to upgrade json-like sinks behaviour (#1902)
- [cygnus-ngsi][CKANSink] Fix bug about bad service name used by CKAN orgName with a name mapping (#1910)
- [cygnus-ngsi][CKANSink] Add flag option to disable metatada in CKAN (#1912)

* Wed Jul 15 2020 Fermin Galan <[email protected]> 2.3.0
- [cygnus-ngsi][Generic Aggregation] Add name mappings flag to all sinks who uses generic aggregation

Expand Down
4 changes: 2 additions & 2 deletions cygnus-twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-twitter</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<name>cygnus-twitter</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.3.0_SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<!-- Required by twitter agent -->
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion cygnus-twitter/spec/SPECS/cygnus-twitter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog
* Fri Sep 04 2020 Alvaro Vega <[email protected]> 2.4.0

* Wed Jul 15 2020 Fermin Galan <[email protected]> 2.3.0

* Tue Jun 23 2020 Fermin Galan <[email protected]> 2.2.0
Expand Down Expand Up @@ -155,4 +157,3 @@ rm -rf $RPM_BUILD_ROOT
- [cygnus-twitter][feature] Add cygnus-twitter (#1023)
- [cygnus-twitter] [feature] Log time in UTC format (#1071)
- [cygnus-twitter] Add documentation about logs and alarms (#1092)

4 changes: 2 additions & 2 deletions docker/cygnus-common/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.3.0_SNAPSHOT"
ENV CYGNUS_VERSION "2.4.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"
Expand All @@ -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.4.0"

ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi-ld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Andres Muñoz <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.3.0_SNAPSHOT"
ENV CYGNUS_VERSION "2.4.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"
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.3.0_SNAPSHOT"
ENV CYGNUS_VERSION "2.4.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"
Expand Down
4 changes: 2 additions & 2 deletions docker/cygnus-twitter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Javi Palanca <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.3.0_SNAPSHOT"
ENV CYGNUS_VERSION "2.4.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"
Expand All @@ -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.4.0"

ENV MVN_VER "3.5.4"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
Expand Down

0 comments on commit 24e9e6c

Please sign in to comment.