Skip to content

Commit

Permalink
Release v0.10.0 (#1528)
Browse files Browse the repository at this point in the history
release for v0.10.0
  • Loading branch information
yoyama authored Jan 29, 2021
1 parent bac2447 commit 953036d
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'maven'

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

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-SNAPSHOT");
err.println(" $ " + programName + " selfupdate 0.10.0");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0-SNAPSHOT
0.10.0
2 changes: 1 addition & 1 deletion 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.9.42
$ digdag selfupdate 0.10.0
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.10.0
releases/release-0.9.42
releases/release-0.9.41
releases/release-0.9.40
Expand Down
67 changes: 67 additions & 0 deletions digdag-docs/src/releases/release-0.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
Release 0.10.0
==============

General Changes
---------------
* Command Executor SPI has been updated and AWS ECS Command Executor has been introduced. [#835 #1127]
* Java11 has been supported. (experimental) [#1256 #1361]
* Graaljs has been supported for ConfigEvalEngine and performance dramatically improved. [#1256 #1361]
* AccessController SPI has been introduced. (experimental) [#936]
* Metrics improvements. (experimental) [#1146]
* Authentication configuration was changed. [#1324]
* Abolished JWT authentication. [#1324]
* Some API have been abolished and changed. [#1109 #1110 #1114 #1115 #1224 #1288 #1398 #1401]
* `_parallel` option supports a number to control number of parallels. [#1413]
* The maximum numbers of tasks and attempts are configurable. [#1430]
* Add a document `Community Contributions <https://docs.digdag.io/community_contributions.html>`_. [#1527]
* Upgrade Gradle to 6.3. [#1391]

Fixed Issues
------------
* System environment variables are not passed in except Simple Command Executor. [#1101]
* Overwriting runtime parameters has been prohibited. [#1168]
* Group retry improvements. [#1184]
* `http>` operator improvements. [#1197]
* `s3_wait>` operator improvements. [#1280]
* `py>` operator improvements. [#1477]
* TD operators improvements [#1447 #1444]
* Stability, performance improvements. [#1207 #1235 #1390 #1438 #1442 #1468 #1495]

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

Release Date
------------
2021-01-29

Contributors
------------
* You Yamagata
* Leen Sun
* Shota Suzuki
* Muga Nishizawa
* Hiroyuki Sato
* Mitsunori Komatsu
* Sadayuki Furuhashi
* Ritta Narita
* Kazuhiro Serizawa
* Edd Steel
* Daniele Zannotti
* TrsNium
* Aki Ariga
* zaimy
* yui-knk
* NARUSE, Yui
* katsuyan
* Y.Kentaro
* Trs
* Satoru Kamikaseda
* Kohki Sato
* Makoto YUI
* Pierre Delagrave
* NomadBlacky
* rubyu
* petitviolet
* NirmalaY12
* Civitaspo

0 comments on commit 953036d

Please sign in to comment.