Skip to content

Releases: dagucloud/dagu

v2.6.5

04 May 19:29

Choose a tag to compare

Added

  • feat: improved the Web UI navigation for cleaner appearance

Fixed

Contributors

Thanks to our contributors for this release:

Contribution Contributor
dagu enqueue shows go panic instead of proper error message when receiving no dag file. (#2082), Allow the --status parameter for dagu history to accept multiple values (#2083) @struffel (report)

Full Changelog: v2.6.4...v2.6.5

v2.6.4

03 May 08:23

Choose a tag to compare

Added

Changed

  • chore(deps): bump the go-patch group with 2 updates (#2078) @dependabot
  • chore(deps-dev): bump postcss from 8.5.12 to 8.5.13 in /ui in the ui-patch group (#2079) @dependabot

Fixed

Full Changelog: v2.6.3...v2.6.4

v2.6.3

30 Apr 18:10
2bead69

Choose a tag to compare

Added

Changed

  • chore(deps): bump the go-patch group across 1 directory with 7 updates (#2067) @dependabot
  • refactor: remove lodash from ui (#2069) @yottahmd
  • chore(deps): bump the ui-patch group across 1 directory with 6 updates (#2070) @dependabot
  • chore(deps): bump the ui-security group across 1 directory with 13 updates (#2073) @dependabot

Fixed

Contributors

Thanks to our contributors for this release:

Contribution Contributor
core: add run-count history retention (#2053) @reachyogeshp-afk
Limit dag run history by number of runs (#1069) @ghansham (report)
chore(deps): bump the go-patch group across 1 directory with 7 updates (#2067), chore(deps): bump the ui-patch group across 1 directory with 6 updates (#2070), chore(deps): bump the ui-security group across 1 directory with 13 updates (#2073) @dependabot
Inconsistent behaviour between commands and preconditions (#2057), Include XDG_STATE_HOME in the default env allow list (#2056) @Mice7R (report)

New Contributors

Full Changelog: v2.6.2...v2.6.3

v2.6.2

29 Apr 13:42
1ca702a

Choose a tag to compare

Added

Changed

Fixed

  • fix: corroborate stale distributed run repair with worker heartbeats (#2041) @yottahmd
  • fix: preserve edited schedules across suspension rewrites (#2043) @yottahmd
  • sec: harden workflow files against shell injection and over-privileged tokens (#2046) @krlmlr
  • fix: harden DAG param validation and artifact inference (#2049) @yottahmd
  • fix: suppress success digest bot notifications (#2054) @yottahmd
  • fix: refresh structured output examples (#2055) @yottahmd

Contributors

Thanks to our contributors for this release:

Contribution Contributor
Feature Request: Add UI Parameter Controls (Radio Buttons & Dropdowns) for Workflow Input (#2033) @vit76 (report)
Unable to stop/cancel running jobs after worker terminated by k8s (#2040) @pommetjehorlepiep (report)
modify spec's schedule time but not execute (#2042) @zz111111 (report)
Update sponsorship link in README.md (#2044) @lukasMega
Native HMAC-SHA256 verification on webhook deliveries (#2036), sec: harden workflow files against shell injection and over-privileged tokens (#2046), Forward selected webhook request headers to triggered DAG runs (#2037) @krlmlr, @krlmlr (report)

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

23 Apr 04:52
6a09552

Choose a tag to compare

Fixed

  • fix: reduce start-all CPU usage and event-driven SSE (#2031) @yottahmd

Full Changelog: v2.6.0...v2.6.1

v2.6.0

22 Apr 16:21

Choose a tag to compare

Added

Changed

Fixed

Contributors

Thanks to our contributors for this release:

Contribution Contributor
Allow disabling all kinds of retries for a DAG (#2016) @struffel (report)
[BUG] - DAG Definitions - type sftp unrecognized (#1976) @thimuslux (report)
docs: fix double-negative in comment in internal/runtime/condition.go (#2026) @kuishou68
docs: fix double-negative in comment in internal/runtime/condition.go (#2025) @kuishou68 (report)
immediate execution does not respect workerSelector (#1638) @scilo7 (report)

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

12 Apr 15:01
080cbf0

Choose a tag to compare

Added

Changed

  • chore: remove experimental gha (GitHub Actions) executor (#1983) @yottahmd
  • chore(deps): bump go-jose and otel to fix Trivy HIGH CVEs (#1984) @yottahmd
  • chore: pin GitHub Actions to commit SHAs and update to latest versions (#1985) @yottahmd
  • test(e2e): add distributed stack Playwright harness (#1996) @yottahmd

Fixed

  • fix: generate coordinator proto in hybrid mode (#1970) @yottahmd
  • fix: improve git sync publish and filtering (#1971) @yottahmd
  • fix: make agent chat working state optimistic in web UI (#1972) @yottahmd
  • fix: replace time.Sleep with deterministic synchronization in tests (#1973) @yottahmd
  • fix: re-fetch auth providers after setup step 1 authentication (#1974) @yottahmd
  • fix: return DAG with errors instead of 404 for invalid YAML files (#1975) @yottahmd
  • fix: honor inherited DAG type during validation (#1981) @yottahmd
  • fix: expire stale pending dispatch reservations (#1982) @yottahmd
  • fix: distribute agent snapshots to shared-nothing workers (#1986) @yottahmd
  • fix: remove third-party skill installation from embedded AI agent (#1988) @yottahmd
  • fix: correct queue counts for distributed runs (#1992) @yottahmd
  • fix: route local dag-run stop correctly (#1993) @yottahmd
  • fix(config): whitelist common Windows profile env vars (#1991) (#1995) @yottahmd
  • fix(agent): add Windows fallback for bash tool (#1999) @yottahmd
  • fix(auth): align gated features with current license state (#2000) @yottahmd

Contributors

Thanks to our contributors for this release:

Contribution Contributor
Type inheritance for base config still fails validation in v2.4.3 (#1979) @bagemt (report)
Bug: some scheduled tasks are queued but not run (#1837) @jonasban (report)
Suggestion for Windows: Add more Windows' default environment variables to the whitelist (#1991) @ruxo (report)

Full Changelog: v2.4.3...v2.5.0

v2.4.3

05 Apr 15:38

Choose a tag to compare

Fixed

  • fix: exclude queued dag runs from dashboard 4bf7a35

Full Changelog: v2.4.2...v2.4.3

v2.4.2

05 Apr 14:12
33540a8

Choose a tag to compare

Added

Fixed

Contributors

Thanks to our contributors for this release:

Contribution Contributor
feat: add inline JSON Schema validation for DAG params (closes #1182) (#1887) @mbprabhoo
Local Agent Provider Unnecessarily Requires API Key (#1882) @arky (report)
feat(coordinator): support IPv6 address format and improve address pa… (#1947) @artikell
fix: warn on misleading cron step values (#1948) @tmchow
schedule is not executed according to the schedule (#639) @JuchangGit (report)
Display when is the next scheduled dag run (#1950), Add support for inheritance of type field from base config (#1961) @bagemt (report)
DAGU_RUN_STEP_NAME empty in step's stdout attribute (#1955) @dev-epices (report)
registry_auths and step env lost after approval step resume (#1958) @pengu-fr (report)

Full Changelog: v2.4.1...v2.4.2

helm-dagu-1.0.6

05 Apr 09:58

Choose a tag to compare

Helm chart release for Dagu.

This GitHub release publishes the packaged dagu Helm chart for the Helm repository at https://dagucloud.github.io/dagu. It is not a Dagu application binary release.

Install the chart with:

helm repo add dagu https://dagucloud.github.io/dagu
helm repo update
helm install dagu dagu/dagu --set persistence.storageClass=<your-rwx-storage-class>

Application releases use separate vX.Y.Z tags.