This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Releases: argoproj-labs/argocd-notifications
Releases · argoproj-labs/argocd-notifications
v0.6.1
v0.6.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.6.0/manifests/install.yaml
Features
- feat: support sending the generic webhook request
- feat: Grafana annotation notifier ( thanks to nhuray )
- feat: templates - enable transforming SSH git urls into user-friendly HTTPS
Bug Fixes
- fix: wait for next reconciliation after sync ( thanks to sboschman )
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
v0.4.2
v0.4.1
v0.4.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.4.0/manifests/install.yaml
Features
- Opsgenie support (thanks to Dominik Münch)
- Slack message blocks and attachments support
v0.3.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.3.0/manifests/install.yaml
Features
- Trigger specific subscriptions
Other
- Move repo and docker image to https://github.com/argoproj-labs/argocd-notifications
v0.2.2
v0.2.1
v0.2.0
Quick start:
kubectl apply -n argocd -f https://raw.githubusercontent.com/alexmt/argocd-notifications/v0.2.0/manifests/install.yaml
Features
- support setting hot reload
- embed built-in triggers/templates into binary instead of default config map
- support enabling/disabling triggers
- support customizing built-in triggers/templates
- add on-sync-running/on-sync-succeeded triggers and templates
Bug Fixes
- fix sending same notification twice
Other
- use
scratch
as a base image