Skip to content

Commit 8c5c1ad

Browse files
committed
release: 22.2.0
1 parent 3b5fe43 commit 8c5c1ad

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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:22.2.0
9+
SNUBA_IMAGE=getsentry/snuba:22.2.0
10+
RELAY_IMAGE=getsentry/relay:22.2.0
11+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.4.2
1212
WAL2JSON_VERSION=latest
1313
HEALTHCHECK_INTERVAL=30s
1414
HEALTHCHECK_TIMEOUT=60s

CHANGELOG.md

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

3+
## 22.2.0
4+
5+
### Various fixes & improvements
6+
7+
- fix: unbound variable _group in reset/dc-detect-version script (#1283) (#1284) by @lovetodream
8+
- Remove routing helper (#1323) by @chadwhitacre
9+
- Bump nginx:1.21.6-alpine (#1319) by @aminvakil
10+
- Add a cloudbuild.yaml for GCB (#1315) by @chadwhitacre
11+
- Update set-up-and-migrate-database.sh (#1308) by @drmrbrewer
12+
- Pull relay explicitly to avoid garbage in creds (#1301) by @chadwhitacre
13+
- Improve logging of docker versions and relay creds (#1298) by @chadwhitacre
14+
- Remove file again (#1299) by @chadwhitacre
15+
- Clean up relay credentials generation (#1289) by @chadwhitacre
16+
- Add CI compose version 1.29.2 / 2.0.1 / 2.2.3 (#1290) by @chadwhitacre
17+
- Revert "Add CI compose version 1.29.2 / 2.0.1 / 2.2.3 (#1251)" (#1272) by @chadwhitacre
18+
- Add CI compose version 1.29.2 / 2.0.1 / 2.2.3 (#1251) by @aminvakil
19+
320
## 22.1.0
421

522
### 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: 2025-01-17
19+
Change Date: 2025-02-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 22.2.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)