From 0e161a4d8d52277a3392da277a9324f96280e151 Mon Sep 17 00:00:00 2001 From: Justin Loyola Date: Mon, 12 Dec 2016 11:36:58 -0800 Subject: [PATCH] Update versions and release notes --- ReleaseNotes.md | 8 ++++++-- etc/docker/centos-standalone/Dockerfile | 2 +- etc/docker/hadoop/Dockerfile | 2 +- etc/docker/standalone/Dockerfile | 2 +- gui/package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3dbdd357..9a2d60ff 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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 support@h2o.ai - 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 diff --git a/etc/docker/centos-standalone/Dockerfile b/etc/docker/centos-standalone/Dockerfile index 6facec27..85e27c60 100644 --- a/etc/docker/centos-standalone/Dockerfile +++ b/etc/docker/centos-standalone/Dockerfile @@ -1,6 +1,6 @@ FROM centos:6.8 -MAINTAINER H2O.ai version: 1.1.5 +MAINTAINER H2O.ai version: 1.1.6 WORKDIR /steam diff --git a/etc/docker/hadoop/Dockerfile b/etc/docker/hadoop/Dockerfile index 11cdfef0..09e77720 100644 --- a/etc/docker/hadoop/Dockerfile +++ b/etc/docker/hadoop/Dockerfile @@ -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 diff --git a/etc/docker/standalone/Dockerfile b/etc/docker/standalone/Dockerfile index 39d6c3b0..f5311163 100644 --- a/etc/docker/standalone/Dockerfile +++ b/etc/docker/standalone/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest -MAINTAINER H2O.ai version: 1.1.5 +MAINTAINER H2O.ai version: 1.1.6 WORKDIR /steam diff --git a/gui/package.json b/gui/package.json index f3129fa1..8758e788 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "steam", - "version": "1.1.5", + "version": "1.1.6", "description": "", "main": "src/main.tsx", "dependencies": {