diff --git a/.env b/.env index 17036f4d54..8c61aa5699 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.12.0 +SNUBA_IMAGE=getsentry/snuba:22.12.0 +RELAY_IMAGE=getsentry/relay:22.12.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.6.0 WAL2JSON_VERSION=latest HEALTHCHECK_INTERVAL=30s HEALTHCHECK_TIMEOUT=60s diff --git a/CHANGELOG.md b/CHANGELOG.md index 3811a7c78a..df2201f779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 22.12.0 + +### Various fixes & improvements + +- Build each service image individually (#1858) by @ethanhs +- Set higher kafka healthcheck timeout and fix clickhouse timeout (#1855) by @ethanhs +- Add --skip-sse42-requirements to install.sh and enable SKIP_SSE42_REQUIREMENTS override (#1790) by @erinaceous +- Fix commit-log-topic parameter configuration problem (#1817) by @klboke +- Add .idea to .gitignore (#1803) by @spawnia +- Add USE_X_FORWARDED_HOST to example config (#1804) by @crinjes +- (fix): Fix contributor PR e2e tests (#1820) by @hubertdeng123 + ## 22.11.0 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index f3f820f1ae..c4b8a697e6 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-11-15 +Change Date: 2025-12-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 9d30f3a727..dd9207bd12 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 22.12.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).