This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 06d365dbe4 [Fix-17637] [API] Workflow lineage deletion optimization 
(#17641)
     add d736cc0227 [Improvement-12563] Add authentication to the Prometheus 
endpoint and adapt it for Kubernetes (K8S) environments. (#17577)

No new revisions were added by this update.

Summary of changes:
 deploy/kubernetes/dolphinscheduler/README.md       |   4 +
 .../deployment-dolphinscheduler-alert.yaml         |  52 ++++++-
 .../templates/deployment-dolphinscheduler-api.yaml |  52 ++++++-
 .../statefulset-dolphinscheduler-master.yaml       |  52 ++++++-
 .../statefulset-dolphinscheduler-worker.yaml       |  52 ++++++-
 deploy/kubernetes/dolphinscheduler/values.yaml     |   8 +
 docs/docs/en/guide/metrics/metrics.md              |  33 +++++
 docs/docs/zh/guide/metrics/metrics.md              |  32 ++++
 .../dolphinscheduler-alert-server/pom.xml          |   6 +
 .../src/main/resources/application.yaml            |   5 +
 dolphinscheduler-api/pom.xml                       |   5 +
 .../src/main/resources/application.yaml            |   5 +
 .../pom.xml                                        |  17 ++-
 .../ActuatorAuthenticationAutoConfiguration.java   | 162 +++++++++++++++++++++
 .../src/main/resources/META-INF/spring.factories   |  38 ++---
 dolphinscheduler-authentication/pom.xml            |   1 +
 dolphinscheduler-dist/release-docs/LICENSE         |   4 +
 ...xt => LICENSE-spring-boot-starter-security.txt} |   0
 ...-aop.txt => LICENSE-spring-security-config.txt} |   0
 ...ng-aop.txt => LICENSE-spring-security-core.txt} |   0
 ...ing-aop.txt => LICENSE-spring-security-web.txt} |   0
 dolphinscheduler-master/pom.xml                    |   5 +
 .../src/main/resources/application.yaml            |   5 +
 .../src/main/resources/application.yaml            |   5 +
 dolphinscheduler-worker/pom.xml                    |   5 +
 .../src/main/resources/application.yaml            |   5 +
 pom.xml                                            |   6 +
 tools/dependencies/known-dependencies.txt          |   4 +
 28 files changed, 528 insertions(+), 35 deletions(-)
 copy {dolphinscheduler-dao-plugin/dolphinscheduler-dao-api => 
dolphinscheduler-authentication/dolphinscheduler-actuator-authentication}/pom.xml
 (78%)
 create mode 100644 
dolphinscheduler-authentication/dolphinscheduler-actuator-authentication/src/main/java/org/apache/dolphinscheduler/authentication/actuator/config/ActuatorAuthenticationAutoConfiguration.java
 copy {dolphinscheduler-dao-plugin/dolphinscheduler-dao-h2 => 
dolphinscheduler-authentication/dolphinscheduler-actuator-authentication}/src/main/resources/META-INF/spring.factories
 (89%)
 copy 
dolphinscheduler-dist/release-docs/licenses/{LICENSE-spring-boot-autoconfigure.txt
 => LICENSE-spring-boot-starter-security.txt} (100%)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-spring-aop.txt => 
LICENSE-spring-security-config.txt} (100%)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-spring-aop.txt => 
LICENSE-spring-security-core.txt} (100%)
 copy dolphinscheduler-dist/release-docs/licenses/{LICENSE-spring-aop.txt => 
LICENSE-spring-security-web.txt} (100%)

Reply via email to