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 af831d4 commit d9b0b89
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ The following sections list the changes for 1.1.0.

* Bugfix #15: Define errors in YAML format

We had been parsing JSON files only which lead to issues if somebody tries to override the error
codes with a YAML file. We had to replace the document parser to handle that properly.
We had been parsing JSON files only which lead to issues if somebody tries to
override the error codes with a YAML file. We had to replace the document parser
to handle that properly.

https://github.com/webhippie/errors/issues/15

* Change #14: 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/errors/pull/14

Expand All @@ -37,9 +39,9 @@ The following sections list the changes for 1.0.1.

* Bugfix #10: Add healthcheck endpoint to http

We had the healthchecks only on our metrics port available, but this behavior broke the helm
installation for ingress-nginx as this part is not configurable. Just add it to the http port to
get this working correctly.
We had the healthchecks only on our metrics port available, but this behavior
broke the helm installation for ingress-nginx as this part is not configurable.
Just add it to the http port to get this working correctly.

https://github.com/webhippie/errors/issues/10

Expand Down

0 comments on commit d9b0b89

Please sign in to comment.