Skip to content

Commit

Permalink
Merge pull request #1595 from szyn/release-0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
szyn committed Jun 4, 2021
2 parents d60a7a8 + e13ad62 commit 43a780e
Show file tree
Hide file tree
Showing 6 changed files with 51 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.0'
version = '0.10.1'

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.0");
err.println(" $ " + programName + " selfupdate 0.10.1");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.10.1
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.0
$ digdag selfupdate 0.10.1
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.0(not yet released) or later.)
* client.http.disable_direct_download=true (disable direct download in `log` and `download`. effect to server v0.10.1(not yet released) 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.1
releases/release-0.10.0
releases/release-0.9.42
releases/release-0.9.41
Expand Down
45 changes: 45 additions & 0 deletions digdag-docs/src/releases/release-0.10.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Release 0.10.1
==============

General Changes
---------------
* Use Application Default Credential if gcp.credential is absent [#1585]
* Remove jcenter dependency [#1578]
* Add support for response body compression [#591]
* Document improvements [#1583 #1572 #1563 #1550 #1544 #1535 #1466]
* Build/CI improvements [#1588 #1580 #1577 #1575]

UI Changes
----------
* Support Sessions pagination for Workflows/Projects page [#1506]
* Dependency Upgrades [#1589 #1587 #1581 #1570 #1569 #1568 #1567 #1562 #1543 #1541]

Fixed Issues
------------
* Fix NoSuchMethodError occurs in gcs_wait operator [#1545 #1547]
* Fix ECS task log lost issue [#1594]

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

Release Date
------------
2021-06-04

Contributors
------------
* AkiraUenoyama
* Akito Kasai
* Ganesh Munusamy
* Katsuya Tajima
* LeenSun
* Mitsunori Komatsu
* Sadayuki Furuhashi
* Shota Suzuki
* Y.Kentaro
* You Yamagata
* ryoji-hasegawa
* satoshihirose
* seiya
* yoyama

0 comments on commit 43a780e

Please sign in to comment.