Skip to content

v1.0.0

Compare
Choose a tag to compare
@wanjunlei wanjunlei released this 23 Apr 03:18
2ee63df

UPGRADE & ENHANCEMENT

  • All config crds are aggregated into a crd named Config.
  • All receivers crds are aggregated into a crd named Receiver.
  • Now the Config, Receiver, and NotificationManager are cluster scoped crd.
  • Now the namespace of the secret can be specified in SecretKeySelector .
  • Move the configuration of DingTalk chatbot from dingtalk config to dingtalk receiver.
  • Move the chatid of DingTalk conversation from dingtalk config to dingtalk receiver.
  • Now the chatid of DingTalk conversation is an array types, and renamed to chatids.
  • Now the port of email smartHost is an integer type.
  • Now the channel fo slack is an array types, and renamed to channels.
  • Move the configuration of webhook from webhook config to webhook receiver.
  • Now the toUser, toParty, toTag of wechat receiver are array type.
  • Fix some bugs.