This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
v0.5.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.5.0/manifests/install.yaml
Features
- feat: support managing subscriptions using Slack bot
- feat: support
time.Now()
andtime.Parse(...)
in trigger condition ( thanks to @HatsuneMiku3939 ) - feat: Add icon emoij and icon url support for Slack messages ( thanks to sboschman )
- feat: Introduce sprig functions to templates( thanks to imranismail )
Bug Fixes
- fix: fix null pointer dereference error while config parsing