mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:31:54 +00:00
* all: entirely remove minio support
IMPORTANT: Please note this change is NOT active for customers until the
CHANGELOG is updated and clearly states the removal of this for a specific
version of Sourcegraph.
This change entirely removes minio support from our codebase, in favor
of the new Apache-licensed `sourcegraph/blobstore` Docker image:
* All deployment types already no longer use minio, including:
* Single container `sourcegraph/server`
* Docker Compose
* Pure Docker
* Kubernetes deployment types (helm, kustomize, vanilla, etc.)
* AMI/image-based 'one click' deployments and script-install deployments
* Removed the Docker image so we no longer _distribute_ any minio code for
new Sourcegraph versions in the future.
* Removed the ability of Sourcegraph to even configure/use minio in any form.
* Updated third-party license information to reflect the change.
Helps #44254
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
815 B
815 B
| 1 | Project | License | Repository |
|---|---|---|---|
| 2 | Prometheus | Apache License 2.0 | https://github.com/prometheus/prometheus |
| 3 | Grafana | Apache License 2.0 | https://github.com/grafana/grafana |
| 4 | Jaeger | Apache License 2.0 | https://github.com/jaegertracing/jaeger |
| 5 | PostgreSQL | PostgreSQL License | https://postgresql.org/ |
| 6 | SQLite | SQLite Blessing | https://sqlite.org/ |
| 7 | Redis | 3-Clause BSD License | https://redis.io/ |
| 8 | universal-ctags | GNU General Public License v2.0 | https://github.com/universal-ctags/ctags |
| 9 | Zoekt | Apache License 2.0 | https://github.com/sourcegraph/zoekt |
| 10 | Comby | Apache License 2.0 | https://github.com/comby-tools/comby/ |
| 11 | Alpine Linux | GNU General Public License | https://alpinelinux.org/ |
| 12 | Tini | MIT License | https://github.com/krallin/tini |
| 13 | s3proxy | Apache License 2.0 | https://github.com/sourcegraph/s3proxy |
| 14 | Coursier | Apache License 2.0 | https://get-coursier.io/ |