Skip to content

hive@11.10.0

Choose a tag to compare

@theguild-bot theguild-bot released this 04 Aug 00:58
· 34 commits to main since this release
dad07a4

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! - Add EMAIL_PROVIDER_SMTP_IGNORE_TLS environment
    variable for the smtp email provider.

    Set it to 1 to 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 to 0, so existing deployments keep their current behaviour.

  • #8296
    e239df7
    Thanks @n1ru4l! - cleanup old unused database tables

  • #8305
    dee12d9
    Thanks @jonathanawesome! - Add ENCRYPTION_SECRET
    environment variable to the workflows service.

    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 as ENCRYPTION_SECRET on 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.