Skip to content

Commit

Permalink
release 0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norberg committed Sep 14, 2016
1 parent d00362d commit ec74c8a
Show file tree
Hide file tree
Showing 6 changed files with 24 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: 'maven'

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

apply plugin: 'idea'
apply plugin: 'java'
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 @@ -55,7 +55,7 @@ public SystemExitException usage(String error)
err.println("");
err.println(" Examples:");
err.println(" $ " + programName + " selfupdate");
err.println(" $ " + programName + " selfupdate 0.8.14-SNAPSHOT");
err.println(" $ " + programName + " selfupdate 0.8.14");
err.println("");
return systemExit(error);
}
Expand Down
2 changes: 1 addition & 1 deletion digdag-core/src/main/resources/io/digdag/core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.14-SNAPSHOT
0.8.14
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.8.13
$ digdag selfupdate 0.8.14
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.8.14
releases/release-0.8.13
releases/release-0.8.12
releases/release-0.8.11
Expand Down
19 changes: 19 additions & 0 deletions digdag-docs/src/releases/release-0.8.14.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Release 0.8.14
==============

Server Changes
--------------

* Workflow schedules are now properly recalculated when projects are pushed.
* Uncaught error reporting can now be customized. Default implementation reports counts using JMX.
* Secret access is now allowed by default if no secret policy is configured.


Workflow Changes
----------------

* The ``td>`` operator now correctly handles empty query results when using ``store_last_results: true``.

Release Date
------------
2016-09-14

0 comments on commit ec74c8a

Please sign in to comment.