diff --git a/.env b/.env index d49dae9c4f..d579a9e4aa 100644 --- a/.env +++ b/.env @@ -3,8 +3,8 @@ SENTRY_EVENT_RETENTION_DAYS=90 # You can either use a port number or an IP:PORT combo for SENTRY_BIND # See https://docs.docker.com/compose/compose-file/#ports for more SENTRY_BIND=9000 -SENTRY_IMAGE=getsentry/sentry:nightly -SNUBA_IMAGE=getsentry/snuba:nightly -RELAY_IMAGE=getsentry/relay:nightly -SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly +SENTRY_IMAGE=getsentry/sentry:21.6.2 +SNUBA_IMAGE=getsentry/snuba:21.6.2 +RELAY_IMAGE=getsentry/relay:21.6.2 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.3.4 WAL2JSON_VERSION=latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 61482758ed..c87135246b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 21.6.2 - BREAKING CHANGE: The frontend bundle will be loaded asynchronously (via [#25744](https://github.com/getsentry/sentry/pull/25744)). This is a breaking change that can affect custom plugins that access certain globals in the django template. Please see https://forum.sentry.io/t/breaking-frontend-changes-for-custom-plugins/14184 for more information. diff --git a/LICENSE b/LICENSE index d06ca6e2a7..d6feac6a35 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: 2024-06-15 +Change Date: 2024-07-02 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 3c2c02b956..388bc425c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 21.6.2 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).