Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@alexmt alexmt released this 02 Mar 06:08
· 173 commits to master since this release

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() and time.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