81 Commits

Author SHA1 Message Date
getsentry-bot
64aec777ce build: Set master version to nightly 2021-07-15 18:15:46 +00:00
getsentry-bot
fae2293eca release: 21.7.0 2021-07-15 18:04:09 +00:00
getsentry-bot
4282249638 build: Set master version to nightly 2021-07-08 08:45:06 +00:00
getsentry-bot
4da10694c2 release: 21.6.3 2021-07-08 08:37:42 +00:00
getsentry-bot
66e1820087 build: Set master version to nightly 2021-07-02 21:12:11 +00:00
getsentry-bot
a2a99b910d release: 21.6.2 2021-07-02 21:04:36 +00:00
Burak Yigit Kaya
198b2751f5
docs: Fold README into self-hosted docs (#993)
Closes #983 and closes #790.

Refs getsentry/develop#355.
2021-06-15 16:38:22 -04:00
getsentry-bot
1fae7759c0 build: Set master version to nightly 2021-06-15 19:56:17 +00:00
getsentry-bot
aea6adc5b8 release: 21.6.1 2021-06-15 19:48:13 +00:00
getsentry-bot
b74416d3f0 build: Set master version to nightly 2021-06-15 19:28:39 +00:00
getsentry-bot
d05d9a6229 release: 21.6.0 2021-06-15 18:05:28 +00:00
getsentry-bot
93bf1b6db5 build: Set master version to nightly 2021-05-19 11:22:39 +00:00
getsentry-bot
ee240f041c release: 21.5.1 2021-05-19 11:14:39 +00:00
getsentry-bot
a2c315cf51 build: Set master version to nightly 2021-05-17 21:18:55 +00:00
getsentry-bot
864e184e3b release: 21.5.0 2021-05-17 21:10:58 +00:00
getsentry-bot
f3d0e3d193 build: Set master version to nightly 2021-04-21 22:39:58 +00:00
getsentry-bot
e7a1101683 release: 21.4.1 2021-04-21 22:32:40 +00:00
getsentry-bot
662a773e57 build: Set master version to nightly 2021-04-15 19:27:57 +00:00
getsentry-bot
faf108863a release: 21.4.0 2021-04-15 19:20:03 +00:00
Stephen Cefali
dd5a7d430e
docs: explain changing version on Linux (#922)
Explains how to set the version on Linux where `sudo` is required. Based on this Stack overflow answer: https://stackoverflow.com/questions/8633461/how-to-keep-environment-variables-when-using-sudo/8636711#8636711
2021-04-12 18:52:00 +00:00
getsentry-bot
2223723fa1 build: Set master version to nightly 2021-04-08 21:59:17 +00:00
getsentry-bot
315cbaa96d release: 21.3.1 2021-04-08 21:51:24 +00:00
Hugo Barrera
bdd2686021
fix: Typo in README (#897) 2021-03-23 12:23:16 +03:00
Burak Yigit Kaya
f77e35d193 build: Set master version to nightly 2021-03-16 00:49:02 +03:00
getsentry-bot
48c855aa3d release: 21.3.0 2021-03-15 18:25:12 +00:00
Burak Yigit Kaya
f9ab3e084f build: Set master version to nightly 2021-02-15 22:34:03 +03:00
getsentry-bot
21c7ece188 release: 21.2.0 2021-02-15 18:20:50 +00:00
Burak Yigit Kaya
ab5b867474
ref(requirements): Add min CPU requirement, relax soft RAM (#844)
* ref(requirements): Add min CPU requirement, relax soft RAM

Adds minimum of 4 CPU cores requirement as anything below will perform quite poorly even on lower loads. Relaxes the soft RAM requirement from 8000 MB to 7800 MB as even when there is 8 GB RAM installed, the system reserves some of it to itself and under reports the amount.

* pass on CI with soft limit
2021-02-01 16:41:12 +03:00
Burak Yigit Kaya
41f7a7e98c
docs: Add 20 GB minimum disk space requirement (#836)
When trying to install self-hosted Sentry on Google Cloud Compute container-optimized OS, I hit an issue where the disk space was not sufficient to even build local images. Given Kafka and Clickhouse are also quite disk-intensive, it makes sense to add this to the docs.

Opted not to add an automated check for this as it is not easy to determine the path Sentry installation will consume, hence the free space there.
2021-01-25 16:15:45 +03:00
Burak Yigit Kaya
ee53f18ad0
breaking: Remove Python 2 support (#833) 2021-01-20 15:28:14 +00:00
Burak Yigit Kaya
cc31349cc4 build: Set master version to nightly 2021-01-15 23:16:49 +03:00
getsentry-bot
7093bb4d77 release: 21.1.0 2021-01-15 18:45:41 +00:00
Chad Whitacre
2dadbda1cc
Bump RAM requirement
Low-hanging fruit on https://github.com/getsentry/onpremise/issues/787.
2021-01-07 11:10:04 -05:00
Burak Yigit Kaya
bd6817e8fb build: Set master version to nightly 2020-12-16 00:53:28 +03:00
getsentry-bot
3d98c89d75 release: 20.12.1 2020-12-15 21:10:16 +00:00
Burak Yigit Kaya
06fb0d75de
ref(py3): Make PY3 the default*, add SENTRY_PYTHON (#763)
This is in preparation to make the PY3 version the default* for Docker images and self-hosted. It is part **2/5**:

1. ~~Add `-py2` variants for the Python 2 build tags and introduce the `SENTRY_PYTHON2` env variable usage~~ (getsentry/sentry#22460)
2. __Switch getsentry/onpremise to Python 3 by default*, introducing the `SENTRY_PYTHON2` env var for Py2 builds via the `-py2` suffix__
3. Move the unsuffixed version of the builds to Python 3
4. Remove the `SENTRY_PYTHON3` env var support and `-py3` prefix usage from getsentry/onpremise
5. Remove tagging of `-py3` builds from here

_* this will only happen when item 3 above gets landed_
2020-12-04 22:43:36 +03:00
Marc Durdin
19f4561a9e
Clarify upgrade process (#751)
After following the instructions on this repo for upgrading, and breaking my installation, I thought it might be helpful to others if these instructions were clarified a little.
2020-11-19 12:53:50 +03:00
Burak Yigit Kaya
2a559485ad
ref: Switch all nightly images to :nightly tag (#703) 2020-10-15 23:06:24 +03:00
Burak Yigit Kaya
1399be6a68
feat(py3): Add Python 3 support via SENTRY_PYTHON3 env variable (#702) 2020-10-14 21:54:55 +03:00
Pataar
a9a8b2f98b
docs: Update README with several improvements (#695)
- Change minimal Docker version to the one in `install.sh`
- Add an extra link to the documentation
- Change the existing link to point to the correct one.
2020-10-07 23:14:23 +03:00
Pataar
de2b610fc3
State that config files need to be updated as well (#690)
Our relay connection wasn't behaving correctly because of some missing config in our `sentry.conf.py`. Also, we didn't have the performance module enabled because of a missing feature flag.

That's why an entry in the documentation regarding this would be nice.
2020-10-02 19:40:46 +03:00
Burak Yigit Kaya
49dbeabb2b
ci(gcb): Drop Docker version to 19.03.8 as that's the latest on GCB 2020-09-15 20:19:58 +03:00
Burak Yigit Kaya
f8a2e48ed6
build(docker): Bump min Docker & Compose versions (#676)
We need `docker-compose ps -a` for CI so we were already using 1.24.1, this aligns the rest with that.

For Docker, there are a bunch of network-related fixes in 19.03.12 and prior (DNS fallback and IPv6 advertising) that we'd like to have to see if they are going to fix some reported connectivity issues w/ onpremise.
2020-09-15 19:40:42 +03:00
Burak Yigit Kaya
9b3aee1b1f
ref(self-hosted): More on-premise -> self-hosted (#669) 2020-09-09 22:30:27 +03:00
Burak Yigit Kaya
98b011ae88
fix[readme): Don't recommend nginx in docker-compose (#657)
Fixes an issue where we recommend adding TLS terminating Nginx into the docker-compose file. This is no longer recommended as we already have an nginx instance there for routing purposes.

Fixes #653.
2020-09-04 22:49:56 +03:00
Burak Yigit Kaya
5bcc795964
meta(readme): Point documentation URL to the new develop site
Follow up to getsentry/develop#123
2020-09-01 23:53:34 +03:00
Burak Yigit Kaya
d55e7dbae3
meta(readme): Update build badge from TravisCI to GHA
Follow up to #648
2020-09-01 23:51:49 +03:00
Kevin Waddle
175ad09057
install: Add flag to skip create user prompt during install (#646)
Fixes #611.
2020-08-27 18:32:20 +03:00
Burak Yigit Kaya
131a324af2
docs: Rename title from 10 to Nightly 2020-06-17 20:56:24 +03:00
Burak Yigit Kaya
9793bb7157
meta(versioning): Reword versioning sect. now that we have version tags (#510) 2020-05-23 22:49:31 +03:00