-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
4 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
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 +1 @@ | ||
0.9.14-SNAPSHOT | ||
0.9.14 |
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Release 0.9.14 | ||
============= | ||
|
||
Operator Changes | ||
---------------- | ||
|
||
* Docker command executor (``docker: {image: name}``) supports ``always_pull: true`` option (@alu++). | ||
|
||
* ``emr>`` operator supports region options and secrets. See documents for details. (@saulius++) | ||
|
||
|
||
General Changes | ||
--------------- | ||
|
||
* Digdag validates _error task before workflow starts (with local mode) or when a workflow is uploaded (with server mode). It was validated only when _error task actually ran but now it's easier for us to notice broken workflows. | ||
|
||
* Fixed uncaught exception in workflow executor loop when _error tasks had a problem. This is only for being more defensive because broken _error tasks shouldn't exist thanks to above another fix. | ||
|
||
|
||
Release Date | ||
------------ | ||
2017-08-11 |