From 9327228a04e5a11fea6d641bcedcaf1165540a72 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Sun, 15 Aug 2021 18:03:59 +0000 Subject: [PATCH] release: 21.8.0 --- .env | 8 ++++---- CHANGELOG.md | 2 +- LICENSE | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index d49dae9c4f..f6fd53349c 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.8.0 +SNUBA_IMAGE=getsentry/snuba:21.8.0 +RELAY_IMAGE=getsentry/relay:21.8.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.3.4 WAL2JSON_VERSION=latest diff --git a/CHANGELOG.md b/CHANGELOG.md index edf49c7de4..f388b8732e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 21.8.0 - feat: Support custom CA roots ([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details. - fix: Fix `curl` image to version 7.77.0 diff --git a/LICENSE b/LICENSE index 5bc19b3201..a55050d90c 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-07-15 +Change Date: 2024-08-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 6c4874d19e..5e2c66f250 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 21.8.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).