File tree Expand file tree Collapse file tree 6 files changed +55
-4
lines changed
digdag-cli/src/main/java/io/digdag/cli
digdag-client/src/main/resources/io/digdag/client Expand file tree Collapse file tree 6 files changed +55
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'idea'
10
10
11
11
allprojects {
12
12
group = ' io.digdag'
13
- version = ' 0.10.3 '
13
+ version = ' 0.10.4 '
14
14
15
15
ext {
16
16
isSnapshotRelease = version. endsWith(' -SNAPSHOT' )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public SystemExitException usage(String error)
90
90
err .println ("" );
91
91
err .println (" Examples:" );
92
92
err .println (" $ " + programName + " selfupdate" );
93
- err .println (" $ " + programName + " selfupdate 0.10.3 " );
93
+ err .println (" $ " + programName + " selfupdate 0.10.4 " );
94
94
err .println ("" );
95
95
return systemExit (error );
96
96
}
Original file line number Diff line number Diff line change 1
- 0.10.3
1
+ 0.10.4
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Updates the executable binary file to the latest version or specified version. E
241
241
.. code-block :: console
242
242
243
243
$ digdag selfupdate
244
- $ digdag selfupdate 0.10.3
244
+ $ digdag selfupdate 0.10.4
245
245
246
246
Server-mode commands
247
247
----------------------------------
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
5
5
:maxdepth: 1
6
6
7
7
# add new version here
8
+ releases/release-0.10.4
8
9
releases/release-0.10.3
9
10
releases/release-0.10.2
10
11
releases/release-0.10.1
Original file line number Diff line number Diff line change
1
+ Release 0.10.4
2
+ ==============
3
+
4
+ General Changes
5
+ ---------------
6
+
7
+ * Logging improvements [#1680]
8
+ * Make CommandExecutor pluggable (system plugin) [#1681 #901]
9
+ * Upgrade Guice, JDBC for PostgreSQL [#1683]
10
+ * Add ``wait `` operator [#1684]
11
+ * CI improvements [#1685]
12
+ * Document improvements
13
+
14
+ CLI Changes
15
+ ------------------
16
+ * Add ``--count `` and ``--last-id `` option to ``workflows `` subcommand [#1668 #1679]
17
+ * Add ``--logback-config `` option [#1682]
18
+
19
+ UI Changes
20
+ ----------
21
+ * Fix an issue where the navbar collapsing does not work [#1633]
22
+ * Reduce flow errors [#1641]
23
+ * Fix an issue where the RESUME button does not work after PAUSE [#1648]
24
+ * Add support for folding task timeline on click [#1649]
25
+ * Add UI test [#1653]
26
+ * Dependency upgrades [#1689]
27
+
28
+ Fixed Issues
29
+ ------------
30
+ * Add support for using SELinux with docker [#1676]
31
+
32
+ Milestone
33
+ ---------
34
+ `Here <https://github.com/treasure-data/digdag/milestone/27?closed=1 >`_
35
+
36
+ Release Date
37
+ ------------
38
+ 2022-01-19
39
+
40
+ Contributors
41
+ ------------
42
+ * Emanuel Haupt
43
+ * Hiroyuki Sato
44
+ * Shota Suzuki
45
+ * djKooks
46
+ * kamikaseda
47
+ * o-mura
48
+ * seiya
49
+ * yoyama
50
+ * yuto.suzuki
You can’t perform that action at this time.
0 commit comments