forked from telefonicaid/fiware-cygnus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
728889a
commit 479dcd9
Showing
12 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
- [cygnus-commons][NGSIHandler] Check TextUnrestricted type to escape character ' as '' (#2125) | ||
- [cygnus-ngsi][KafkaSink] Upgrade libthrift dependency from 0.12.0 to 0.14.1 due to github vulnerability report | ||
- [cygnus-commons] Upgrade postgresql dependency from 42.2.22 to 42.2.25 due to github vulnerability report | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,6 +171,10 @@ rm -rf $RPM_BUILD_ROOT | |
/var/run/%{_project_name} | ||
|
||
%changelog | ||
* Thu Feb 3 2022 Alvaro Vega <[email protected]> 2.16.0 | ||
- [cygnus-commons][NGSIHandler] Check TextUnrestricted type to escape character ' as '' (#2125) | ||
- [cygnus-commons] Upgrade postgresql dependency from 42.2.22 to 42.2.25 due to github vulnerability report | ||
|
||
* Fri Dec 10 2021 Alvaro Vega <[email protected]> 2.15.0 | ||
- [cygnus-common][SQLSinks] Add more info in logs about rollback, database and sink instance involved in current error | ||
- [cygnus-common][MySQLBackend] Upgrade mysql-connector-java from 8.0.22 to 8.0.27 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Thu Feb 3 2022 Alvaro Vega <[email protected]> 2.16.0 | ||
- [cygnus-ngsi][KafkaSink] Upgrade libthrift dependency from 0.12.0 to 0.14.1 due to github vulnerability report | ||
|
||
* Fri Dec 10 2021 Alvaro Vega <[email protected]> 2.15.0 | ||
- [cygnus-ngsi] Upgrade Dockerfile base image from centos7.9.2009 to centos8.4.2105 (#1996) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Thu Feb 3 2021 Alvaro Vega <[email protected]> 2.16.0 | ||
|
||
* Fri Dec 10 2021 Alvaro Vega <[email protected]> 2.15.0 | ||
- [cygnus-twitter] Upgrade Dockerfile base image from centos7.9.2009 to centos8.4.2105 (#1996) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.15.0-SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.16.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.16.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.15.0-SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.16.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.16.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|