Skip to content

Commit

Permalink
docs: automated changelog update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Aug 29, 2024
1 parent cccf947 commit fbf2999
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit fbf2999

Please sign in to comment.