Releases: m3scluster/clusterd
Releases · m3scluster/clusterd
v1.11.0-0.8.0
- ADD: Make it possible to set the nvidia library name via env variable
MESOS_NVIDIA_LIB@andreaspeters in #12 - ADD: Timestamp into CGroupsV2 Metrics of the mesos-agent for docker containers.
- CHANGE: The "Could not find the CNI plugin..." message in the docker executor
is not an error message. It's just an information. I changed the
Log Message to INFO instead of ERROR. - UPDATE: glog is deprecated. Migrate to glog fork https://github.com/AVENTER-UG/glog
and bump it to version 0.6.1. That will fix the issue with cleanup old logfiles.
Be sure to setcleanup_log_filesto the amount of days you want to keep and
log_dirto the mesos log directory (/var/log/mesos). @andreaspeters in #15 - FIX: Mesos Data path was set uncorrectly during building under debian… by @andreaspeters in #11
Full Changelog: v1.11.0-0.7.1...v1.11.0-0.8.0
v1.11.0-0.7.1
- FIX: Mesos Data path was set incorrectly during building under debian 11 and 12.
Full Changelog: v1.11.0-0.7.0...v1.11.0-0.7.1
v1.11.0-0.7.0
- ADD: Support for docker container metrics under cgroupsv2.
Full Changelog: v1.11.0-0.6.0...v1.11.0-0.7.0
v1.11.0-0.6.0
- Update zookeeper client to version 3.9.2.
- FIX: missing jquery and bootstrap files for webui (#5)
Full Changelog: 1.11.0-0.5.0...v1.11.0-0.6.0
v1.11.0-0.5.0
- ADD: Support for Docker Engine >= v26
- ADD: CGroupsV2 support to the mesos containerizer.
- MERGE: Merge with Apache Mesos Upstream.
Full Changelog: 1.11.0-0.4.0...1.11.0-0.5.0
1.11.0-0.4.0
Full Changelog: 1.11.0-0.3.0...1.11.0-0.4.0
- Docker Containerizer now supports CGroupsV2. It will be enabled by the Agent flag "--enable_cgroupv2". If its enabled, currently it will
break the mesos containerizer. - Add cleanup_log_files flag to the agent and the master to keep only log files from the last 'n days.
- Cleanup repository and remove more unneeded files. It will be enabled by the Agent flag "--cleanup_log_file" and the number of days that it should keep log files.
- Update glog to version 0.6.0.
- Update libevent to version 2.1.12.
- Move mesos-mini to it's own repository (https://github.com/m3scluster/mesos-mini).
- Remove mesos-tidy and mesos-website builder.
- Remove python dependencies and move the "new" mesos-cli to it's own repository (https://github.com/m3scluster/mesos-cli).
- Remove the old mesos-cli.
- Update zookeeper client to version 3.8.2.
- Update libboost to version 1.83.0.
- Change to c++14
- Update jquery to version 3.7.1.
- Change docker networking. If no docker network and no docker net attribute was given, add default networking.
- Cleanup CNI if the docker container exited due to an error.
1.11.0-0.3.0
These release add the following changes:
- Add CNI support for the Docker Executor.
- Fix random SlaveRecoveryTest.PingTimeoutDuringRecovery test failure.
- Fix Blkio isolator. handled missing CFQ statistics.
- Fix mesos-tidy build with new gRPC version.
- Upgraded grpc to 1.11.1
- Add s390x support