Releases: dcos/cosmos
Releases · dcos/cosmos
v0.6.3
v0.6.2
Features
- Add new fields for
hasKnownIssues
(boolean) andlastUpdated
(unix epoch) for packages v3 and above. Both are optional fields. - Bump to scala 2.12.9
- Relax the regex used for DC/OS version to allow version strings like
2.1.0-alpha-dev
- Remove the deprecated
DCOS_PACKAGE_METADATA
label (#760)
Fixes & Optimisations
- Improve the uninstall flow - fix a condition where the uninstall is retried even when the auth token is expired.
- Fix a bug where the marathon API was being used incorrectly (#775)
- Improve the decoding in
/resource
endpoint (#767) - Add retries on failed repository fetching (#772)
- Use a specific charset while decoding universe repo instead of using the system default (#728)
v0.6.1
- Support the concept of custom package managers. MKE is the first use case for this.
- Forwards requests to Custom Manager when either managerId is passed in the RPC or manager section is defined for a package
Full Diff v0.6.0...v0.6.1
v0.6.0
- Improved caching logic for package repositories.
- Better logging
- Upgraded to Scala 2.12.6
- Resource Proxy Handler now streams data instead of buffering the data.
- Cosmos supports rendering JSON Arrays in mustache template now.
Full Diff v0.5.4...v0.6.0
v0.4.4
- Bump node js version for the container used to convert raml to swagger
Full diff v0.4.3...v0.4.4