This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from h2oai/hotfix-STEAM-623
Files issue writing zip files
- Loading branch information
Showing
7 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters