Skip to content

Commit

Permalink
Merge pull request #986 from yoyama/release_0.9.33
Browse files Browse the repository at this point in the history
Prepare for release 0.9.33
yoyama authored Feb 12, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b9864a7 + 553d7d0 commit 41cc607
Showing 6 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ apply plugin: 'maven'

allprojects {
group = 'io.digdag'
version = '0.9.32'
version = '0.9.33'

ext {
isSnapshotRelease = version.endsWith('-SNAPSHOT')
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
@@ -90,7 +90,7 @@ public SystemExitException usage(String error)
err.println("");
err.println(" Examples:");
err.println(" $ " + programName + " selfupdate");
err.println(" $ " + programName + " selfupdate 0.9.32");
err.println(" $ " + programName + " selfupdate 0.9.33");
err.println("");
return systemExit(error);
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.32
0.9.33
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
@@ -235,7 +235,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.9.32
$ digdag selfupdate 0.9.33
Server-mode commands
----------------------------------
1 change: 1 addition & 0 deletions digdag-docs/src/releases.rst
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1

# add new version here
releases/release-0.9.33
releases/release-0.9.32
releases/release-0.9.31
releases/release-0.9.30
47 changes: 47 additions & 0 deletions digdag-docs/src/releases/release-0.9.33.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Release 0.9.33
==============

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

* Add Cc and Bcc address to mail> operator [#902]

* Support ``ruby:`` option in rb> operator to customize ruby executable command [#984]

* Change ``examples/`` directory structure [#970]

* Upgrade gradle to 5.2 [#981, #985]

* Upgrade some libraries [#978, #979]


Fixed Issues
------------

* Fix retry with variable [#917]

* Fix python3 related issue [#927]

* Fix UI can't display file contents in sh> operator with arguments [#952]

* Fix dead logo and favicon link [#959]

* Fix push error in digdag with nginx [#965]

* Fix td_load> parameter issue [#976]

* Document issues


Release Date
------------
2019-02-12

Contributors
------------
* Hiroyuki Sato
* Muga Nishizawa
* Shota Suzuki
* sonots
* wreulicke
* You Yamagata

0 comments on commit 41cc607

Please sign in to comment.