Skip to content

Releases: paypal/dce-go

DCE-GO-0.7.4

27 Feb 03:12
a392d97
Compare
Choose a tag to compare
  • Granular Metrics
  • enable plmetric in fsm
  • disable debug mode

DCE-GO-0.6.3

05 Feb 01:14
dc05ff2
Compare
Choose a tag to compare

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

13 Jan 22:03
173a6a3
Compare
Choose a tag to compare

Fixed bug to add extra hosts define in application manifest to network proxy container.

Add timestamp to stdout

30 Sep 23:52
f2218a3
Compare
Choose a tag to compare

Added timestamp to stdout logs by adding -t to the docker logs command.

DCE-GO-0.6.0

16 Aug 01:07
033f0b0
Compare
Choose a tag to compare
  • File close bug fix
  • Clean up adhoc tasks
  • handle compressed resources file

DCE-GO-0.5.0

11 Apr 00:52
fd8aeea
Compare
Choose a tag to compare

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

17 Jan 22:15
88b8108
Compare
Choose a tag to compare
  1. Updated plugin's interface
  2. Support for Travis CI added.
  3. Made yml version more accomodating according to the given version
  4. 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.
  5. 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

17 Apr 23:21
2d8b5c6
Compare
Choose a tag to compare
  1. Plugin panic handler
    Handle plugins panic and gracefully shutdown executor
  2. 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

17 Apr 23:16
2d8b5c6
Compare
Choose a tag to compare

Upgrade to go 1.9

DCE-GO-v0.2.0

18 Aug 04:30
Compare
Choose a tag to compare
  • 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.