v1.0.0-rc.0
·
6 commits
to release-1.0
since this release
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
, andNotificationManager
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 tochatids
. - Now the
port
of emailsmartHost
is an integer type. - Now the
channel
fo slack is an array types, and renamed tochannels
. - 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.