Skip to content

Commit 7698c14

Browse files
Update VERSION and dependencies for 2.26.0
1 parent 5ce7ea7 commit 7698c14

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ which versions of Studio are compatible with which versions of TypeDB server.
2121

2222

2323
## Bugs Fixed
24-
- **Update Cloud error code prefix**
25-
26-
* We've updated the cloud error prefix in places where we detect certain errors.
27-
28-
24+
2925

3026
## Code Refactors
3127

28+
- **Replace all instances of 'enterprise' with 'cloud'**
29+
30+
We replace the term 'enterprise' with 'cloud', to reflect the new consistent terminology used throughout Vaticle.
3231

3332
## Other Improvements
33+
- **Remove approval step in CircleCI release workflow**
3434

3535

3636

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.11
1+
2.26.0

dependencies/vaticle/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ def vaticle_typedb_artifact():
2525
artifact_name = "typedb-server-{platform}-{version}.{ext}",
2626
tag_source = deployment["artifact.release"],
2727
commit_source = deployment["artifact.snapshot"],
28-
commit = "525ac0f5e072242c1d2f360379e9622397497ef2",
28+
tag = "2.26.0",
2929
)

dependencies/vaticle/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ def vaticle_bazel_distribution():
2121
git_repository(
2222
name = "vaticle_bazel_distribution",
2323
remote = "https://github.com/vaticle/bazel-distribution",
24-
commit = "724aa176da48d126296bd4d3ef07c4905b8a82c8",
24+
commit = "bc2fcd5d0caf521d54acf2b7dfe214352e0292d6",
2525
)
2626

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

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

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

0 commit comments

Comments
 (0)