Releases: paypal/dce-go
Releases · paypal/dce-go
DCE-GO-0.7.4
- Granular Metrics
- enable plmetric in fsm
- disable debug mode
DCE-GO-0.6.3
Feature
Simplifying CI by using mod support. Bumping up CI golang version to 1.13
Bug fix
Should skip status update if pod is already in terminal status
Add extra hosts in network proxy container
Fixed bug to add extra hosts define in application manifest to network proxy container.
Add timestamp to stdout
Added timestamp to stdout logs by adding -t to the docker logs command.
DCE-GO-0.6.0
- File close bug fix
- Clean up adhoc tasks
- handle compressed resources file
DCE-GO-0.5.0
1.driver should always be stopped to avoid DCE leaks once receive mesos kill
2.print result of docker inspect on fail container if init health check failed or monitor failed
DCE-GO-v0.4.0
- Updated plugin's interface
- Support for Travis CI added.
- Made yml version more accomodating according to the given version
- Added validation for docker-compose before we pull the image.
Command: docker-compose -f docker-compose.yml config
If it fails logs will contain POD_BAD_MANIFEST_FAILURE. - A log has been added to show the time lapsed since app launch till after image pull.
Log: "Time elapsed since App launch: 10s"
DCE-GO-v0.3.0
- Plugin panic handler
Handle plugins panic and gracefully shutdown executor - Provide option to skip image pulling
Switch "skippull" to true will easily allow docker use local image if it exists on host instead of pulling from docker hub all the time.
DCE-GO-v0.2.8
Upgrade to go 1.9
DCE-GO-v0.2.0
- Support config enabled verbose mode for docker-compose.
docker-compose [-f ...] --verbose [command] [args...] - Handle docker daemon restarts for pod. This is to be consistent with live restore daemon flag where containers remain running if the daemon becomes unavailable.
- Add config driven shutdown timeout for docker-compose stop.
docker-compose stop -t TIMEOUT - Support config enabled docker daemon dump for pod launch timeout.