diff --git a/.env b/.env index 55fa433352..68995680fb 100644 --- a/.env +++ b/.env @@ -5,11 +5,11 @@ 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 -VROOM_IMAGE=getsentry/vroom:nightly +SENTRY_IMAGE=getsentry/sentry:23.11.0 +SNUBA_IMAGE=getsentry/snuba:23.11.0 +RELAY_IMAGE=getsentry/relay:23.11.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:23.11.0 +VROOM_IMAGE=getsentry/vroom:23.11.0 WAL2JSON_VERSION=latest HEALTHCHECK_INTERVAL=30s HEALTHCHECK_TIMEOUT=1m30s diff --git a/CHANGELOG.md b/CHANGELOG.md index 685787c5be..aabd4ca8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 23.11.0 + +### Various fixes & improvements + +- feat: provide a toggle to enable discord integration (#2548) by @aldy505 +- ref: fix a typo (#2556) by @asottile-sentry +- ref: use `git branch --show-current` instead of sed (#2550) by @asottile-sentry +- Remove sessions infra (#2514) by @hubertdeng123 +- Upgrade Clickhouse to 21.8 (#2536) by @hubertdeng123 +- [Snyk] Security upgrade debian from bullseye-slim to bookworm-20231009-slim (#2511) by @Indigi-managed +- snuba: Remove deprecated CLI arg (#2515) by @lynnagara + ## 23.10.1 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index f569764be1..43eeb5d989 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: 2026-10-20 +Change Date: 2026-11-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index c8078079bb..345027e9df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 23.11.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).