mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
Merge branch 'release/23.1.0'
This commit is contained in:
commit
bf1d8e1d73
8
.env
8
.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:23.1.0
|
||||
SNUBA_IMAGE=getsentry/snuba:23.1.0
|
||||
RELAY_IMAGE=getsentry/relay:23.1.0
|
||||
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.6.0
|
||||
WAL2JSON_VERSION=latest
|
||||
HEALTHCHECK_INTERVAL=30s
|
||||
HEALTHCHECK_TIMEOUT=60s
|
||||
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 23.1.0
|
||||
|
||||
### Various fixes & improvements
|
||||
|
||||
- ci: Check health of services after running integration tests and fix snuba-replacer (#1897) by @ethanhs
|
||||
- Add wal2json debugging (#1906) by @chadwhitacre
|
||||
- Pick up CI bugfix (#1905) by @chadwhitacre
|
||||
- ref: Move jq build to error-handling.sh, and use proxy config (#1895) by @ethanhs
|
||||
- fix(CI): use default curl retry mechanism for wal2json install (#1890) by @volokluev
|
||||
- ref: Retry wal2json download in installer (#1881) by @ethanhs
|
||||
- ci: Remove GCB and update Github Action SHA (#1880) by @ethanhs
|
||||
|
||||
## 22.12.0
|
||||
|
||||
### 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: 2025-12-15
|
||||
Change Date: 2026-01-15
|
||||
|
||||
Change License: Apache License, Version 2.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user