grim/convey

Start updating the ChangeLog
redux
2021-10-16, Gary Kramlich
8c645093c2e3
Start updating the ChangeLog
package docker
import (
"errors"
)
var (
errDetachRemoved = errors.New("the detach attribute was removed in convey 0.15.0")
errHealthCheckRemoved = errors.New("the healthcheck attribute was removed in convey 0.15.0")
)