Skip to content

Commit

Permalink
Prepare for 1.8.2 Release (#151)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Prepare for 1.8.2 release. Bump VERSION and dependencies to tags.

## What are the changes implemented in this PR?
* bump VERSION
* update dependencies to use released tags
  • Loading branch information
flyingsilverfin authored Aug 10, 2020
1 parent 1259d3e commit 4ddc6f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ rules_pkg_dependencies()
load("//dependencies/graknlabs:repositories.bzl", "graknlabs_common")
graknlabs_common()

load("//dependencies/graknlabs:repositories.bzl", "graknlabs_common")
load("@graknlabs_common//dependencies/maven:artifacts.bzl", graknlabs_common_artifacts = "artifacts")

#########################
Expand Down
2 changes: 1 addition & 1 deletion dependencies/graknlabs/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def graknlabs_grakn_core_artifact():
name = "graknlabs_grakn_core_artifact",
group_name = "graknlabs_grakn_core",
artifact_name = "grakn-core-all-linux-{version}.tar.gz",
commit = "7cc0fcc8e44eb419f540b5ccedb4fcfe23c26e32",
commit = "1c91c824aa208ad77c14ab7ee3ea6f6de7cff467",
)
8 changes: 4 additions & 4 deletions dependencies/graknlabs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def graknlabs_graql():
git_repository(
name = "graknlabs_graql",
remote = "https://github.com/graknlabs/graql",
commit = "4aa5ae0be36ad23a9092efd85edf9037a6fbc0c1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
tag = "1.0.8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_graql
)

def graknlabs_common():
git_repository(
name = "graknlabs_common",
remote = "https://github.com/graknlabs/common",
commit = "f4e43ee40d92b0a124bc6eff5c22c7ce1cb081b6" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
tag = "0.2.3" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
)

def graknlabs_dependencies():
Expand All @@ -44,7 +44,7 @@ def graknlabs_protocol():
git_repository(
name = "graknlabs_protocol",
remote = "https://github.com/graknlabs/protocol",
commit = "ae12f6c3829cd5304f3bb4ba865f5fcc10022738", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
tag = "1.0.7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
)

def graknlabs_verification():
Expand All @@ -58,5 +58,5 @@ def graknlabs_grabl_tracing():
git_repository(
name = "graknlabs_grabl_tracing",
remote = "https://github.com/graknlabs/grabl-tracing",
commit = "242dd019f229790732dec35ac34064601b03c363" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grabl_tracing
commit = "0.1.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grabl_tracing
)

0 comments on commit 4ddc6f0

Please sign in to comment.