You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/04/07 00:50:08 UTC

[skywalking] branch chore/instance-properties updated (95ae39eaec -> 0afedbfcb3)

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

kezhenxu94 pushed a change to branch chore/instance-properties
in repository https://gitbox.apache.org/repos/asf/skywalking.git


 discard 95ae39eaec Update Dockerfile.python
 discard a4a2d6936c Fix wrong example in doc, sync Python E2E version and adjust E2E
     add b670ea6031 Update ui-template and sync UI (#8795)
     add 9ea40b2d62 Update UI submodule (#8797)
     add 78a41443e4 Add a doc for virtual database. (#8798)
     add 59b33f44fa Update menu.yml (#8799)
     add 1ca53a12ed Sync UI and update templates (#8800)
     add a06feae1a6 Rewrite UI introduction (#8803)
     add f280c6c384 Bump up Spring's core version to 5.3.18 in webapp dependencies. (#8802)
     add 7b6f50b62b Polish doc readme. (#8804)
     add 2db93e1981 Fix wrong ignore paths in GHA workflows (#8805)
     add 34a4553e23 Bump up versions for Apache httpclient, commons-io, postgresql, log4j2(test codes) (#8811)
     add c66111c0d2 Update `k8s-monitoring`, `backend-telemetry` and `v9-version-upgrade` doc for v9. (#8813)
     add 0d3c20b48f Update OpenFunction Doc URL (#8814)
     add 3be0c80870 update ui (#8816)
     add de978e18df Add trace of Browser dashboard (#8819)
     add 4e750e69fb add missing unit (#8821)
     add 91413a753c Start 9.1.0-dev iteration (#8822)
     add 1133f3ad60 Fix nits in release doc (#8826)
     add 30e3c4fdb1 Fix wrong example in doc, sync Python E2E version and adjust E2E
     add 0afedbfcb3 Update Dockerfile.python

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   (95ae39eaec)
            \
             N -- N -- N   refs/heads/chore/instance-properties (0afedbfcb3)

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:
 .github/workflows/skywalking-fake.yaml             |   6 +-
 .github/workflows/skywalking.yaml                  |   6 +-
 CHANGES.md                                         | 168 +------
 apm-dist/pom.xml                                   |   2 +-
 apm-protocol/apm-network/pom.xml                   |   2 +-
 apm-protocol/pom.xml                               |   2 +-
 apm-webapp/pom.xml                                 |   6 +-
 CHANGES.md => changes/changes-9.0.0.md             |  12 +-
 dist-material/release-docs/LICENSE                 |   9 +-
 docs/README.md                                     |  39 +-
 docs/en/FAQ/v9-version-upgrade.md                  |   3 +-
 docs/en/guides/How-to-release.md                   |   6 +-
 docs/en/setup/backend/backend-k8s-monitoring.md    |  83 ++-
 docs/en/setup/backend/backend-telemetry.md         |   2 +-
 docs/en/setup/backend/backend-vm-monitoring.md     |   6 +-
 docs/en/setup/backend/otel-collector-config.yaml   | 169 -------
 docs/en/setup/backend/otel-collector-oap.yaml      | 180 -------
 docs/en/setup/backend/ui-setup.md                  |   2 +-
 docs/en/setup/service-agent/server-agents.md       |  28 +-
 docs/en/setup/service-agent/virtual-database.md    |  15 +
 docs/en/ui/README.md                               | 142 +-----
 docs/menu.yml                                      |   8 +-
 oap-server-bom/pom.xml                             |   6 +-
 oap-server/analyzer/agent-analyzer/pom.xml         |   3 +-
 oap-server/analyzer/event-analyzer/pom.xml         |   2 +-
 oap-server/analyzer/log-analyzer/pom.xml           |   3 +-
 oap-server/analyzer/meter-analyzer/pom.xml         |   3 +-
 oap-server/analyzer/pom.xml                        |   2 +-
 oap-server/exporter/pom.xml                        |   2 +-
 oap-server/microbench/pom.xml                      |   3 +-
 oap-server/oal-grammar/pom.xml                     |   2 +-
 oap-server/oal-rt/pom.xml                          |   2 +-
 oap-server/pom.xml                                 |   5 +-
 oap-server/server-alarm-plugin/pom.xml             |   3 +-
 .../cluster-consul-plugin/pom.xml                  |   2 +-
 .../cluster-etcd-plugin/pom.xml                    |   2 +-
 .../cluster-kubernetes-plugin/pom.xml              |   2 +-
 .../cluster-nacos-plugin/pom.xml                   |   2 +-
 .../cluster-standalone-plugin/pom.xml              |   2 +-
 .../cluster-zookeeper-plugin/pom.xml               |   2 +-
 oap-server/server-cluster-plugin/pom.xml           |   2 +-
 .../server-configuration/configuration-api/pom.xml |   4 +-
 .../configuration-apollo/pom.xml                   |   2 +-
 .../configuration-consul/pom.xml                   |   2 +-
 .../configuration-etcd/pom.xml                     |   2 +-
 .../configuration-k8s-configmap/pom.xml            |   2 +-
 .../configuration-nacos/pom.xml                    |   2 +-
 .../configuration-zookeeper/pom.xml                |   2 +-
 .../grpc-configuration-sync/pom.xml                |   2 +-
 oap-server/server-configuration/pom.xml            |   3 +-
 oap-server/server-core/pom.xml                     |   2 +-
 .../kafka-fetcher-plugin/pom.xml                   |   3 +-
 oap-server/server-fetcher-plugin/pom.xml           |   2 +-
 .../prometheus-fetcher-plugin/pom.xml              |   2 +-
 oap-server/server-health-checker/pom.xml           |   3 +-
 oap-server/server-library/library-client/pom.xml   |   2 +-
 .../library-datacarrier-queue/pom.xml              |   3 +-
 .../library-elasticsearch-client/pom.xml           |   2 +-
 oap-server/server-library/library-module/pom.xml   |   2 +-
 oap-server/server-library/library-server/pom.xml   |   2 +-
 oap-server/server-library/library-util/pom.xml     |   2 +-
 oap-server/server-library/pom.xml                  |   3 +-
 oap-server/server-query-plugin/pom.xml             |   2 +-
 .../query-graphql-plugin/pom.xml                   |   2 +-
 .../pom.xml                                        |   2 +-
 .../envoy-metrics-receiver-plugin/pom.xml          |   2 +-
 .../otel-receiver-plugin/pom.xml                   |   3 +-
 oap-server/server-receiver-plugin/pom.xml          |   2 +-
 .../server-receiver-plugin/receiver-proto/pom.xml  |   2 +-
 .../skywalking-browser-receiver-plugin/pom.xml     |   2 +-
 .../skywalking-clr-receiver-plugin/pom.xml         |   2 +-
 .../skywalking-ebpf-receiver-plugin/pom.xml        |   3 +-
 .../skywalking-event-receiver-plugin/pom.xml       |   2 +-
 .../skywalking-jvm-receiver-plugin/pom.xml         |   2 +-
 .../skywalking-log-recevier-plugin/pom.xml         |   2 +-
 .../skywalking-management-receiver-plugin/pom.xml  |   2 +-
 .../skywalking-mesh-receiver-plugin/pom.xml        |   2 +-
 .../skywalking-meter-receiver-plugin/pom.xml       |   3 +-
 .../skywalking-profile-receiver-plugin/pom.xml     |   3 +-
 .../skywalking-sharing-server-plugin/pom.xml       |   2 +-
 .../skywalking-trace-receiver-plugin/pom.xml       |   2 +-
 .../skywalking-zabbix-receiver-plugin/pom.xml      |   3 +-
 .../zipkin-receiver-plugin/pom.xml                 |   2 +-
 oap-server/server-starter/pom.xml                  |   2 +-
 .../browser/browser-app.json                       |  20 +
 .../browser/browser-page.json                      | 559 +++++++++++----------
 .../browser/browser-root.json                      |  27 +-
 .../browser/browser-version.json                   | 185 ++++---
 .../ui-initialized-templates/faas/faas-root.json   |  10 +-
 .../general/general-root.json                      |  25 +-
 .../ui-initialized-templates/k8s/k8s-root.json     |  26 +-
 .../k8s_service/k8s-service-root.json              |  25 +-
 .../mesh/mesh-instance.json                        |   4 +-
 .../ui-initialized-templates/mesh/mesh-root.json   |  25 +-
 .../mesh/mesh-service-relation.json                |  14 +-
 .../mesh_cp/mesh-control-plane-root.json           |  26 +-
 .../mesh_cp/mesh-control-plane-service.json        |  24 +-
 .../mesh_dp/mesh-data-plane-instance.json          |   4 +-
 .../mesh_dp/mesh-data-plane-root.json              |  25 +-
 .../os_linux/linux-root.json                       |  25 +-
 .../so11y_oap/so11y-service.json                   |  26 +-
 .../so11y_satellite/so11y-root.json                |   4 +-
 .../virtual_database/virtual-database-root.json    |  25 +-
 oap-server/server-storage-plugin/pom.xml           |   3 +-
 .../storage-elasticsearch-plugin/pom.xml           |   2 +-
 .../storage-influxdb-plugin/pom.xml                |   2 +-
 .../storage-iotdb-plugin/pom.xml                   |   5 +-
 .../storage-jdbc-hikaricp-plugin/pom.xml           |   3 +-
 .../storage-tidb-plugin/pom.xml                    |   2 +-
 .../storage-zipkin-elasticsearch-plugin/pom.xml    |   2 +-
 oap-server/server-telemetry/pom.xml                |   2 +-
 oap-server/server-telemetry/telemetry-api/pom.xml  |   4 +-
 .../server-telemetry/telemetry-prometheus/pom.xml  |   3 +-
 oap-server/server-testing/pom.xml                  |   2 +-
 oap-server/server-tools/pom.xml                    |   2 +-
 oap-server/server-tools/profile-exporter/pom.xml   |   4 +-
 .../tool-profile-snapshot-bootstrap/pom.xml        |   5 +-
 .../tool-profile-snapshot-exporter/pom.xml         |   4 +-
 .../tool-profile-snapshot-server-mock/pom.xml      |   5 +-
 pom.xml                                            |   4 +-
 skywalking-ui                                      |   2 +-
 .../cases/python/expected/trace-test-detail.yml    |   8 +-
 .../java-test-service/e2e-service-provider/pom.xml |   2 +-
 .../known-oap-backend-dependencies.txt             |   4 +-
 124 files changed, 978 insertions(+), 1215 deletions(-)
 copy CHANGES.md => changes/changes-9.0.0.md (96%)
 delete mode 100644 docs/en/setup/backend/otel-collector-config.yaml
 delete mode 100644 docs/en/setup/backend/otel-collector-oap.yaml
 create mode 100644 docs/en/setup/service-agent/virtual-database.md