v1.3.0 wharf-provider-gitlab
Docker image
Hosted over at https://quay.io/repository/iver-wharf/wharf-provider-gitlab
docker pull quay.io/iver-wharf/wharf-provider-gitlab:v1.3.0
Changes (since v1.2.0)
-
Added support for the TZ environment variable (setting timezones ex.
"Europe/Stockholm"
) through the tzdata package. (#20) -
Changed to return IETF RFC-7807 compatible problem responses on failures instead of solely JSON-formatted strings. (#15)
-
Added Makefile to simplify building and developing the project locally. (#21, #22, #23)
-
Removed logging via
github.com/sirupsen/logrus
and the dependency on the package as well. (#23) -
Added logging via
github.com/iver-wharf/wharf-core/pkg/logger
. (#23) -
Added dependency on
github.com/iver-wharf/wharf-core
v1.1.0. (#23) -
Added documentation to the remaining exported types. (#24)
-
Changed version of
github.com/iver-wharf/wharf-api-client-go
from v1.2.0 -> v1.3.1. (#26) -
Changed version of
github.com/iver-wharf/wharf-core
from v1.1.0 -> v1.3.0. (#25, #38) -
Removed
internal/httputils
, which was moved togithub.com/iver-wharf/wharf-core/pkg/cacertutil
. (#25) -
Changed version of Docker base images, relying on "latest" patch version:
-
Changed Dockerfile for easier windows building. (#39)
-
Fixed projects failing to import when a different GitLab repository began with the same name (#3), eg.
myGroup/myRepo
andmyGroup/myRepo2
. (#40)