You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by gi...@apache.org on 2022/08/05 02:02:19 UTC

[dubbo-samples] branch dependabot/maven/dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/org.springframework-spring-framework-bom-4.3.29.RELEASE updated (7cdbe84c -> 1e762458)

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

github-bot pushed a change to branch dependabot/maven/dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/org.springframework-spring-framework-bom-4.3.29.RELEASE
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


 discard 7cdbe84c Bump spring-framework-bom
     add 526e18c9 Update simplified-consumer.xml
     add 9be1c3ba feat: add mesh mode in dubbo-samples-mesh-k8s (#484)
     add 1e762458 Bump spring-framework-bom

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7cdbe84c)
            \
             N -- N -- N   refs/heads/dependabot/maven/dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/org.springframework-spring-framework-bom-4.3.29.RELEASE (1e762458)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 dubbo-samples-mesh-k8s/README.md                   | 117 ++++++++++++---------
 dubbo-samples-mesh-k8s/deploy/EnvoyFilter.yml      |   2 -
 dubbo-samples-mesh-k8s/deploy/Namespace.yml        |   6 ++
 dubbo-samples-mesh-k8s/deploy/ServiceAccount.yml   |  36 -------
 .../deploy/consumer/Deployment.yml                 |  59 +++++++++++
 .../resources/k8s => deploy/consumer}/Service.yml  |  12 +--
 .../deploy/provider/Deployment.yml                 |  53 ++++++++++
 dubbo-samples-mesh-k8s/deploy/provider/Service.yml |  48 +++++++++
 .../dubbo-samples-mesh-consumer/pom.xml            |  19 ++--
 .../apache/dubbo/samples/ConsumerBootstrap.java    |   6 +-
 .../samples/action/GreetingServiceConsumer.java    |   3 +-
 .../src/main/resources/k8s/Deployment.yml          |  45 --------
 .../resources/spring/dubbo-consumer.properties     |   8 +-
 .../dubbo-samples-mesh-provider/pom.xml            |  20 ++--
 .../apache/dubbo/samples/ProviderBootstrap.java    |   8 +-
 .../org/apache/dubbo/samples/impl/GreeterImpl.java |   6 +-
 .../src/main/resources/k8s/Deployment.yml          |  51 ---------
 .../src/main/resources/k8s/Service.yml             |  22 ----
 .../resources/spring/dubbo-provider.properties     |   1 -
 .../main/resources/spring/simplified-consumer.xml  |   2 +-
 .../demo/provider/ProviderApplication.java         |   2 +-
 21 files changed, 274 insertions(+), 252 deletions(-)
 create mode 100644 dubbo-samples-mesh-k8s/deploy/Namespace.yml
 delete mode 100644 dubbo-samples-mesh-k8s/deploy/ServiceAccount.yml
 create mode 100644 dubbo-samples-mesh-k8s/deploy/consumer/Deployment.yml
 rename dubbo-samples-mesh-k8s/{dubbo-samples-mesh-consumer/src/main/resources/k8s => deploy/consumer}/Service.yml (55%)
 create mode 100644 dubbo-samples-mesh-k8s/deploy/provider/Deployment.yml
 create mode 100644 dubbo-samples-mesh-k8s/deploy/provider/Service.yml
 delete mode 100644 dubbo-samples-mesh-k8s/dubbo-samples-mesh-consumer/src/main/resources/k8s/Deployment.yml
 delete mode 100644 dubbo-samples-mesh-k8s/dubbo-samples-mesh-provider/src/main/resources/k8s/Deployment.yml
 delete mode 100644 dubbo-samples-mesh-k8s/dubbo-samples-mesh-provider/src/main/resources/k8s/Service.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org