Skip to content

Commit

Permalink
Release v0.10.4 (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
szyn committed Jan 19, 2022
1 parent fd8145b commit c3d4f23
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 4 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.3'
version = '0.10.4'

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.3");
err.println(" $ " + programName + " selfupdate 0.10.4");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
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.10.3
$ digdag selfupdate 0.10.4
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.4
releases/release-0.10.3
releases/release-0.10.2
releases/release-0.10.1
Expand Down
50 changes: 50 additions & 0 deletions digdag-docs/src/releases/release-0.10.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Release 0.10.4
==============

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

* Logging improvements [#1680]
* Make CommandExecutor pluggable (system plugin) [#1681 #901]
* Upgrade Guice, JDBC for PostgreSQL [#1683]
* Add ``wait`` operator [#1684]
* CI improvements [#1685]
* Document improvements

CLI Changes
------------------
* Add ``--count`` and ``--last-id`` option to ``workflows`` subcommand [#1668 #1679]
* Add ``--logback-config`` option [#1682]

UI Changes
----------
* Fix an issue where the navbar collapsing does not work [#1633]
* Reduce flow errors [#1641]
* Fix an issue where the RESUME button does not work after PAUSE [#1648]
* Add support for folding task timeline on click [#1649]
* Add UI test [#1653]
* Dependency upgrades [#1689]

Fixed Issues
------------
* Add support for using SELinux with docker [#1676]

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

Release Date
------------
2022-01-19

Contributors
------------
* Emanuel Haupt
* Hiroyuki Sato
* Shota Suzuki
* djKooks
* kamikaseda
* o-mura
* seiya
* yoyama
* yuto.suzuki

0 comments on commit c3d4f23

Please sign in to comment.