Skip to content

Commit 7e8efb3

Browse files
Update VERSION to 2.24.14
1 parent ed818f0 commit 7e8efb3

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33

44

55
## Bugs Fixed
6+
- **Set release compilation mode to optimized**
7+
8+
We set the Bazel compilation mode for releases to `opt`.
9+
610

7-
- **Deploy apt amd64 with correct architecture tag**
11+
## Code Refactors
812

9-
Use expected `apt` architecture tag `amd64` instead of `x86_64`.
1013

11-
- **Fix github deployment of intel deb package**
14+
## Other Improvements
15+
- **Use randomly chosen address/port in console tests**
1216

13-
## Code Refactors
17+
- **Fix test path**
1418

19+
- **Add native assembly test reliant on Core artifact pulled through Driver**
1520

16-
## Other Improvements
17-
1821

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.12
1+
2.24.14

dependencies/vaticle/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "72ef3d0550492342ced5859e8f972dbf5d60677b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "23b42ae6bd857dea03cf123d45942995b5dfa0ca", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)
2626

2727
def vaticle_typedb_common():
2828
git_repository(
2929
name = "vaticle_typedb_common",
3030
remote = "https://github.com/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
31+
tag = "2.24.14", # 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.11", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.24.14", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)