Skip to content

Commit

Permalink
Merge pull request #1647 from treasure-data/release_v0.10.3
Browse files Browse the repository at this point in the history
Release v0.10.3
  • Loading branch information
szyn committed Sep 23, 2021
2 parents 427840f + af2d2ab commit ea9d73c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'idea'

allprojects {
group = 'io.digdag'
version = '0.10.2'
version = '0.10.3'

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.10.2");
err.println(" $ " + programName + " selfupdate 0.10.3");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.10.3
4 changes: 2 additions & 2 deletions digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.10.2
$ digdag selfupdate 0.10.3
Server-mode commands
----------------------------------
Expand Down Expand Up @@ -461,7 +461,7 @@ You can include following parameters in ~/.config/digdag/config file:

* client.http.endpoint = http://HOST:PORT or https://HOST:PORT
* client.http.headers.KEY = VALUE (set custom HTTP header)
* client.http.disable_direct_download=true (disable direct download in `log` and `download`. effect to server v0.10.2(not yet released) or later.)
* client.http.disable_direct_download=true (disable direct download in `log` and `download`. effect to server v0.10.0 or later.)


start
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.10.3
releases/release-0.10.2
releases/release-0.10.1
releases/release-0.10.0
Expand Down
31 changes: 31 additions & 0 deletions digdag-docs/src/releases/release-0.10.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Release 0.10.3
==============

General Changes
---------------
* Add support for .digdagignore [#1598]
* Document improvements [#1627]

UI Changes
----------
* Dependency Upgrades [#1628 #1645]

Fixed Issues
------------
* Fix polling (ECS) command executors fail to run tasks on retry [#1620]

Milestone
---------
`Here <https://github.com/treasure-data/digdag/milestone/26?closed=1>`_

Release Date
------------
2021-09-23

Contributors
------------
* Naoto Yokoyama
* Shota Suzuki
* TYamanaka
* dependabot[bot]
* seiya

0 comments on commit ea9d73c

Please sign in to comment.