d2iq-archive / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 843 forks source link

Bumped USI to 0.1.58 to be able to use Mesos 1.11+ in integration tests. #7232

Closed asekretenko closed 4 years ago

asekretenko commented 4 years ago

Mesos 1.11+ (which is needed to use offer constraints in integration tests) drops the long-deprecated plaintext credential format, on which pre-0.1.58 USI has been relying.

JIRA issues: MARATHON-8764