Skip to content

Commit

Permalink
Update VERSION and dependencies for 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Dec 15, 2023
1 parent 5ce7ea7 commit 7698c14
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ which versions of Studio are compatible with which versions of TypeDB server.


## Bugs Fixed
- **Update Cloud error code prefix**

* We've updated the cloud error prefix in places where we detect certain errors.




## Code Refactors

- **Replace all instances of 'enterprise' with 'cloud'**

We replace the term 'enterprise' with 'cloud', to reflect the new consistent terminology used throughout Vaticle.

## Other Improvements
- **Remove approval step in CircleCI release workflow**



2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.11
2.26.0
2 changes: 1 addition & 1 deletion dependencies/vaticle/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def vaticle_typedb_artifact():
artifact_name = "typedb-server-{platform}-{version}.{ext}",
tag_source = deployment["artifact.release"],
commit_source = deployment["artifact.snapshot"],
commit = "525ac0f5e072242c1d2f360379e9622397497ef2",
tag = "2.26.0",
)
8 changes: 4 additions & 4 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ def vaticle_bazel_distribution():
git_repository(
name = "vaticle_bazel_distribution",
remote = "https://github.com/vaticle/bazel-distribution",
commit = "724aa176da48d126296bd4d3ef07c4905b8a82c8",
commit = "bc2fcd5d0caf521d54acf2b7dfe214352e0292d6",
)

def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "1200b4aef118e75ca070c4944e9459b2aab7982a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "371a67999d92b4d0833cd5e016ec01c6278e72c4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_force_graph():
Expand All @@ -42,12 +42,12 @@ def vaticle_typedb_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
commit = "4d2adde1cb75a40ca1629eed258d2a7dcda9f5e3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
tag = "2.26.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
)

def vaticle_typedb_driver():
git_repository(
name = "vaticle_typedb_driver",
remote = "https://github.com/vaticle/typedb-driver",
commit = "927343bbb09ad12ba74d88c94d443f3f81cc2e09", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
tag = "2.26.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
)

0 comments on commit 7698c14

Please sign in to comment.