Releases: CiscoCloud/mantl-api
Releases · CiscoCloud/mantl-api
0.2.2
0.2.1
0.2.0
- In packages, can now use
mantl.zookeeper.hosts
to get a comma-delimited list of zk hosts and ports for use in zk connections. It is no longer recommended to use zookeeper.service.consul - Replaces zookeeper.service.consul in templates with discovered zk hosts for backwards compatibility
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
- 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 replacesmesos-secret
and file must exist on deployed host- New /frameworks endpoint for listing and shutting down Mesos frameworks