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

Commit 8f54a7f

Browse files
Bump dependencies and VERSION for alpha-8 release (typedb#192)
## 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
1 parent f017bd2 commit 8f54a7f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha-7
1+
2.0.0-alpha-8

dependencies/graknlabs/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def graknlabs_grakn_core_artifacts():
2727
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "5f96fb705f8f256e8cb1b918fe85893056c827d2",
30+
commit = "c04b5f105914c690cbd54e6bdc6a4eb9dda2b3e7",
3131
)
3232

3333
def graknlabs_grakn_cluster_artifacts():

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def graknlabs_common():
3030
git_repository(
3131
name = "graknlabs_common",
3232
remote = "https://github.com/graknlabs/common",
33-
tag = "2.0.0-alpha-8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
33+
tag = "2.0.0-alpha-9" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3434
)
3535

3636
def graknlabs_behaviour():

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
## Dependencies
3131

3232
# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
33-
grakn-protocol==0.0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
33+
grakn-protocol==2.0.0-alpha-10
3434
grpcio==1.35.0
3535
protobuf==3.14.0

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
## Dependencies
3030

31-
grakn-protocol==0.0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
31+
grakn-protocol==2.0.0-alpha-10
3232
grpcio==1.35.0
3333
protobuf==3.14.0
3434

tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Note: Do NOT rename this folder to 'test' as it conflicts with a built-in Python package!
2121
load("//tools:cluster_test_rule.bzl", "grakn_cluster_py_test")
2222
load("@graknlabs_bazel_distribution//artifact:rules.bzl", "artifact_extractor")
23-
load("@graknlabs_common//test/server:rules.bzl", "native_grakn_artifact")
23+
load("@graknlabs_common//test:rules.bzl", "native_grakn_artifact")
2424
load("@graknlabs_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
2525
load("@rules_python//python:defs.bzl", "py_library", "py_test")
2626

0 commit comments

Comments
 (0)