diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 15745df..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -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) diff --git a/changelog b/changelog index afd3c40..1f3ab9d 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,18 @@ -* Fri Jan 29 2015 Francisco Romero 0.2.0 +* Thu Jun 09 2016 Francisco Romero 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 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) diff --git a/cosmos-auth/package.json b/cosmos-auth/package.json index 0d7d4a7..23295c9 100644 --- a/cosmos-auth/package.json +++ b/cosmos-auth/package.json @@ -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" diff --git a/cosmos-gui/package.json b/cosmos-gui/package.json index 43291b8..467075f 100644 --- a/cosmos-gui/package.json +++ b/cosmos-gui/package.json @@ -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" diff --git a/cosmos-hive-auth-provider/pom.xml b/cosmos-hive-auth-provider/pom.xml index a582d42..30d5e41 100644 --- a/cosmos-hive-auth-provider/pom.xml +++ b/cosmos-hive-auth-provider/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.telefonica.iot cosmos-hive-auth-provider - 0.2.0_SNAPSHOT + 0.3.0 jar diff --git a/cosmos-tidoop-api/package.json b/cosmos-tidoop-api/package.json index acc356d..2800ece 100644 --- a/cosmos-tidoop-api/package.json +++ b/cosmos-tidoop-api/package.json @@ -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"