You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/26 07:30:24 UTC

[skywalking] branch master updated (944b47b -> be0f57a)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 944b47b  Fix dead link (#7560)
     add be0f57a  Support k8s configmap grouped dynamic configurations (#7570)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../ConfigmapConfigurationWatcherRegister.java     |  23 +-
 .../configmap/ConfigurationConfigmapInformer.java  |  20 +-
 .../ConfigmapConfigWatcherRegisterTest.java        |  79 ++++-
 .../skywalking-dynamic-configmap.example.yaml      |   2 +-
 ...g-group-dynamic-configmap.example-serviceA.yaml | 348 +++++++++++++++++++++
 ...g-group-dynamic-configmap.example-serviceB.yaml | 221 +++++++++++++
 7 files changed, 673 insertions(+), 21 deletions(-)
 create mode 100644 oap-server/server-configuration/configuration-k8s-configmap/src/test/resources/skywalking-group-dynamic-configmap.example-serviceA.yaml
 create mode 100644 oap-server/server-configuration/configuration-k8s-configmap/src/test/resources/skywalking-group-dynamic-configmap.example-serviceB.yaml