Releases: kubesphere/notification-manager
Releases · kubesphere/notification-manager
v2.5.2
What's Changed
Other changes
- trim space (#267) @Gentleelephant
- update template (#264) @Gentleelephant
- update helm template (#266) @wanjunlei
- add alerttime to metric alert (#265) @wanjunlei
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#252) @dependabot
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /sidecar/kubesphere/4.0.0 (#253) @dependabot
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /sidecar/kubesphere/4.0.0 (#260) @dependabot
- Bump golang.org/x/net from 0.17.0 to 0.23.0 (#261) @dependabot
- support to get tenant info from multiple cluster (#263) @wanjunlei
- Fix Typo in documentation (#262) @mohamed-rafraf
Full Changelog: v2.5.1...v2.5.2
What's Changed
- cherry pick from master by @wanjunlei in #268
- release v2.5.2 by @wanjunlei in #269
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
Other changes
- fix bug regex silence will silence all alert (#257) @wanjunlei
Full Changelog: v2.5.0...v2.5.1
What's Changed
- fix bug regex silence will silence all alert by @wanjunlei in #258
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- support send notification history without adaptor by @wanjunlei in #227
- change the format of notification history by @wanjunlei in #229
- delete v2beta1 crd by @wanjunlei in #230
- add tenant sidecar for ks v4.0 by @wanjunlei in #231
- update helm by @wanjunlei in #234
- add receiver name to the notifications by @wanjunlei in #235
- update dependencies by @wanjunlei in #236
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /sidecar/kubesphere/4.0.0 by @dependabot in #232
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #226
- Bump github.com/prometheus/alertmanager from 0.20.0 to 0.25.1 in /adapter by @dependabot in #233
- release v2.5.0-rc.0 by @wanjunlei in #237
- add annotation of alert to notification by @wanjunlei in #239
- update notification chart by @Gentleelephant in #242
- update imageRegistry by @Gentleelephant in #243
- fix bug by @Gentleelephant in #246
- fix bug by @Gentleelephant in #247
- fix bug by @Gentleelephant in #250
- optimize queries by @wanjunlei in #254
- release v2.5.0 by @wanjunlei in #256
Full Changelog: v2.4.0...v2.5.0
v2.5.0-rc.1
What's Changed
- add annotation of alert to notification by @wanjunlei in #239
Full Changelog: v2.5.0-rc.0...v2.5.0-rc.1
v2.5.0-rc.0
What's Changed
- support send notification history without adaptor by @wanjunlei in #227
- change the format of notification history by @wanjunlei in #229
- delete v2beta1 crd by @wanjunlei in #230
- add tenant sidecar for ks v4.0 by @wanjunlei in #231
- update helm by @wanjunlei in #234
- add receiver name to the notifications by @wanjunlei in #235
- update dependencies by @wanjunlei in #236
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /sidecar/kubesphere/4.0.0 by @dependabot in #232
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #226
- Bump github.com/prometheus/alertmanager from 0.20.0 to 0.25.1 in /adapter by @dependabot in #233
- release v2.5.0-rc.0 by @wanjunlei in #237
Full Changelog: v2.4.0...v2.5.0-rc.0
v2.4.0
FEATURES
- Support sending notifications to telegram(#210). @mangoGoForward
Enhancements
- Supports regular expression matching in Receiver, Silence, and Router(#215). @wenchajun
v2.3.0
v2.3.0-rc.0
Enhancements
- Optimize the logic of notification history(#193). @wanjunlei
v2.2.0
FEATURES
- Support Wechat bot receiver(#179). @Gentleelephant
- Support discord receiver(#185). @Gentleelephant
Enhancements & Updates
- Update kube-rbac-proxy to 0.11.0(#189). @Gentleelephant
v2.1.0
FEATURES
- Support sending notifications to AWS SMS (#159). @Bennu-Li
- Support routing notifications to specified tenants (#163). @wanjunlei
Enhancements
- Support using the
TZ
environment variable instead of the host path/etc/localtime
to set the time zone (#148). @ctrought - Enhanced notification template supports automatic message selection based on notification language (#160). @wanjunlei
BUGFIX
- Fixed
Feishu
does not support a short template name (#152). @wanjunlei