-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1494 from telefonicaid/task/prepare_1.9.0
Step: 1.8.0_SNAPSHOT -> 1.9.0
- Loading branch information
Showing
10 changed files
with
25 additions
and
19 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,8 +0,0 @@ | ||
[cygnus-ngsi][Docker] Add support to run cygnus docker in multiagent mode (mysql, mongo, ckan, hdfs, postgresql and carto sinks) [#1486] | ||
[cygnus-ngsi][Docker] Upgrade to just enable sinks and channels depending on ENV vars [#1482] | ||
[cygnus-ngsi][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
[cygnus-common][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
[cygnus-twitter][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
[cygnus-ngsi][NGSINameMappingsInterceptor] Allow regular expression replacement for EntityIds (#1456) | ||
cygnus-ngsi][HttpBackend] Add support to recover data from response header (#1455) | ||
[cygnus-ngsi][KeystoneUtils] Create new Auth functionality (#1471) | ||
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,9 @@ rm -rf $RPM_BUILD_ROOT | |
/var/run/%{_project_name} | ||
|
||
%changelog | ||
* Wed Jun 13 2018 Fermin Galan <[email protected]> 1.9.0 | ||
- [cygnus-common][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
|
||
* Wed Sep 13 2017 Fermin Galan <[email protected]> 1.8.0 | ||
- [cygnus-common, cygnus-ngsi][hardening] Fix FIWARE repository URL (#1435) | ||
- [cygnus-common, cygnus-ngsi][hardening] Unify test classes (#1332, #1333) | ||
|
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,14 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Wed Jun 13 2018 Fermin Galan <[email protected]> 1.9.0 | ||
- [cygnus-ngsi][NGSINameMappingsInterceptor] Allow regular expression replacement for EntityIds (#1456) | ||
- [cygnus-ngsi][HttpBackend] Add support to recover data from response header (#1455) | ||
- [cygnus-ngsi][KeystoneUtils] Create new Auth functionality (#1471) | ||
- [cygnus-ngsi][Docker] Add support to run cygnus docker in multiagent mode (mysql, mongo, ckan, hdfs, postgresql and carto sinks) (#1486) | ||
- [cygnus-ngsi][Docker] Upgrade to just enable sinks and channels depending on ENV vars (#1482) | ||
- [cygnus-ngsi][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
|
||
* Wed Sep 13 2017 Fermin Galan <[email protected]> 1.8.0 | ||
- [cygnus-ngsi][hardening] Add complex configuration examples (#629) | ||
- [cygnus-ngsi][bug] Fix NGSIMySQLSink when persisting bulks of rows with different number of columns (#1409) | ||
|
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 | ||
* Wed Jun 13 2018 Fermin Galan <[email protected]> 1.9.0 | ||
- [cygnus-twitter][Docker] Upgrade to CentOS 7, Maven 3.5.2 and Java 1.8.0 in Dockerfile | ||
|
||
* Wed Sep 13 2017 Fermin Galan <[email protected]> 1.8.0 | ||
- [cygnus-twitter][bug] Fix wrong data in spec file (#1407) | ||
|
||
|
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 "1.8.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "1.9.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" | ||
|
@@ -34,7 +34,7 @@ ENV CYGNUS_API_PORT "8081" | |
|
||
# 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/1.9.0" | ||
|
||
ENV MVN_VER "3.5.2" | ||
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
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 "1.8.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "1.9.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" | ||
|
@@ -144,7 +144,7 @@ ENV CYGNUS_CARTO_KEY "" | |
# 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_URL_CYGNUS "https://github.com/myuser/fiware-cygnus.git" | ||
ENV GIT_REV_CYGNUS "master" | ||
ENV GIT_REV_CYGNUS "release/1.9.0" | ||
#ENV GIT_REV_CYGNUS "mybranch" | ||
|
||
ENV MVN_VER "3.5.3" | ||
|
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 "1.8.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "1.9.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" | ||
|
@@ -32,7 +32,7 @@ ENV CYGNUS_LOG_APPENDER "console" | |
|
||
# 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/1.9.0" | ||
|
||
ENV MVN_VER "3.5.3" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|