diff --git a/CHANGELOG.md b/CHANGELOG.md index f5358cf0..4f037385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,16 +11,17 @@ The following sections list the changes for unreleased. * Change #67: Use Alpine base image and define healthcheck - We just switched the base image to Alpine Linux instead of a scratch image as this could lead to - issues related to healthcheck commands defined by the Docker CLI. Beside that we have added the - healthcheck command to the Dockerfile for having a proper handling by default. + We just switched the base image to Alpine Linux instead of a scratch image as + this could lead to issues related to healthcheck commands defined by the Docker + CLI. Beside that we have added the healthcheck command to the Dockerfile for + having a proper handling by default. https://github.com/webhippie/redirects/pull/67 * Change #76: Replace libkv by valkeyrie - We switched the library powering the support for etcd, zookeper and consul by a better - maintained alternative named valkeyrie. + We switched the library powering the support for etcd, zookeper and consul by a + better maintained alternative named valkeyrie. https://github.com/webhippie/redirects/issues/76 @@ -37,8 +38,8 @@ The following sections list the changes for 1.0.1. * Bugfix #59: Bind flags correctly to variables - We fixed the binding of flags to variables as this had been bound to the root command instead of - the server command where it belongs to. + We fixed the binding of flags to variables as this had been bound to the root + command instead of the server command where it belongs to. https://github.com/webhippie/redirects/issues/59