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

v0.7.0

Compare
Choose a tag to compare
@alexmt alexmt released this 11 May 02:44
· 148 commits to master since this release

Quick start:

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

Features

  • feat: support loading commit metadata (#87)
  • feat: add controller prometheus metrics (#86)
  • feat: log http request/response in every notifier (#83)
  • feat: add CLI debugging commands (#81)
  • feat: support default subscriptions

Bug Fixes

  • fix: don't append slash to webhook url (#70) (#85)
  • fix: improve settings parsing errors (#84)
  • fix: use strategic merge patch to merge built-in and user provided config (#74)
  • fix: ensure slack attachment properly formatted json object (#73)