This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
v1.0.0-rc1
Pre-release
Pre-release
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.0.0-rc1/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.0.0-rc1/catalog/install.yaml
❗ check upgrade instructions
Features
- feat: triggers with multiple conditions and multiple templates per condition
- feat: support
oncePer
trigger property that allows sending notification "once per" app field value (#60) - feat: add support for proxy settings (#42)
- feat: support self-signed certificates in all HTTP based integrations (#61)
- feat: subscription support specifying message template
- feat: support Telegram notifications (#49)
Bug Fixes
- Failed notifications affect multiple subscribers (#79)