Skip to content

dcos-commons-0.10.0

Compare
Choose a tag to compare
@susanxhuynh susanxhuynh released this 27 Jan 21:45
· 2383 commits to master since this release

Improvements

  • Make zookeeper connection string optional
  • Move all YAML keys to kebab-case
  • Let FW developer easily specify FrameworkInfo
  • Add readiness checks
  • Add ability to provide custom RestartHook to DefaultScheduler.Builder
  • Add web-url to ServiceSpec
  • Return WAITING in Plan and Phase, if interrupted and not completed
  • All task env-vars including ports are now also available on health and readiness checks
  • Add zookeeper authorization
  • Create ROADMAP.md
  • Added dev guide and readme link

Fixes

  • CanaryStrategy forgot to proceeds itself
  • Use proper docker protobugs and fix rlimits NPE
  • DefaultStep was ignoring interrupt / getStatus
  • Fixed OfferEvaluation pack/unpack bug
  • Extend, not override LD_LIBRARY_PATH
  • Fix multi-volume support