Skip to content

v0.6.2

Compare
Choose a tag to compare
@takirala takirala released this 28 Sep 00:28
· 6 commits to master since this release
dc23ec0

Features

  • Add new fields for hasKnownIssues (boolean) and lastUpdated (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)