Skip to content

Commit

Permalink
Merge pull request #1363 from srikanthv02/topicStage
Browse files Browse the repository at this point in the history
Merging Dev to Stage
  • Loading branch information
RLIndia authored May 3, 2017
2 parents 1a8c5c0 + 45ec4af commit de1c07f
Show file tree
Hide file tree
Showing 171 changed files with 7,118 additions and 26,677 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
3.9.0 - March 7th , 2017
----------------------------
* BOTs Engine and New Framework
* BOTs Input/Output Extractor
* Import Scripts from Git and add into BOTs Gallery
* Auto Configuration of CI/CD Dashboard

3.8.0 - February 15th , 2017
----------------------------
* Tagging Instances while Launching
* Git Integration
* UI Enhancements in BOT

3.7.0 - January 10th , 2017
----------------------------
* Configuring Sensu server in Blueprints
* BOTs Console
* Python Script Orchestrator

3.6.0 - December 10th , 2016
----------------------------
* Self Service Portal - Start/Stop Instances
* Audit Trail for BOTs
* WorkFlow Scheduler- Parallel and Sequential

3.5.0 - November 10th , 2016
----------------------------
* Cloud Management - Capacity Report
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM node:4.6.0
FROM node:6.10.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev libkrb5-dev make g++ ruby libstdc++6

RUN npm install -g kerberos

##Client
RUN npm install -g grunt-cli
RUN npm install -g npm
RUN npm install forever --global
##Its not needed as docker taking its role
##RUN npm install -g npm
##RUN npm install forever --global
RUN gem install sass
RUN curl -L https://www.opscode.com/chef/install.sh | bash
RUN /opt/chef/embedded/bin/gem install knife-windows
Expand Down
Loading

0 comments on commit de1c07f

Please sign in to comment.