Skip to content

Commit 9d14df6

Browse files
authored
update data collect protocol v8.6.0 (#80)
1 parent 2e79399 commit 9d14df6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ def cpp2sky_dependencies():
1414
def skywalking_data_collect_protocol():
1515
http_archive(
1616
name = "skywalking_data_collect_protocol",
17-
# 2021-03-01
18-
sha256 = "4a3401098e0e49ae56d03cc4890b21c75bab6ccf1c157d73bb0c93fc15bb07c7",
17+
sha256 = "d967c1b6e78db017e0c28291211baf4a58c02ff4d4437560285165963dd4a9d0",
1918
urls = [
20-
"https://github.com/apache/skywalking-data-collect-protocol/archive/c987be061e570ce7d0d8f415753f05555e787407.tar.gz"
19+
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.6.0.tar.gz"
2120
],
22-
strip_prefix = "skywalking-data-collect-protocol-c987be061e570ce7d0d8f415753f05555e787407",
21+
strip_prefix = "skywalking-data-collect-protocol-8.6.0",
2322
)
2423

2524
def com_github_grpc_grpc():

docker-compose.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- '8600:8600'
3131
- '8600:8600/udp'
3232
oap:
33-
image: apache/skywalking-oap-server:8.5.0-es7
33+
image: apache/skywalking-oap-server:8.6.0-es7
3434
depends_on:
3535
- elasticsearch
3636
links:
@@ -52,7 +52,7 @@ services:
5252
- consul
5353
- elasticsearch
5454
ui:
55-
image: apache/skywalking-ui:8.5.0
55+
image: apache/skywalking-ui:8.6.0
5656
depends_on:
5757
- oap
5858
links:

0 commit comments

Comments
 (0)