Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Opstrace v2021.11.17

Latest
Compare
Choose a tag to compare
@jgehrcke jgehrcke released this 17 Nov 20:25
· 11 commits to main since this release

Commits compared to the last release (v2021.09.17) are listed here.

Breaking changes

Opstrace now requires you to set up your own (free tier) Auth0 integration. We have also decided to not support the magic *.opstrace.io DNS names through our DNS reconfiguration service anymore.

Hence, the following Opstrace install-time configuration parameters are now required:

  • custom_dns_name
  • custom_auth0_client_id
  • custom_auth0_domain

The custom Auth0 integration is rather easy to set up. Accompanying this release, we have prepared a detailed guide for you: Opstrace with a custom Auth0 integration.

For documentation about the custom_dns_name parameter we'd like to direct you to the configuration reference.

Component versions bumps

Other changes

  • We have started to rewrite 5xx HTTP errors emitted by Cortex into non-retryable errors to allow larger-scale systems to recover from downtime. This is a significant change that demands discussion. Also see #1410 and #1409.
  • We updated a number of library dependencies across all components to address a variety of CVE scanner warnings.