Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Bump dependencies and VERSION for alpha-8 release (typedb#192)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Prepare for alpha-8 release: Bump dependencies and VERSION 

## What are the changes implemented in this PR?
Bump dependencies to latest released artifacts and bump VERSION
  • Loading branch information
flyingsilverfin authored Feb 23, 2021
1 parent f017bd2 commit 8f54a7f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha-7
2.0.0-alpha-8
2 changes: 1 addition & 1 deletion dependencies/graknlabs/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def graknlabs_grakn_core_artifacts():
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
tag_source = deployment["artifact.release"],
commit_source = deployment["artifact.snapshot"],
commit = "5f96fb705f8f256e8cb1b918fe85893056c827d2",
commit = "c04b5f105914c690cbd54e6bdc6a4eb9dda2b3e7",
)

def graknlabs_grakn_cluster_artifacts():
Expand Down
2 changes: 1 addition & 1 deletion dependencies/graknlabs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def graknlabs_common():
git_repository(
name = "graknlabs_common",
remote = "https://github.com/graknlabs/common",
tag = "2.0.0-alpha-8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
tag = "2.0.0-alpha-9" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
)

def graknlabs_behaviour():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
## Dependencies

# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
grakn-protocol==0.0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
grakn-protocol==2.0.0-alpha-10
grpcio==1.35.0
protobuf==3.14.0
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## Dependencies

grakn-protocol==0.0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
grakn-protocol==2.0.0-alpha-10
grpcio==1.35.0
protobuf==3.14.0

Expand Down
2 changes: 1 addition & 1 deletion tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Note: Do NOT rename this folder to 'test' as it conflicts with a built-in Python package!
load("//tools:cluster_test_rule.bzl", "grakn_cluster_py_test")
load("@graknlabs_bazel_distribution//artifact:rules.bzl", "artifact_extractor")
load("@graknlabs_common//test/server:rules.bzl", "native_grakn_artifact")
load("@graknlabs_common//test:rules.bzl", "native_grakn_artifact")
load("@graknlabs_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
load("@rules_python//python:defs.bzl", "py_library", "py_test")

Expand Down

0 comments on commit 8f54a7f

Please sign in to comment.