Skip to content

Commit

Permalink
Merge pull request #174 from telefonicaid/task/close_0.3.0
Browse files Browse the repository at this point in the history
task/close_0.3.0
  • Loading branch information
pcoello25 committed Jun 9, 2016
2 parents 5ad2ad2 + 82c23ea commit d3772ae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 17 deletions.
12 changes: 0 additions & 12 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
- [cosmos-hive-auth-provider] [HARDENING] Configurable Identity Manager endpoing (#146)
- [cosmos-gui] [FEATURE] Use the ID registered at the Identity Manager as Cosmos user (#118)
- [cosmos-auth] [HARDENING] Rename server.js as cosmos_auth.js (#139)
- [cosmos-gui] [HARDENING] Rename app.js as cosmos_gui.js (#135)
- [cosmos-gui] [HARDENING] Configurable logging level support (#45)
- [cosmos-gui] [FEATURE] Remove ssh provision for users (#152)
- [cosmos] [HARDENING] Add a Quick Start Guide (#157)
- [cosmos-tidoop-api] [FEATURE] Create initial version (#158)
- [cosmos] [HARDENING] Fix the base path for readthedocks in mkdocs.yml (#164)
- [cosmos] [HARDENING] Update the Quick Start Guide with regards to the new FIWARE Lab clusters (#167)
- [cosmos] [HARDENING] Add Hive clients to resources folder (#168)
- [cosmos-tidoop-api] [BUG] Run Java jars located in HDFS (#172)
16 changes: 15 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
* Fri Jan 29 2015 Francisco Romero <francisco.romerobueno@telefonica.com> 0.2.0
* Thu Jun 09 2016 Francisco Romero <francisco.romerobueno@telefonica.com> 0.3.0
- [cosmos-hive-auth-provider] [HARDENING] Configurable Identity Manager endpoing (#146)
- [cosmos-gui] [FEATURE] Use the ID registered at the Identity Manager as Cosmos user (#118)
- [cosmos-auth] [HARDENING] Rename server.js as cosmos_auth.js (#139)
- [cosmos-gui] [HARDENING] Rename app.js as cosmos_gui.js (#135)
- [cosmos-gui] [HARDENING] Configurable logging level support (#45)
- [cosmos-gui] [FEATURE] Remove ssh provision for users (#152)
- [cosmos] [HARDENING] Add a Quick Start Guide (#157)
- [cosmos-tidoop-api] [FEATURE] Create initial version (#158)
- [cosmos] [HARDENING] Fix the base path for readthedocks in mkdocs.yml (#164)
- [cosmos] [HARDENING] Update the Quick Start Guide with regards to the new FIWARE Lab clusters (#167)
- [cosmos] [HARDENING] Add Hive clients to resources folder (#168)
- [cosmos-tidoop-api] [BUG] Run Java jars located in HDFS (#172)

* Fri Jan 29 2016 Francisco Romero <francisco.romerobueno@telefonica.com> 0.2.0
- [cosmos-gui] [FEATURE] Add a script in charge of reporting certain alarms (#96)
- [cosmos-admin] [FEATURE] Script in charge of gathering per-user stats (#59)
- [doc] [BUG] Wrong link fixed in the documentation (#98)
Expand Down
2 changes: 1 addition & 1 deletion cosmos-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmos-auth",
"description": "Node.js app exposing Cosmos Auth API",
"version": "0.2.0-next",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/telefonicaid/fiware-cosmos.git"
Expand Down
2 changes: 1 addition & 1 deletion cosmos-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmos-gui",
"description": "Node.js GUI for Cosmos (Hadoop-based)",
"version": "0.2.0-next",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/telefonicaid/fiware-cosmos.git"
Expand Down
2 changes: 1 addition & 1 deletion cosmos-hive-auth-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.telefonica.iot</groupId>
<artifactId>cosmos-hive-auth-provider</artifactId>
<version>0.2.0_SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cosmos-tidoop-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmos-tidoop-api",
"description": "Node.js app exposing the Tidoop REST API",
"version": "0.2.0-next",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/telefonicaid/fiware-cosmos.git"
Expand Down

0 comments on commit d3772ae

Please sign in to comment.