Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Update versions and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinloyola committed Dec 12, 2016
1 parent 995b98a commit 0e161a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ If you're an Open Source community member, you can contact H2O using one of the
- Send an e-mail message directly to <a href="mailto:[email protected]">[email protected]</a>
- Ask your question on the [H2O Community](https://community.h2o.ai/spaces/540/index.html) site (create an account if necessary)

## v1.1.6 Changes

- [STEAM-623] Fixes a bug that was preventing uploads from working correctly.

## v1.1.5 Changes

- [STEAM-613] The ``./steam add engine`` command has been replaced with ``./steam upload engine``.
- [STEAM-604] When adding clusters to Steam, node sizes are now only specified in GB.
- [STEAM-619] Adds a confirmation dialog on deletion of a cluster
- [STEAM-601] Optional ability to supply Python dependencies for Anaconda
- [STEAM-619] Adds a confirmation dialog on deletion of a cluster.
- [STEAM-601] Optional ability to supply Python dependencies for Anaconda.

## v1.1.4 Changes

Expand Down
2 changes: 1 addition & 1 deletion etc/docker/centos-standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:6.8

MAINTAINER H2O.ai version: 1.1.5
MAINTAINER H2O.ai version: 1.1.6

WORKDIR /steam

Expand Down
2 changes: 1 addition & 1 deletion etc/docker/hadoop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER H2O.ai

USER root

ENV STEAM_VERSION 1.1.5
ENV STEAM_VERSION 1.1.6
ENV PATH /steam/steam-${STEAM_VERSION}-linux-amd64:$PATH
ENV PATH $PATH:/usr/local/hadoop/bin

Expand Down
2 changes: 1 addition & 1 deletion etc/docker/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest

MAINTAINER H2O.ai version: 1.1.5
MAINTAINER H2O.ai version: 1.1.6

WORKDIR /steam

Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"main": "src/main.tsx",
"dependencies": {
Expand Down

0 comments on commit 0e161a4

Please sign in to comment.