Skip to content

Releases: Financial-Times/upp-aggregate-healthcheck

Helm migration

01 Sep 12:02
Compare
Choose a tag to compare
Helm integration (#10)

* Helm and Jenkins integration

* Some leftover config

* Renamed UPP entry point for Jenkinsfile

* Separated char name from version labels & Truncating labels to 63 chars

Remove ack endpoint - fix multiple remove ack

19 May 12:14
Compare
Choose a tag to compare
Fix remove ack (#9)

* Removed path prefix for gtg endpoint, logged input params and updated documentation

* Fixed log

* Added more tests

* Moved gtg handler a few lines up in the file to emphasize the fact that it uses the main router

* Decreased timeout value for httpClient

* Added parallel severity check

* Fixed pod severity checking, decreased httpClient timeout

* Fixed tests

* Fixed tests and code format

* Updated readme

* Fixed remove ack endpoint

* Moved cache-control header to services healthcheck handler

* Added all cache control headers

* Removed cache control headers from services health endpoint

* Fixed circle CI

Removed path prefix for gtg endpoint, logged input params and added parallel severity levels checking

03 May 13:21
Compare
Choose a tag to compare
  • removed path prefix for gtg endpoint, meaning that from now on the gtg endpoint will be accessible by __gtg instead of /__gtg (__health/__gtg)
  • logged input params
  • updated documentaion
  • added some more tests
  • added parallel severity checking

Used watchers on k8s resources to improve performance

14 Apr 11:01
Compare
Choose a tag to compare

Changes in this release:

  • added watchers for deployments, services and acks map
  • fixed severities on reload from cache
  • added functionality to clear services that don't exist anymore from cache
  • fixed functionality to disable a sticky category when a service is unhealthy
  • added node name to individual service healthcheck for global services (i.e. system-healthcheck)