mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
release: 23.6.2
This commit is contained in:
parent
15fa26416f
commit
5c5bf06fae
10
.env
10
.env
@ -5,11 +5,11 @@ 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
|
||||
VROOM_IMAGE=getsentry/vroom:nightly
|
||||
SENTRY_IMAGE=getsentry/sentry:23.6.2
|
||||
SNUBA_IMAGE=getsentry/snuba:23.6.2
|
||||
RELAY_IMAGE=getsentry/relay:23.6.2
|
||||
SYMBOLICATOR_IMAGE=getsentry/symbolicator:23.6.2
|
||||
VROOM_IMAGE=getsentry/vroom:23.6.2
|
||||
WAL2JSON_VERSION=latest
|
||||
HEALTHCHECK_INTERVAL=30s
|
||||
HEALTHCHECK_TIMEOUT=60s
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## 23.6.2
|
||||
|
||||
### Various fixes & improvements
|
||||
|
||||
- Update nginx to 1.25.1 (#2235) by @williamdes
|
||||
- Fix error fingerprinting (#2237) by @chadwhitacre
|
||||
- A couple unit testing improvements (#2238) by @chadwhitacre
|
||||
- Fix #1684 (#2234) by @azaslavsky
|
||||
- Update memcached to 1.6.21 (#2231) by @williamdes
|
||||
- Update redis to 6.2.12 (#2230) by @williamdes
|
||||
- ref: Move all consumers to unified consumer CLI (#2224) by @hubertdeng123
|
||||
- Revert "ref: Move most consumers to unified consumer CLI" (#2223) by @hubertdeng123
|
||||
- ref: Move most consumers to unified consumer CLI (#2203) by @untitaker
|
||||
- Release 23.6.1 cleanup (#2209) by @hubertdeng123
|
||||
|
||||
## 23.6.1
|
||||
|
||||
### Various fixes & improvements
|
||||
|
||||
2
LICENSE
2
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: 2026-06-16
|
||||
Change Date: 2026-07-06
|
||||
|
||||
Change License: Apache License, Version 2.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user