Skip to content

Releases: paypal/dce-go

v0.12.1

14 Feb 00:58
06d6a86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0 dce-go release

05 Feb 16:50
7845197
Compare
Choose a tag to compare

kill container process when docker is not responsive

v0.11.2 DCE-Go

10 Mar 23:34
3b1cd29
Compare
Choose a tag to compare

adding only one step metrics for healthcheck per container

v0.11.1 DCE-Go

08 Jan 00:06
785b746
Compare
Choose a tag to compare

removed the long logs which printed the fileMap

upgrade mesos-go

11 Nov 18:31
0b2806d
Compare
Choose a tag to compare

This release upgrades mesos-go, gorealis and thrift.

v0.8.2

13 Oct 20:26
e2f702b
Compare
Choose a tag to compare

Modify health check order to support docker version 20.

In docker version 20, even container exit gracefully with 0 code, docker still marks health check as unhealthy. Before docker provide the fix, DCE is going to check exit code first and followed by health status of container

0.8.1

22 Sep 04:35
e878f48
Compare
Choose a tag to compare

Update launch flag before running launch cmd to avoid pod leaks when launch command got interrupted.

v0.8.0 DCE-GO

18 Aug 20:19
5aa7b43
Compare
Choose a tag to compare
  • refactor stepMetric
  • store the serviceMap in memory rather than context
  • refactor interface, change the first parameter from pointer of context to context
  • add monitor interface, and add an plugin to monitor pod status in the backend

0.7.6 DCE-GO

09 Jun 22:05
e6411ef
Compare
Choose a tag to compare

Today most duration config use type of integer, to make it more readable, update all duration related config under launchtask section from integer to duration string.

A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"

What we have today

launchtask:
   podmonitorinterval: 10000
   retryinterval: 10000
   timeout: 500000

Update it to

launchtask:
   podmonitorinterval: 10s
   retryinterval: 10s
   timeout: 500s

DCE-GO-0.7.5

24 Mar 22:33
e4e0d83
Compare
Choose a tag to compare
  • changing the stepMetric status from completed to error and success.
  • moving from glide to go mod
  • HTTP client should accept a transport