The following sections list the changes for 1.1.0.
- Fix #15: Define errors in YAML format
- Chg #14: Use Alpine base image and define healthcheck
-
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.
-
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.
The following sections list the changes for 1.0.1.
- Fix #10: Add healthcheck endpoint to http
-
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.
The following sections list the changes for 1.0.0.
- Chg #4: Initial release of basic version
-
Change #4: Initial release of basic version
Just prepared an initial basic version which could be released to the public.