Releases: cloudworkz/kube-eagle
Releases · cloudworkz/kube-eagle
1.1.4 / 2020-07-06
Minor Bugfix and dependency updates
- Bugfix: Improve health check response times. Instead of getting pods from all namespaces to check Kubernetes connectivity we do now get pods from the kube system namespace, which is way faster.
- Chore: All dependencies have been updated
- Built with Go 1.13.1
Improve logging
Add log message on failed health check
v1.1.0 - Use prometheus collector interface
Instead of caching variables locally and refreshing them every 10 seconds Kube Eagle now uses prometheus' built in collector interface. This leads to a more maintainable code and increased overall stability.
Initial release
1.0.0 Add License to README