Skip to content

Commit 3345336

Browse files
committed
UPDATE: v1.11.0-0.7.0
1 parent 6a88fa2 commit 3345336

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
Release Notes - Clusterd - Version 1.11.0-0.7.0
2+
-----------------------------------------------
3+
4+
* ADD: Support for docker container metrics under cgroupsv2.
5+
16
Release Notes - Clusterd - Version 1.11.0-0.6.1
27
-----------------------------------------------
38

49
* FIX: Missing mesos-agent metrics when using cgroupsv2.
5-
* ADD: Support for docker container metrics under cgroupsv2.
610

711

812
Release Notes - Clusterd - Version 1.11.0-0.6.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project(aventer-mesos)
2626
set(MESOS_MAJOR_VERSION 1)
2727
set(MESOS_MINOR_VERSION 11)
2828
set(MESOS_PATCH_VERSION 0)
29-
set(MESOS_SUB_VERSION 0.6.1)
29+
set(MESOS_SUB_VERSION 0.7.0)
3030
set(PACKAGE_VERSION
3131
${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
3232

0 commit comments

Comments
 (0)