Skip to content

Commit 63bb01c

Browse files
committed
release: 21.12.0
1 parent 13221b8 commit 63bb01c

File tree

4 files changed

+49
-6
lines changed

4 files changed

+49
-6
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SENTRY_EVENT_RETENTION_DAYS=90
55
SENTRY_BIND=9000
66
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
77
# SENTRY_MAIL_HOST=example.com
8-
SENTRY_IMAGE=getsentry/sentry:nightly
9-
SNUBA_IMAGE=getsentry/snuba:nightly
10-
RELAY_IMAGE=getsentry/relay:nightly
11-
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
8+
SENTRY_IMAGE=getsentry/sentry:21.12.0
9+
SNUBA_IMAGE=getsentry/snuba:21.12.0
10+
RELAY_IMAGE=getsentry/relay:21.12.0
11+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.4.0
1212
WAL2JSON_VERSION=latest

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## 21.12.0
4+
5+
### Support Docker Compose v2 (ongoing)
6+
7+
Self-hosted Sentry mostly works with Docker Compose v2 (in addition to v1 >= 1.28.0). There is [one more bug](https://github.com/getsentry/self-hosted/issues/1133) we are trying to squash.
8+
9+
By: @chadwhitacre (#1179)
10+
11+
### Prevent Component Drift
12+
13+
When a user runs the `install.sh` script, they get the latest version of the Sentry, Snuba, Relay and Symbolicator projects. However there is no guarantee they have pulled the latest `self-hosted` version first, and running an old one may cause problems. To mitigate this, we now perform a check during installation that the user is on the latest commit if they are on the `master` branch. You can disable this check with `--skip-commit-check`.
14+
15+
By: @chadwhitacre (#1191), @aminvakil (#1186)
16+
17+
### React to log4shell
18+
19+
Self-hosted Sentry is [not vulnerable](https://github.com/getsentry/self-hosted/issues/1196) to the [log4shell](https://log4shell.com/) vulnerability.
20+
21+
By: @chadwhitacre (#1203)
22+
23+
### Forum → Issues
24+
25+
In the interest of reducing sources of truth, providing better support, and restarting the fire of the self-hosted Sentry community, we [deprecated the Discourse forum in favor of GitHub Issues](https://github.com/getsentry/self-hosted/issues/1151).
26+
27+
By: @chadwhitacre (#1167, #1160, #1159)
28+
29+
### Rename onpremise to self-hosted (ongoing)
30+
31+
In the beginning we used the term "on-premise" and over time we introduced the term "self-hosted." In an effort to regain some consistency for both branding and developer mental overhead purposes, we are standardizing on the term "self-hosted." This release includes a fair portion of the work towards this across multiple repos, hopefully a future release will include the remainder. Some orphaned containers / volumes / networks are [expected](https://github.com/getsentry/self-hosted/pull/1169#discussion_r756401917). You may clean them up with `docker-compose down --remove-orphans`.
32+
33+
By: @chadwhitacre (#1169)
34+
35+
### Add support for custom DotEnv file
36+
37+
There are several ways to [configure self-hosted Sentry](https://develop.sentry.dev/self-hosted/#configuration) and one of them is the `.env` file. In this release we add support for a `.env.custom` file that is git-ignored to make it easier for you to override keys configured this way with custom values. Thanks to @Sebi94nbg for the contribution!
38+
39+
By: @Sebi94nbg (#1113)
40+
41+
### Various fixes & improvements
42+
43+
- Revert "Rename onpremise to self-hosted" (5495fe2e) by @chadwhitacre
44+
- Rename onpremise to self-hosted (9ad05d87) by @chadwhitacre
45+
346
## 21.11.0
447

548
### Various fixes & improvements

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2024-11-16
19+
Change Date: 2024-12-15
2020

2121
Change License: Apache License, Version 2.0
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Self-Hosted Sentry nightly
1+
# Self-Hosted Sentry 21.12.0
22

33
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).
44

0 commit comments

Comments
 (0)