Skip to content

Commit

Permalink
update data collect protocol v8.6.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikugawa authored Jun 16, 2021
1 parent 2e79399 commit 9d14df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ def cpp2sky_dependencies():
def skywalking_data_collect_protocol():
http_archive(
name = "skywalking_data_collect_protocol",
# 2021-03-01
sha256 = "4a3401098e0e49ae56d03cc4890b21c75bab6ccf1c157d73bb0c93fc15bb07c7",
sha256 = "d967c1b6e78db017e0c28291211baf4a58c02ff4d4437560285165963dd4a9d0",
urls = [
"https://github.com/apache/skywalking-data-collect-protocol/archive/c987be061e570ce7d0d8f415753f05555e787407.tar.gz"
"https://github.com/apache/skywalking-data-collect-protocol/archive/v8.6.0.tar.gz"
],
strip_prefix = "skywalking-data-collect-protocol-c987be061e570ce7d0d8f415753f05555e787407",
strip_prefix = "skywalking-data-collect-protocol-8.6.0",
)

def com_github_grpc_grpc():
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- '8600:8600'
- '8600:8600/udp'
oap:
image: apache/skywalking-oap-server:8.5.0-es7
image: apache/skywalking-oap-server:8.6.0-es7
depends_on:
- elasticsearch
links:
Expand All @@ -52,7 +52,7 @@ services:
- consul
- elasticsearch
ui:
image: apache/skywalking-ui:8.5.0
image: apache/skywalking-ui:8.6.0
depends_on:
- oap
links:
Expand Down

0 comments on commit 9d14df6

Please sign in to comment.