Releases: generationtux/php-healthz
Releases · generationtux/php-healthz
Version 0.2.2
Fixed
- When the
commit.txt
has a trailing newline or whitespace, trim it.
Version 0.2.1
Fixed
- Missing trailing slash in the
HealthzVersion
constructor
App version health check
A new feature for php-healthz
that will now read a commit.txt
file to see what the current version of the app container is.
This is help when validating the container version id when doing CI/CD
Initial release :)
Documentation to come...