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

0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 14:23
· 92 commits to master since this release
44488ab

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)