Skip to content

Commit

Permalink
Release v0.10.5 (treasure-data#1788)
Browse files Browse the repository at this point in the history
* Release v0.10.5

* Update release date

* Update release date
  • Loading branch information
szyn authored Feb 14, 2023
1 parent a93b35a commit 328b4c6
Show file tree
Hide file tree
Showing 6 changed files with 71 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.5-SNAPSHOT'
version = '0.10.5'

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

General Changes
---------------
* API improvements [#1697 #1720]
* Build/CI improvements [#1733 #1735 #1739 #1740 #1770 #1782 #1783]
* Documentation improvements [#1708 #1730 #1744 #1746 #1768]
* Logging/TD related improvements [#1751 #1765]
* Retry if plugin fails to load [#1728]
* Support for ``ecs.<name>.use_environment_file`` config on EcsCommandExecutor [#1762]
* Support for ``location`` option on ``bq`` operator [#1762]
* Support for ``retry`` command to overwrite parameter [#1725]
* Support for ``ssl`` related config for RemoteDatabaseConfig [#1690]
* Support for CLI options regarding API improvements [#1778]
* Support for start_date and end_date for schedule [#1750]
* Upgrade Gradle to 6.9.2 [#1754]
* Upgrade kubernetes-client version to 5.12.1 [#1722]

Fixed Issues
------------
* EcsCommandExecutor: Retry ECS RunTask on AGENT error [#1723]
* EcsCommandExecutor: Return failure status if exit code is empty [#1724]
* GCSStorage: NPE issue [#1753]
* KubernetesCommandExecutor: Delete k8s pods when finished [#1696]
* UI: Workflow page memory consumption of browser [#1652 #1741]

UI Changes
----------
* Dependency upgrades [#1707 #1715 #1731 #1732 #1743 #1746 #1757 #1761 #1773 #1774 #1775 #1776 #1777]
* Migration to Typescript [#1698]
* Support for copying logs to clipboard [#1760]
* Support for showing detailed time on mouse over relative time [#1719]

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

Release Date
------------
2023-02-14

Contributors
------------
* Akito Kasai
* Emanuel Haupt
* Jungwon Choi
* KAWACHI Takashi
* Kazuhiro Serizawa
* KentFujii
* Kyoppii
* Mikio Tachibana
* Naoto Yokoyama
* RyoAriyama
* Seiya
* Shota Suzuki
* Shuhei Nagasawa
* You Yamagata
* dependabot[bot]
* gumigumi4f
* hideki.narimiya
* kohki1234
* kyoppii13
* rune-chan
* ryo.ariyama
* yoyama

0 comments on commit 328b4c6

Please sign in to comment.