hive@11.10.0
Minor Changes
- #8184
4540184
Thanks @ben-m-klein! - Add Discord as a first-class alert
channel with Discord webhook formatting for alert notifications.
Patch Changes
-
#8301
df4ba0c
Thanks @overpod! - AddEMAIL_PROVIDER_SMTP_IGNORE_TLSenvironment
variable for thesmtpemail provider.Set it to
1to never use STARTTLS, even when the SMTP server advertises support for it. This
allows sending emails through servers without working TLS support. The variable is opt-in and
defaults to0, so existing deployments keep their current behaviour. -
#8296
e239df7
Thanks @n1ru4l! - cleanup old unused database tables -
#8305
dee12d9
Thanks @jonathanawesome! - AddENCRYPTION_SECRET
environment variable to theworkflowsservice.The service needs it to decrypt the Slack token stored by the API service when it dispatches
metric-alert notifications. Set it to the same value asENCRYPTION_SECRETon the server and
schema services, otherwise the token cannot be decrypted and Slack notifications fail.The variable is optional, so existing deployments keep booting after an upgrade. When it is not
set the service starts normally and every other task keeps running, but Slack metric-alert
notifications are skipped.