Skip to content

Commit 2b28575

Browse files
committed
Merge branch 'devel' of github.com:arangodb/arangodb into feature/supervised-aql-value
2 parents d1586ed + c81db2c commit 2b28575

File tree

6 files changed

+448
-57
lines changed

6 files changed

+448
-57
lines changed

ARANGO-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.7-devel
1+
3.12.8-devel

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ devel
33

44
* FE-636: bump rollup from 2.79.1 to 2.79.2.
55

6-
* Replace arangodb.com with arango.ai in URLs
6+
* Replace arangodb.com with arango.ai in URLs.
7+
8+
9+
3.12.7 (2025-12-06)
10+
-------------------
711

812
* Updated ArangoDB Starter to v0.19.15.
913

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ set(ARANGODB_VERSION_MINOR "12")
7373

7474
# when building the nightly ARANGODB_VERSION_PATCH will be set
7575
if(NOT DEFINED ARANGODB_VERSION_PATCH)
76-
set(ARANGODB_VERSION_PATCH "7")
76+
set(ARANGODB_VERSION_PATCH "8")
7777
set(ARANGODB_VERSION_RELEASE_TYPE "devel")
7878
set(ARANGODB_VERSION_RELEASE_NUMBER "")
7979
else()

Documentation/Metrics/arangodb_server_statistics_cpu_cgroup_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: arangodb_server_statistics_cpu_cgroup_version
2-
introducedIn: "3.13.0"
2+
introducedIn: "3.12.7"
33
help: |
44
CGroup version detected on the system (0=none, 1=v1, 2=v2).
55
unit: number

0 commit comments

Comments
 (0)