Skip to content

v2.0.0

Compare
Choose a tag to compare
@wanjunlei wanjunlei released this 18 Apr 07:25
· 5 commits to release-2.0 since this release
f22102b

FEATURES

  • Support to route the specific notifications to the specific receivers using Router CRD (#121). @wanjunlei
  • Support to mute specific notifications for a given period using Silence CRD (#121). @wanjunlei
  • Add support to send notifications to Feishu (#124). @wanjunlei
  • Support the dynamic modification of the template (#123). @wanjunlei
  • Add e2e tests with GitHub action (#111). @zhu733756
  • Add support to build and push a container image after PR is merged (#122). @wenchajun

Enhancement

  • Refactor the cache mechanism of receiver and config (#118). @wanjunlei
  • Add support for custom the pushover title using a template (#128). @wanjunlei
  • Optimize the mechanism of reloading the receivers and configs after Notification Manager CR changed (#127). @wanjunlei
  • Support to get KubeSphere cluster name from configmap (#125). @wanjunlei

BUGFIX

  • Resolve the problem of filtered notifications being recorded in the notification history (#117). @wanjunlei