Skip to content

Commit

Permalink
Merge pull request #1151 from frbattid/task/close_1.2.1
Browse files Browse the repository at this point in the history
task/close_1.2.1
  • Loading branch information
fgalan authored Sep 7, 2016
2 parents 461c047 + 5a90cf2 commit 330f448
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
3 changes: 0 additions & 3 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
- [cygnus-common][bug] Release connection upon persistence error (#1139)
- [cygnus][hardening] Add architecture documentation (#1127)
- [cygnus-common][bug] Insert NULL in CKAN columns when an empty attribute value ("", null, {} or []) or empty attribute metadata (null or []) is notified (#1144)
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>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

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

%changelog
* Wed Sep 07 2016 Francisco Romero <[email protected]> 1.2.1
- [cygnus-common][bug] Release connection upon persistence error (#1139)
- [cygnus][hardening] Add architecture documentation (#1127)

* Fri Jul 01 2016 Francisco Romero <[email protected]> 1.2.0
- [cygnus-common] [hardening] Add /admin/configuration/agent/path/to/agent.conf route to API (#893)
- [cygnus-common] [hardening] Add /admin/configuration/instance/path/to/instance.conf route to API (#894)
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>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>cygnus-ngsi</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog

* Wed Sep 07 2016 Francisco Romero <[email protected]> 1.2.1
- [cygnus][hardening] Add architecture documentation (#1127)
- [cygnus-ngsi][bug] Insert NULL in CKAN columns when an empty attribute value ("", null, {} or []) or empty attribute metadata (null or []) is notified (#1144)

* Fri Jul 01 2016 Francisco Romero <[email protected]> 1.2.0
- [cygnus-ngsi] [hardening] Do configurable the accepted resolutions in NGSISTHSink (#940)
- [cygnus-ngsi] [feature] Log time in UTC format (#1071)
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>1.2.0</version>
<version>1.2.1</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>1.2.0</version>
<version>1.2.1</version>
</dependency>
<!-- Required by twitter agent -->
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions cygnus-twitter/spec/SPECS/cygnus-twitter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog
* Wed Sep 07 2016 Francisco Romero <[email protected]> 1.2.1
- [cygnus][hardening] Add architecture documentation (#1127)

* Fri Jul 01 2016 Francisco Romero <[email protected]> 1.2.0
- [cygnus-twitter][feature] Add cygnus-twitter (#1023)
- [cygnus-twitter] [feature] Log time in UTC format (#1071)
Expand Down
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 "1.2.0"
ENV CYGNUS_VERSION "1.2.1"
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 @@ -33,7 +33,7 @@ ENV CYGNUS_SERVICE_PORT "5050"
ENV CYGNUS_API_PORT "8081"

ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
ENV GIT_REV_CYGNUS "release/1.2.0"
ENV GIT_REV_CYGNUS "release/1.2.1"

ENV MVN_VER "3.2.5"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions 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 "1.2.0"
ENV CYGNUS_VERSION "1.2.1"
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 All @@ -37,7 +37,7 @@ ENV CYGNUS_MONGO_USER "mongo"
ENV CYGNUS_MONGO_PASS "mongo"

ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
ENV GIT_REV_CYGNUS "release/1.2.0"
ENV GIT_REV_CYGNUS "release/1.2.1"

ENV MVN_VER "3.2.5"
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
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,15 +23,15 @@ MAINTAINER Javi Palanca <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "1.2.0"
ENV CYGNUS_VERSION "1.2.1"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-twitter"
ENV CYGNUS_LOG_LEVEL "INFO"
ENV CYGNUS_LOG_APPENDER "console"

ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
ENV GIT_REV_CYGNUS "release/1.2.0"
ENV GIT_REV_CYGNUS "release/1.2.1"

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

0 comments on commit 330f448

Please sign in to comment.