Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Release 0.8.1

Compare
Choose a tag to compare
@David-VTUK David-VTUK released this 04 Jun 11:43
· 42 commits to master since this release
8cf2d99

Note - Release versions match the respective container image tag. Therefore, the following is reflected in the image virtualthoughts/rancher-prometheus-exporter:0.8.1.

Updates:

  • Updated CI to push named versions of the image as well as latest
  • Updated CI to automatically updated the deployment manifest file when a new build is pushed
  • Bumped Dependencies and error handling improvements (#25 - Thank you @mrueg)

Fixes

  • Change logic to ascertain newest Rancher version (vs the most recent released)

Enhancements

  • Improved Project level metrics (#19 - Thank you @ulikl)
  • Added basic metrics for all .cattle.io objects
  • Improved performance for metric collection by leveraging multi threading.