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

Releases: argoproj-labs/argocd-notifications

v0.6.1

20 Mar 18:57
Compare
Choose a tag to compare

Quick start:

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.6.1/manifests/install.yaml

Features

  • feat: support default subscriptions

v0.6.0

13 Mar 07:49
Compare
Choose a tag to compare

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

02 Mar 06:08
Compare
Choose a tag to compare

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

v0.4.2

04 Feb 06:27
Compare
Choose a tag to compare

Quick start:

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.4.2/manifests/install.yaml

Bug Fixes

  • fix: fix null pointer dereference error while config parsing

v0.4.1

27 Jan 06:33
Compare
Choose a tag to compare

Quick start:

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.4.1/manifests/install.yaml

Bug Fixes

  • fix: notification config parse (#19) ( thanks to @yutachaos ! )

v0.4.0

24 Jan 18:02
Compare
Choose a tag to compare

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

13 Jan 19:05
Compare
Choose a tag to compare

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

v0.2.2

02 Jan 06:12
Compare
Choose a tag to compare

Quick start:

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v0.2.2/manifests/install.yaml

Bug Fixes

  • fix: enabled system triggers have empty condition

v0.2.1

30 Dec 07:33
Compare
Choose a tag to compare

Quick start:

kubectl apply -n argocd -f https://raw.githubusercontent.com/alexmt/argocd-notifications/v0.2.1/manifests/install.yaml

Bug Fixes

  • built-in triggers are disabled by default

v0.2.0

26 Dec 23:31
Compare
Choose a tag to compare

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