1.0.1 (2023-06-02)
- docker buildx failing due to environment issues (f69bb18)
- docker images are failing (e560448)
- rework dockerfile so that we only build with goreleaser (e246a7a)
- .gitignore (5a431c2)
- add blockchain tests (47fd70d)
- add controller tests (6d728b9)
- add go tests to workflow (3af65d5)
- add utils tests (bc08607)
- blockchain health check (91a6a52)
- dockerfile (7647a2f)
- goreleaser configuration (d91870f)
- initial version of the controller (b6022fb)
- kubernetes test manifests (d9b5c9a)
- Makefile (8ed3a91)
- move checks to one function EndpointUpdateNeeded and add tests to it (026a3e5)
- pr-validation workflow (3a47dbe)
- README.md (a7d6a86)
- release workflow (eba3fd5)
- remove tests for now until repo is public (415acf4)
- break the loop since once its updated it does not need to be updated again (7541476)
- code comment (06cf193)
- correcting the logic in missed blocks check (7d64168)
- do simple tcp check to avoid false alerts on grpc (08bc530)
- make annotations as constants (adf1b8f)
- remove unused workques and watchers (d3e8b63)
- removing unused linter (cf32874)
- rename variable (b643538)
- return early if there isnt any healthy targets (1b4d658)
- set http timeout (7c6e1a7)
- trim the target annotation from spaces (1dfefe6)
- typo fix on the watcher (18cb450)
- use block update instead of handling one by one (67bf98b)
- use services namespace when checking endpoints (90d54ec)