chore: trigger CI
Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: Tripura Repalle <[email protected]>
Introduce decoupled liveness and readiness probe endpoints to improve stability and traffic routing in orchestrated environments like Kubernetes. - Add GET /health for a lightweight HTTP-server-only liveness check. - Add GET /healthz for node connectivity readiness, backed by a background poller. - Add configuration for background health check interval. - Fix nil pointer risk in submit witnesses parsing and style issues. - Update documentation in README.md. BREAKING CHANGE: The /healthcheck endpoint has been completely removed and replaced with /health and /healthz. Any external health checks/probes targeting /healthcheck will receive a 404 and must be updated. Signed-off-by: Ales Verbic <[email protected]>
Introduce decoupled liveness and readiness probe endpoints to improve stability and traffic routing in orchestrated environments like Kubernetes. - Add GET /health for a lightweight HTTP-server-only liveness check. - Add GET /healthz for node connectivity readiness, backed by a background poller. - Add configuration for background health check interval. - Fix nil pointer risk in submit witnesses parsing and style issues. - Update documentation in README.md. BREAKING CHANGE: The /healthcheck endpoint has been completely removed and replaced with /health and /healthz. Any external health checks/probes targeting /healthcheck will receive a 404 and must be updated. Signed-off-by: Ales Verbic <[email protected]>
Introduce decoupled liveness and readiness probe endpoints to improve stability and traffic routing in orchestrated environments like Kubernetes. - Add GET /health for a lightweight HTTP-server-only liveness check. - Add GET /healthz for node connectivity readiness, backed by a background poller. - Add configuration for background health check interval. - Fix nil pointer risk in submit witnesses parsing and style issues. - Update documentation in README.md. BREAKING CHANGE: The /healthcheck endpoint has been completely removed and replaced with /health and /healthz. Any external health checks/probes targeting /healthcheck will receive a 404 and must be updated. Signed-off-by: Ales Verbic <[email protected]>
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.181.0 to 0.183.0. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Changelog](https://github.com/blinklabs-io/gouroboros/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.181.0...v0.183.0) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.183.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>