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

Releases: keptn-contrib/prometheus-service

0.8.3-next.0

30 Jun 11:43
278617e
Compare
Choose a tag to compare
0.8.3-next.0 Pre-release
Pre-release

0.8.3-next.0 (2022-06-30)

Bug Fixes

  • Compatibility issues with alertmanager configuration (#330) (278617e)

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2589659296

0.8.2

29 Jun 21:43
1045f30
Compare
Choose a tag to compare

0.8.2 (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

0.8.2-next.0

29 Jun 20:11
1045f30
Compare
Choose a tag to compare
0.8.2-next.0 Pre-release
Pre-release

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

21 Jun 09:21
d1a0c30
Compare
Choose a tag to compare

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

19 May 07:12
aac5014
Compare
Choose a tag to compare
0.8.1-next.0 Pre-release
Pre-release

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

  • sanitize criteria string for alerts by removing white spaces (#233) (f7bcb51)

Other

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/prometheus-service/actions/runs/2350306289

0.8.0

11 May 09:08
e98a002
Compare
Choose a tag to compare

0.8.0 (2022-05-11)

⚠ BREAKING CHANGES

  • This release requires Keptn 0.14.2 or newer to be installed.

Features

Bug Fixes

Docs

0.7.5

11 May 08:49
Compare
Choose a tag to compare

0.7.5 (2022-05-11)

Features

Bug Fixes

0.7.4

26 Apr 20:34
7020465
Compare
Choose a tag to compare

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

  • Added note about incompatibility with Keptn 0.14.x (#293) (7020465)

0.7.4-next.0

28 Mar 09:39
32ca698
Compare
Choose a tag to compare
0.7.4-next.0 Pre-release
Pre-release

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

21 Feb 07:34
8a7b728
Compare
Choose a tag to compare

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

  • Installing role and rolebinding from correct tag (#257) (2f41b77)

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)

Other

  • Added a way to test prometheus alerts (#271) (ac6e9c4)