Skip to content

Commit

Permalink
Merge pull request #819 from treasure-data/release_v0.9.27
Browse files Browse the repository at this point in the history
Release v0.9.27
  • Loading branch information
muga authored Jun 30, 2018
2 parents a1c7efb + 620f5cc commit 7918487
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'maven'

allprojects {
group = 'io.digdag'
version = '0.9.27-SNAPSHOT'
version = '0.9.27'

ext {
isSnapshotRelease = version.endsWith('-SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion digdag-cli/src/main/java/io/digdag/cli/SelfUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public SystemExitException usage(String error)
err.println("");
err.println(" Examples:");
err.println(" $ " + programName + " selfupdate");
err.println(" $ " + programName + " selfupdate 0.9.26");
err.println(" $ " + programName + " selfupdate 0.9.27");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.26
0.9.27
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.9.26
$ digdag selfupdate 0.9.27
Server-mode commands
----------------------------------
Expand Down
1 change: 1 addition & 0 deletions digdag-docs/src/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1

# add new version here
releases/release-0.9.27
releases/release-0.9.26
releases/release-0.9.25
releases/release-0.9.24
Expand Down
23 changes: 23 additions & 0 deletions digdag-docs/src/releases/release-0.9.27.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Release 0.9.27
==============

General Changes
---------------

* Fix behavior that Group Task has error status when Group Retry is recovered and succeeded [#769]

* Update Node.js 8.x for digdag-ui and introduce NPM package locks [#797, #821]

* Move AbstractWaitOperatorFactory to digdag-plugin-utils from digdag-standards [#813]

Release Date
------------
2018-06-30

Contributors
------------
* @nak-tera
* Hiroyuki Sato (@hiroyuki-sato)
* Kotaro Ichihara (@ichihara-3)
* Muga Nishizawa (@muga)
* Sadayuki Furuhashi (@frsyuki)

0 comments on commit 7918487

Please sign in to comment.