This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
dcos-commons-0.20.1.1
Bug fixes
- Better reporting of Default Executor not supporting absolute path for secrets
- Fix locking around suppress/revive
- Fix resource refinement on pod level volumes
- Fixed GPU opt-in policy
Improvements
- Reduced flakiness of unit tests
- Reduced flakiness of integration tests
- Re-enabled overlay tests for strict
- Updated upgrade tests to handle latest released versions of frameworks
- Reset to PENDING on TASK_LOST in DeploymentStep
- Developer-facing changes to YAML port handling: services can now advertise endpoints that don't have VIPs defined
Documentation
- Updated docs for secrets
- Updated docs for upgrade and uninstall
- Added user field description in developer-guide.md
Breaking Changes (in svc.yml)
- Services that used the default
PORT_<PORT_NAME_HERE>
envvar will now need to manually specifyenv-key
- Services that want to continue advertising endpoints must set
advertise: true
in the ports to be advertised (but now it can be done regardless of VIP presence)