From 21c7ece188bd0ca2e3885742026cf7382459c458 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Feb 2021 18:20:50 +0000 Subject: [PATCH] release: 21.2.0 --- .env | 8 ++++---- LICENSE | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 3848c8c0eb..1bb63dbd57 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ 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.2.0 +SNUBA_IMAGE=getsentry/snuba:21.2.0 +RELAY_IMAGE=getsentry/relay:21.2.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.3.3 diff --git a/LICENSE b/LICENSE index 17ad4038e7..e31117941e 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-01-15 +Change Date: 2024-02-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 62c9b46a28..d4906ad6d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 21.2.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).