This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
0.7.2
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
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)