Skip to content

Commit

Permalink
release: 23.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 20, 2023
1 parent 48c30b0 commit 6d3c824
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1
SNUBA_IMAGE=getsentry/snuba:23.10.1
RELAY_IMAGE=getsentry/relay:23.10.1
SYMBOLICATOR_IMAGE=getsentry/symbolicator:23.10.1
VROOM_IMAGE=getsentry/vroom:23.10.1
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=1m30s
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 23.10.1

### Various fixes & improvements

- Revert "feat: upgrade to zookeeper-less kafka (#2445)" (#2500) by @hubertdeng123
- Add fast revert GH workflow (#2499) by @hubertdeng123
- build(deps): bump actions/checkout from 3 to 4 (#2493) by @dependabot
- configure dependabot (#2491) by @mdtro
- deps: bump nginx to 1.25.2 (#2490) by @mdtro
- feat: upgrade to zookeeper-less kafka (#2445) by @joshuarli
- Update outdated install option in README (#2440) by @hubertdeng123

## 23.10.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-17
Change Date: 2026-10-20

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Self-Hosted Sentry nightly
# Self-Hosted Sentry 23.10.1

Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).

Expand Down

0 comments on commit 6d3c824

Please sign in to comment.