This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Mount volume profile support and bug fixes
Improvements and new features:
- Support for mount volume profiles, requires DC/OS 1.12+.
- Only log recovery plan when it's actively performing work, not just non-empty.
Bug fixes:
- Fix support for environment-based secrets in tasks that also define port resources.
- Do not attempt to unreserve statically reserved resources (effectively a no-op, only resulted in extra logging).
- Ensure that Mesos V1 protocol is correctly used on newer DC/OS clusters, rather than the deprecated V0 protocol.
- Fix potential situation where tasks can be launched against the wrong config ID when the pod has both RUNNING and sidecar tasks (affects cassandra, k8s).