Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 09:37
· 153 commits to master since this release
v1.1.0
c5d4070

Changelog for 1.1.0

The following sections list the changes for 1.1.0.

Summary

  • Fix #15: Define errors in YAML format
  • Chg #14: Use Alpine base image and define healthcheck

Details

  • 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.

    #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.

    #14