This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: keptn-contrib/prometheus-service
Releases · keptn-contrib/prometheus-service
0.8.3-next.0
0.8.3-next.0 (2022-06-30)
Bug Fixes
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2589659296
0.8.2
0.8.2-next.0
0.8.2-next.0 (2022-06-29)
⚠️ This release is only compatible with prometheus alert-manager 0.25 or newer #318 - Please use prometheus-service release 0.8.0 for now if you have an older version of alert-manager.
Features
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2585601423
0.8.1
0.8.1 (2022-06-21)
⚠️ This release is only compatible with prometheus alert-manager 0.25 or newer #318 - Please use prometheus-service release 0.8.0 for now if you have an older version of alert-manager.
Features
- Add role binding error handling (#307) (9e3b607)
- Upgrade to Keptn 0.15.1 (#319) (ec85241)
- Use Keptn secrets for storing external prometheus-server URL (#308) (5e35109)
Bug Fixes
- docs: Release version in compatibility matrix (#321) (d1a0c30)
- sanitize criteria string for alerts by removing white spaces (#233) (f7bcb51)
Other
0.8.1-next.0
0.8.1-next.0 (2022-05-19)
Features
- Add role binding error handling (#307) (9e3b607)
- Use Keptn secrets for storing external prometheus-server URL (#308) (5e35109)
Bug Fixes
Other
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2350306289
0.8.0
0.7.5
0.7.4
0.7.4 (2022-04-26)
Features
- Allow scrape_interval configuration (#286) (32ca698)
- Reimplement prometheus configuration parsing (#282) (bb693ec)
- Remove unneeded Kubernetes role bindings (#281) (8c10544)
- Use cloudevent for alerting endpoint (#270) (4d93045)
- Utilize official prometheus api for querying SLI values (#288) (dfc6c24)
Docs
0.7.4-next.0
0.7.4-next.0 (2022-03-28)
Features
- Allow scrape_interval configuration (#286) (32ca698)
- Reimplement prometheus configuration parsing (#282) (bb693ec)
- Remove unneeded Kubernetes role bindings (#281) (8c10544)
- Use cloudevent for alerting endpoint (#270) (4d93045)
- Utilize official prometheus api for querying SLI values (#288) (dfc6c24)
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2051427837
0.7.3
0.7.3 (2022-02-21)
Features
- Allow labels and deployment types as placeholders for SLIs (#265) (ac86eed)
- Keptn 0.12 compatibility (#269) (8bc2180)
- Only add prometheus alerts if remediation.yaml is defined for the stage (#253) (#255) (05dae73)
Bug Fixes
Refactoring
- Do not delete prometheus pods after configuring ConfigMaps (#252) (1202556)
- Move SLI retrieval into eventhandling, re-use prometheus metric fetching (#264) (97adeec)
- Use built-in send event functionality of keptn/go-utils (#267) (908b4d5)