This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch 3.0.5-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from 3e8584f8b6 fix: Correct 304 version
new 0bde5473ac [Fix][Alert] Fix when auth is false and user || pwd null
can't send email excection (#13761)
new bf4b1995a5 [Fix-11583][UI] Fix the API usage of gantt graph (#13778)
new 5ad601bacb Fix when update scheduler will execute workflow (#13285)
new 48a8a230d8 fix when the task details are not modified, the predecessor
node cannot be modified (#13422)
new a7fc67faed [Fix-13657][Master]NPE caused by the execution of workflow
with startNode and forbidden task (#13668)
new 33f2cafdb0 Update WorkflowExecuteRunnable.java (#13155)
new d67f9bfd54 Publish Docker images to docker hub when released (#13631)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/publish-docker.yaml | 27 ++++++---
.github/workflows/publish-helm-chart.yaml | 69 ++++++++++++++++++++++
docs/docs/en/contribute/release/release.md | 8 ++-
.../plugin/alert/email/MailSender.java | 11 ++--
.../plugin/alert/email/MailUtilsTest.java | 30 ++++++++++
.../api/controller/SchedulerController.java | 13 +++-
.../service/impl/ProcessInstanceServiceImpl.java | 2 +-
.../service/impl/TaskDefinitionServiceImpl.java | 7 ---
.../master/runner/WorkflowExecuteRunnable.java | 9 ++-
.../service/quartz/impl/QuartzExecutorImpl.java | 13 +++-
10 files changed, 161 insertions(+), 28 deletions(-)
create mode 100644 .github/workflows/publish-helm-chart.yaml