Skip to content

Releases: dagu-dev/dagu

v1.13.0

25 May 16:42
be528cd
Compare
Choose a tag to compare

Changelog

New Features

  • Added run and params field
    You can run another DAG from a DAG by specifying the name:

    steps:
      - name: running sub_dag
        run: sub_dag      # This can be a path to a file such as `sub_dag.yaml` or `path/to/sub_dag.yaml`
        params: "FOO=BAR" # Optional
  • Accept JSON list to specify command and args
    You can make the DAG to be more readable by using list notation for specifying complex arguments to a command

    steps:
      - name: step1
        description: print current time
        command: [python, "-c", "import sys; print(sys.argv)", "argument"]

What's Changed

New Contributors

Full Changelog: v1.12.11...v1.13.0

v1.12.11

19 Mar 10:36
5754d1b
Compare
Choose a tag to compare

Changelog

v1.12.10

14 Mar 01:54
Compare
Choose a tag to compare

Changelog

What's Changed

New Contributors

Full Changelog: v1.12.9...v1.12.10

v1.12.9

07 Jan 04:27
c9435a8
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.12.8...v1.12.9

v1.12.8

01 Jan 13:00
cc0c36e
Compare
Choose a tag to compare

Changelog

What's Changed

New Contributors

Full Changelog: v1.12.7...v1.12.8

v1.12.7

03 Nov 06:57
a9fd44a
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.12.6...v1.12.7

v1.12.6

27 Oct 13:08
Compare
Choose a tag to compare

What's Changed

  • Add attach logs to report mail by @triole

New Contributors

Full Changelog: v1.12.5...v1.12.6

v1.12.5

18 Oct 06:36
Compare
Choose a tag to compare

Changelog

  • cfbd772 remove protobuf gen part from the release workflow

What's Changed

  • Just added generated protobuf files to get go install work and nothing else.

Full Changelog: v1.12.4...v1.12.5

v1.12.4

21 Sep 11:47
e99b7ae
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.12.3...v1.12.4

v1.12.3

21 Sep 09:10
8fa6681
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.12.2...v1.12.3