ref(self-hosted): More on-premise -> self-hosted (#669)

This commit is contained in:
Burak Yigit Kaya 2020-09-09 22:30:27 +03:00 committed by GitHub
parent 23251e79b9
commit 9b3aee1b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
name: 🐞 Bug Report
about: Report a bug to help improve Sentry On-Premise
about: Report a bug to help improve Self-Hosted Sentry
---
## Version Information

View File

@ -1,4 +1,4 @@
# Sentry Nightly On-Premise [![Build Status][build-status-image]][build-status-url]
# Self-Hosted Sentry Nightly [![Build Status][build-status-image]][build-status-url]
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).

View File

@ -11,7 +11,7 @@ SYMBOLICATOR_VERSION=$(curl -s "https://api.github.com/repos/getsentry/symbolica
sed -i -e "s/^SYMBOLICATOR_IMAGE=\([^:]\+\):.\+\$/SYMBOLICATOR_IMAGE=\1:$SYMBOLICATOR_VERSION/" .env
sed -i -e "s/^\(SENTRY\|SNUBA\|RELAY\)_IMAGE=\([^:]\+\):.\+\$/\1_IMAGE=\2:$NEW_VERSION/" .env
sed -i -e "s/^\# Sentry .* On-Premise/# Sentry $NEW_VERSION On-Premise/" README.md
sed -i -e "s/^\# Self-Hosted Sentry .*/# Self-Hosted Sentry $NEW_VERSION/" README.md
sed -i -e "s/\(Change Date:\s*\)[-0-9]\+\$/\\1$(date +'%Y-%m-%d' -d '3 years')/" LICENSE
echo "New version: $NEW_VERSION"

View File

@ -80,7 +80,7 @@ SENTRY_OPTIONS["redis.clusters"] = {
# Queue #
#########
# See https://docs.getsentry.com/on-premise/server/queue/ for more
# See https://develop.sentry.dev/services/queue/ for more
# information on configuring your queue broker and workers. Sentry relies
# on a Python framework called Celery to manage queues.