File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ Release Notes - Clusterd - Version 1.11.0-0.7.0
2
+ -----------------------------------------------
3
+
4
+ * ADD: Support for docker container metrics under cgroupsv2.
5
+
1
6
Release Notes - Clusterd - Version 1.11.0-0.6.1
2
7
-----------------------------------------------
3
8
4
9
* FIX: Missing mesos-agent metrics when using cgroupsv2.
5
- * ADD: Support for docker container metrics under cgroupsv2.
6
10
7
11
8
12
Release Notes - Clusterd - Version 1.11.0-0.6.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project(aventer-mesos)
26
26
set (MESOS_MAJOR_VERSION 1 )
27
27
set (MESOS_MINOR_VERSION 11 )
28
28
set (MESOS_PATCH_VERSION 0 )
29
- set (MESOS_SUB_VERSION 0.6.1 )
29
+ set (MESOS_SUB_VERSION 0.7.0 )
30
30
set (PACKAGE_VERSION
31
31
${MESOS_MAJOR_VERSION} .${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION} )
32
32
You can’t perform that action at this time.
0 commit comments