Skip to content

Commit

Permalink
Merge pull request #1427 from yoyama/release_v0.9.42
Browse files Browse the repository at this point in the history
Prepare for release 0.9.42
  • Loading branch information
yoyama committed Jun 30, 2020
2 parents 5a72fa0 + f9d76d9 commit a6f16ad
Show file tree
Hide file tree
Showing 6 changed files with 47 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.9.42-SNAPSHOT'
version = '0.9.42'

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

General Changes
---------------
* CLI: `push` command supports symbolic links outside of project. [#1199]
* UI: Add `REFRESH_LOGS` button and stop auto refresh. [#1379]
* `require>` enhancement. [#1422]
* Support signedUrl in digdag-storage-gcs. [#1312]
* Support system plugin in scheduler. [#1323]
* Document improvements.

Fixed Issues
------------
* UI issues and security fixes. [#1353 #1403 #1414]
* Change JCenter, maven URL to https. [#1331 #1332 #1335]
* Change JmxAgent implementation for Java11. [#790 #1342]

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

Release Date
------------
2020-07-01

Contributors
------------
* Hiroyuki Sato
* TrsNium
* care0717
* park
* skokado
* NomadBlacky
* Mitsunori Komatsu
* Peter Evans
* Sadayuki Furuhashi
* SatoruKamikaseda
* Shota Suzuki
* Toru Takahashi
* Y.Kentaro
* yoyama

0 comments on commit a6f16ad

Please sign in to comment.