From 2608caab24d0fb9e5e6042370cb018c7189618c7 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 15 Sep 2020 18:04:34 +0000 Subject: [PATCH] release: 20.9.0 --- .env | 8 ++++---- LICENSE | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 85ca9bc038..c12f6881f5 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:latest -SNUBA_IMAGE=getsentry/snuba:latest -RELAY_IMAGE=getsentry/relay:latest -SYMBOLICATOR_IMAGE=getsentry/symbolicator:latest +SENTRY_IMAGE=getsentry/sentry:20.9.0 +SNUBA_IMAGE=getsentry/snuba:20.9.0 +RELAY_IMAGE=getsentry/relay:20.9.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.2.0 diff --git a/LICENSE b/LICENSE index 38b25bd08d..18ffae0c3f 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: 2023-07-01 +Change Date: 2023-09-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index bdd3654d2c..16ef08013b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry Nightly [![Build Status][build-status-image]][build-status-url] +# Self-Hosted Sentry 20.9.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).