diff --git a/.env b/.env index acb4ee8..0a7bae2 100644 --- a/.env +++ b/.env @@ -5,10 +5,10 @@ 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:22.7.0 +SNUBA_IMAGE=getsentry/snuba:22.7.0 +RELAY_IMAGE=getsentry/relay:22.7.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.5.1 WAL2JSON_VERSION=latest HEALTHCHECK_INTERVAL=30s HEALTHCHECK_TIMEOUT=60s diff --git a/CHANGELOG.md b/CHANGELOG.md index abec321..2d7d12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 22.7.0 + +### Various fixes & improvements + +- ref: use sort -V to check minimum versions (#1553) by @ethanhs +- Get more data from users in issue templates (#1497) by @aminvakil +- Add ARM support (#1538) by @chadwhitacre +- do not use gosu for snuba-transactions-cleanup and snuba-cleanup (#1564) by @goganchic +- ref: Replace regex with --short flag to get compose version (#1551) by @ethanhs +- Improve installation through proxy (#1543) by @goganchic +- Cleanup .env{,.custom} handling (#1539) by @chadwhitacre +- Bump nginx:1.22.0-alpine (#1506) by @aminvakil +- Run release a new version job only on getsentry (#1529) by @aminvakil + ## 22.6.0 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index 72155bd..1b8b864 100644 --- a/LICENSE +++ b/LICENSE @@ -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: 2025-06-15 +Change Date: 2025-07-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 0261be1..d67c17d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 22.7.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).