diff --git a/.env b/.env index 17036f4d54..f8231b3ad4 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.10.0 +SNUBA_IMAGE=getsentry/snuba:22.10.0 +RELAY_IMAGE=getsentry/relay:22.10.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 19285409e2..c3c4a294df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 22.10.0 + +### Various fixes & improvements + +- Split post process forwarders (#1759) by @chadwhitacre +- Revert "Enforce error reporting for self-hosted" (#1755) by @hubertdeng123 +- Enforce error reporting for self-hosted (#1753) by @hubertdeng123 +- ref: Remove unused scripts and code (#1710) by @BYK +- Check to see if docker compose exists, else error out (#1733) by @hubertdeng123 +- Fix minimum version requirements for docker and docker compose (#1732) by @hubertdeng123 +- Factor out clean and use it in unit-test (#1731) by @chadwhitacre +- Reorganize unit test layout (#1729) by @hubertdeng123 +- Request event ID in issue template (#1723) by @ethanhs +- Tag releases with sentry-cli (#1718) by @hubertdeng123 +- Send full logs as an attachment to our dogfood instance (#1715) by @hubertdeng123 + ## 22.9.0 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index acb325a522..bec96e9ea8 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-09-15 +Change Date: 2025-10-17 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 9707f17c40..f8a23feaf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 22.10.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).