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.7.3-next.2

18 Feb 05:56
8bc2180
Compare
Choose a tag to compare
0.7.3-next.2 Pre-release
Pre-release

0.7.3-next.2 (2022-02-18)

Features

Other

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

Build Information

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

0.7.3-next.1

14 Feb 08:20
908b4d5
Compare
Choose a tag to compare
0.7.3-next.1 Pre-release
Pre-release

0.7.3-next.1 (2022-02-14)

Features

  • Allow labels and deployment types as placeholders for SLIs (#265) (ac86eed)

Bug Fixes

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

Refactoring

  • move SLI retrieval into eventhandling, re-use prometheus metric fetching (#264) (97adeec)
  • use built-in send event functionality of keptn/go-utils (#267) (908b4d5)

Build Information

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

0.7.3-next.0

17 Jan 15:33
05dae73
Compare
Choose a tag to compare
0.7.3-next.0 Pre-release
Pre-release

0.7.3-next.0 (2022-01-17)

Features

  • only add prometheus alerts if remediation.yaml is defined for the stage (#253) (#255) (05dae73)

Refactoring

  • Do not delete prometheus pods after configuring ConfigMaps (#252) (1202556)

Build Information

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

0.7.2

17 Dec 14:23
44488ab
Compare
Choose a tag to compare

0.7.2 (2021-12-17)

Breaking Change

Starting with this version, installing prometheus-service is handled via helm, e.g.:

helm install -n keptn prometheus-service https://github.com/keptn-contrib/prometheus-service/releases/download/0.7.2/prometheus-service-0.7.2.tgz

After installing prometheus-service and prometheus, it's still necessary to create the cluster role binding:

kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/0.7.2/deploy/role.yaml -n monitoring

Features

  • install: use helm charts for installing (#231) (01e7679)

Bug Fixes

  • core: alert manager template does not need to be created, it usually already exists (#232) (fc104df)
  • core: Fix event forwarding to localhost (#195) (#203) (c24c27e)
  • core: fix event sending and added keptncontext (#60) (117a503)

Other

  • Add pre-release and release workflows, restructure CI test/build steps (#222) (34823fa)
  • remove eventbroker from code (#229) (b86311d)
  • renovate should use semantic commits (#238) (44488ab)
  • update codeowners and readme (#221) (de93089)
  • Use validate-semantic-pr workflow from keptn/gh-automation repo (#220) (4a02e0b)

0.7.2-next.1

16 Dec 10:06
01e7679
Compare
Choose a tag to compare
0.7.2-next.1 Pre-release
Pre-release

0.7.2-next.1 (2021-12-16)

Features

  • install: use helm charts for installing (#231) (01e7679)

Bug Fixes

  • core: alert manager template does not need to be created, it usually already exists (#232) (fc104df)

Build Information

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

0.7.2-next.0

15 Dec 09:42
521dd1f
Compare
Choose a tag to compare
0.7.2-next.0 Pre-release
Pre-release

0.7.2-next.0 (2021-12-15)

Bug Fixes

  • core: Fix event forwarding to localhost (#195) (#203) (c24c27e)
  • core: fix event sending and added keptncontext (#60) (117a503)

Other

  • Add pre-release and release workflows, restructure CI test/build steps (#222) (34823fa)
  • remove eventbroker from code (#229) (b86311d)
  • update codeowners and readme (#221) (de93089)
  • Use validate-semantic-pr workflow from keptn/gh-automation repo (#220) (4a02e0b)

Build Information

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

0.7.1

04 Nov 10:04
Compare
Choose a tag to compare

Release Notes

This release enhances prometheus-service to use the distributor of Keptn 0.10.0.

New Features

  • Distributor of Keptn 0.10.0 is used
  • Updated to keptn/go-utils 0.10.0

0.7.0

11 Oct 15:21
Compare
Choose a tag to compare

Release Notes

This release adapts components to support the auto-remediation use case with Keptn.

New Features

  • Allow environment variable for configuration-service #180
  • Adaptations to support the auto-remediation use case #177

0.6.2

03 Sep 08:34
2d42290
Compare
Choose a tag to compare

Release Notes

This release enhances prometheus-service to use the go-utils package of Keptn 0.9.0.

New Features

  • go-utils package of Keptn 0.9.0 is used

0.6.1

18 Jun 12:15
Compare
Choose a tag to compare

Release Notes

This release enhances prometheus-service to use the distributor of Keptn 0.8.4.

New Features

  • Distributor of Keptn 0.8.4 is used

Known Limitations

  • A know limitation is that the same keptn context is calculated for different problems #60