From e554c5c246791c3c53c355091acb9e0d29aba5fa Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 15 Nov 2022 21:39:54 +0000 Subject: [PATCH] release: 22.11.0 --- .env | 8 ++++---- CHANGELOG.md | 15 +++++++++++++++ LICENSE | 2 +- README.md | 2 +- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 17036f4d54..eb9f888604 100644 --- a/.env +++ b/.env @@ -5,10 +5,10 @@ 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 +SENTRY_IMAGE=getsentry/sentry:22.11.0 +SNUBA_IMAGE=getsentry/snuba:22.11.0 +RELAY_IMAGE=getsentry/relay:22.11.0 +SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.5.1 WAL2JSON_VERSION=latest HEALTHCHECK_INTERVAL=30s HEALTHCHECK_TIMEOUT=60s diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c4a294df..3811a7c78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 22.11.0 + +### Various fixes & improvements + +- Fix jq usage (#1814) by @ethanhs +- Try adding end to end tests using new action (#1806) by @ethanhs +- Add context line, error msg to envelope (#1784) by @hubertdeng123 +- Update to actions/checkoutv3 to address upcoming github deprecations (#1792) by @mattgauntseo-sentry +- ref: upgrade actions/setup-python to avoid set-output deprecation (#1789) by @asottile-sentry +- Enforce error reporting (#1777) by @hubertdeng123 +- Upload end of log as breadcrumbs, use exceptions and stacktrace (#1775) by @ethanhs +- Fix sentry release for dogfood instance (#1768) by @hubertdeng123 +- Add pre-commit config (#1738) by @ethanhs +- Do not send event on INT signal (#1773) by @hubertdeng123 + ## 22.10.0 ### Various fixes & improvements diff --git a/LICENSE b/LICENSE index bec96e9ea8..f3f820f1ae 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: 2025-10-17 +Change Date: 2025-11-15 Change License: Apache License, Version 2.0 diff --git a/README.md b/README.md index 9d30f3a727..8da5771141 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Hosted Sentry nightly +# Self-Hosted Sentry 22.11.0 Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).