This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
v1.2.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.2.0/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.2.0/catalog/install.yaml
Features
- feat: Subscribe to all triggers at once (#202)
- feat: Add .strings.ReplaceAll expression (#332)
- feat: Add .sync.GetInfoItem expression that simplifies retrieving operation info items by name
- feat: Plaintext connection to repo-server with ability disable TLS (#281)
- feat: Dynamic ConfigMap name and Secret name (#77)
- feat: Configurable path for slack bot (#94)
- feat: Support rocketchat
- feat: Support google chat
- feat: Support alertmanager
- feat: Support pushover
- feat: Support email SendHtml
- feat: Add message aggregation feature by slack threads API
- feat: Add summary field into teams message
- feat: Support Markdown parse mode in telegram
Bug Fixes
- fix: syntax error in Teams notifications (#271)
- fix: service account rbac issue , add namespace support for informer (#322)
- fix: add annotations nil check
- fix: add expr error log
Other
- Move notification providers to notifications-engine library