Merge branch 'release/21.11.0'

This commit is contained in:
getsentry-bot 2021-11-16 00:02:12 +00:00
commit 76c1b64b27
4 changed files with 16 additions and 6 deletions

8
.env
View File

@ -5,8 +5,8 @@ SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=9000
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
# SENTRY_MAIL_HOST=example.com
SENTRY_IMAGE=getsentry/sentry:nightly
SNUBA_IMAGE=getsentry/snuba:nightly
RELAY_IMAGE=getsentry/relay:nightly
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
SENTRY_IMAGE=getsentry/sentry:21.11.0
SNUBA_IMAGE=getsentry/snuba:21.11.0
RELAY_IMAGE=getsentry/relay:21.11.0
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.4.0
WAL2JSON_VERSION=latest

View File

@ -1,5 +1,15 @@
# Changelog
## 21.11.0
### Various fixes & improvements
- Fix #1079 - bug in reset.sh (#1134) by @chadwhitacre
- ci: Enable parallel tests again, increase timeouts (#1125) by @BYK
- fix: Hide compose errors during version check (#1124) by @BYK
- build: Omit nightly bump commit from changelog (#1120) by @BYK
- build: Set master version to nightly (d3e77857)
## 21.10.0
### Support for Docker Compose v2 (ongoing)

View File

@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
error-reporting or application monitoring features of the
Licensed Work.
Change Date: 2024-10-15
Change Date: 2024-11-15
Change License: Apache License, Version 2.0

View File

@ -1,4 +1,4 @@
# Self-Hosted Sentry nightly
# Self-Hosted Sentry 21.11.0
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).