Skip to content

0.1.4

Compare
Choose a tag to compare
@ryane ryane released this 03 Feb 17:18
· 40 commits to master since this release
  • Add version command
  • Output version during startup
  • Expand environment variables in config-file path
  • Drone CI Pipeline - docker images are built by drone
  • Remove dependency on Mesosphere Universe repository
  • Uses version-0.6 branch of Mantl Universe by default
  • Uninstall improvements
    • Ability to uninstall a specific instance of a package
    • If there is more than 1 instance of a specific package, mantl-api will return a 409 if the app id is not specified, instead of just installing the first it finds
    • Handles post-uninstall of customized packages
    • Uninstall endpoint requires package name in the JSON payload
    • Uninstall endpoint requires DELETE HTTP method
  • Package install and uninstall moved to /1/install endpoint (instead of /packages)
  • All api requests are logged (debug)
  • Add option to disable consul ssl verification (instead of relying on consul env var)
  • mesos-secret-path option replaces mesos-secret and file must exist on deployed host
  • New /frameworks endpoint for listing and shutting down Mesos frameworks