Skip to content

Commit df3a990

Browse files
Update VERSION to 2.24.11 and update dependencies
1 parent e5f7e97 commit df3a990

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
## New Features
33

4-
- **Downgrade CI image used to build and release console, in order to lower the requirement of libc**
5-
64

75
## Bugs Fixed
86

@@ -11,5 +9,8 @@
119

1210

1311
## Other Improvements
14-
12+
- **Deploy apt amd64 with correct architecture tag**
13+
14+
Use expected `apt` architecture tag `amd64` instead of `x86_64`.
15+
1516

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.9
1+
2.24.11

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def vaticle_typedb_common():
2828
git_repository(
2929
name = "vaticle_typedb_common",
3030
remote = "https://github.com/vaticle/typedb-common",
31-
tag = "2.24.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
31+
tag = "2.24.10", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3232
)
3333

3434
def vaticle_typedb_driver():
3535
git_repository(
3636
name = "vaticle_typedb_driver",
3737
remote = "https://github.com/vaticle/typedb-driver",
38-
tag = "2.24.8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.24.11", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)