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

linxinyuan pushed a change to branch xinyuan-fix-email-url
in repository https://gitbox.apache.org/repos/asf/texera.git


    from ce843503c8 init
     add 7048ce340a chore: update release workflow to comply with Apache 
release practice (#4128)
     add 99348fb660 refactor(helm): unify ingress and envoy proxy as a single 
gateway (#4191)
     add 05bb34810e fix: test failure from testcontainer caused by docker 
update raising minimum version (#4208)
     add 7a6252d5a4 fix(auth): reject null password during the authentication 
(#4203)
     add 641fb857b5 fix(amber): fix getting uncreated region status in query 
statistics handler (#4213)
     add afcbca3159 Merge branch 'main' into xinyuan-fix-email-url

No new revisions were added by this update.

Summary of changes:
 .github/release/vote-email-template.md             |  64 ++-------
 .github/workflows/create-release-candidate.yml     |  23 ++--
 .github/workflows/github-action-build.yml          |   4 +
 .../service/resource/AccessControlResource.scala   |  11 +-
 .../controller/execution/WorkflowExecution.scala   |  18 ++-
 .../QueryWorkerStatisticsHandler.scala             |  32 +++--
 .../texera/web/resource/auth/AuthResource.scala    |   2 +
 bin/k8s/Chart.yaml                                 |  10 +-
 .../access-control-service-deployment.yaml         |   4 +
 bin/k8s/templates/envoy-config.yaml                | 147 ---------------------
 bin/k8s/templates/envoy-deployment.yaml            |  49 -------
 ...g-units-namespace.yaml => gateway-backend.yaml} |  11 +-
 bin/k8s/templates/gateway-routes.yaml              | 142 ++++++++++++++++++++
 ...y-service.yaml => gateway-security-policy.yaml} |  33 +++--
 bin/k8s/templates/gateway.yaml                     |  81 ++++++++++++
 bin/k8s/templates/ingress.yaml                     |  53 --------
 bin/k8s/templates/minio-ingress.yaml               |  65 ---------
 bin/k8s/values.yaml                                | 126 +++++-------------
 common/config/src/main/resources/kubernetes.conf   |   5 +-
 .../apache/texera/config/KubernetesConfig.scala    |   1 +
 common/workflow-core/build.sbt                     |   2 +-
 file-service/build.sbt                             |   2 +-
 22 files changed, 371 insertions(+), 514 deletions(-)
 delete mode 100644 bin/k8s/templates/envoy-config.yaml
 delete mode 100644 bin/k8s/templates/envoy-deployment.yaml
 copy bin/k8s/templates/{workflow-computing-units-namespace.yaml => 
gateway-backend.yaml} (82%)
 create mode 100644 bin/k8s/templates/gateway-routes.yaml
 rename bin/k8s/templates/{envoy-service.yaml => gateway-security-policy.yaml} 
(60%)
 create mode 100644 bin/k8s/templates/gateway.yaml
 delete mode 100644 bin/k8s/templates/ingress.yaml
 delete mode 100644 bin/k8s/templates/minio-ingress.yaml

Reply via email to