Skip to content

Commit 63aeab0

Browse files
authored
release: sourcegraph@3.29.1 (#452)
1 parent 1cfbc5f commit 63aeab0

25 files changed

Lines changed: 48 additions & 48 deletions

deploy-cadvisor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo docker run --detach \
2424
--volume=/sys:/sys:ro \
2525
--volume=/var/lib/docker/:/var/lib/docker:ro \
2626
--volume=/dev/disk/:/dev/disk:ro \
27-
index.docker.io/sourcegraph/cadvisor:3.29.0@sha256:6bcd66870121487ace86608f076126423b0ba82351d77ba3dd555738b13ae7d0 \
27+
index.docker.io/sourcegraph/cadvisor:3.29.1@sha256:395e7b6b0f24f8aab511f22aa86e3dcb969e455e3bf0e512ce8b2831756fc912 \
2828
--port=8080
2929

3030
echo "Deployed cadvisor"

deploy-codeinsights-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run --detach \
2020
-e POSTGRES_PASSWORD=password \
2121
-e PGDATA=/var/lib/postgresql/data/pgdata \
2222
-v $VOLUME:/var/lib/postgresql/data/ \
23-
index.docker.io/sourcegraph/codeinsights-db:3.29.0@sha256:f985af2fef860cc48be40ded864df025b8794b02b86e66cbc6c55bfe3c418831
23+
index.docker.io/sourcegraph/codeinsights-db:3.29.1@sha256:f985af2fef860cc48be40ded864df025b8794b02b86e66cbc6c55bfe3c418831
2424

2525
# Note: You should deploy this as a container, do not try to connect it to your external
2626
# Postgres deployment (TimescaleDB is a bit special and most hosted Postgres deployments

deploy-codeintel-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --detach \
1919
--memory=2g \
2020
-e PGDATA=/var/lib/postgresql/data/pgdata \
2121
-v $VOLUME:/var/lib/postgresql/data/ \
22-
index.docker.io/sourcegraph/codeintel-db:3.29.0@sha256:35040317490324a15e1259c9023a726eb27c694530f6f8877e87d337c7b97778
22+
index.docker.io/sourcegraph/codeintel-db:3.29.1@sha256:35040317490324a15e1259c9023a726eb27c694530f6f8877e87d337c7b97778
2323

2424
# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2525
# but anything 12 and higher is supported.

deploy-frontend-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ docker run --detach \
4040
-e GITHUB_BASE_URL=http://github-proxy:3180 \
4141
-e PROMETHEUS_URL=http://prometheus:9090 \
4242
-v $VOLUME:/mnt/cache \
43-
index.docker.io/sourcegraph/frontend:3.29.0@sha256:52ab0377a3b94663c15ff098305275bca11592342e32f1729b53f59fe84c42a4
43+
index.docker.io/sourcegraph/frontend:3.29.1@sha256:ce659cb1a065ca295e2b209299eeb2c50a251a84dae54c27818273001e23f59e
4444

4545
echo "Deployed sourcegraph-frontend-internal service"

deploy-frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run --detach \
4242
-e PROMETHEUS_URL=http://prometheus:9090 \
4343
-v $VOLUME:/mnt/cache \
4444
-p 0.0.0.0:$((3080 + $1)):3080 \
45-
index.docker.io/sourcegraph/frontend:3.29.0@sha256:52ab0377a3b94663c15ff098305275bca11592342e32f1729b53f59fe84c42a4
45+
index.docker.io/sourcegraph/frontend:3.29.1@sha256:ce659cb1a065ca295e2b209299eeb2c50a251a84dae54c27818273001e23f59e
4646

4747
# Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
4848
# lists which each allow you to specify more container instances for scaling

deploy-github-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run --detach \
2121
-e GOMAXPROCS=1 \
2222
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2323
-e JAEGER_AGENT_HOST=jaeger \
24-
index.docker.io/sourcegraph/github-proxy:3.29.0@sha256:12f53692d555100828a79aabef09927faa7818e1151bfe3f2bb383a9a47e8a4a
24+
index.docker.io/sourcegraph/github-proxy:3.29.1@sha256:68cdda9e9e3795b2da841b2a6ef5665e14b93a051cee9809bc9081fc04e48d7a
2525

2626
echo "Deployed github-proxy service"

deploy-gitserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ docker run --detach \
2323
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2424
-e JAEGER_AGENT_HOST=jaeger \
2525
-v $VOLUME:/data/repos \
26-
index.docker.io/sourcegraph/gitserver:3.29.0@sha256:03aacb13fdb9a30bba7113c095ba0953a016df9edf7f1059cee6db8cce3571c6
26+
index.docker.io/sourcegraph/gitserver:3.29.1@sha256:7c58baf8a36335ca86197c9d2c2db2c351f608a574973ce06b4790cc36ce9b0a
2727

2828
echo "Deployed gitserver $1 service"

deploy-grafana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run --detach \
2121
-v $VOLUME:/var/lib/grafana \
2222
-v $(pwd)/grafana/datasources:/sg_config_grafana/provisioning/datasources \
2323
-v $(pwd)/grafana/dashboards:/sg_grafana_additional_dashboards \
24-
index.docker.io/sourcegraph/grafana:3.29.0@sha256:806aeebb2aa107ab1b1cc6b86dceab3350546950bfde93152ab1f17a43951bba
24+
index.docker.io/sourcegraph/grafana:3.29.1@sha256:d391dfbe7b8d8fc2fa5f7c33ec4c909c2f258383984462ce64c8994dad15a787
2525

2626
# Add the following lines above if you wish to use an auth proxy with Grafana:
2727
#

deploy-jaeger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ docker run --detach \
2020
-p 0.0.0.0:5778:5778 \
2121
-p 0.0.0.0:6831:6831 \
2222
-p 0.0.0.0:6832:6832 \
23-
index.docker.io/sourcegraph/jaeger-all-in-one:3.29.0@sha256:7e77fd0afe518bdfc4cf02498805afe391102c89a5a1928280fdc3bf1ae19a21 \
23+
index.docker.io/sourcegraph/jaeger-all-in-one:3.29.1@sha256:7722a13208fe6f8de68ad644c2e7ac2bfd87f7ad7c0e470f1df2ebec73d98ba7 \
2424
--memory.max-traces=20000

deploy-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ docker run --detach \
2121
-v $VOLUME:/data \
2222
-e MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE \
2323
-e MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY \
24-
index.docker.io/sourcegraph/minio:3.29.0@sha256:4f39c3fa2ecf208c0df013e36883d25c3eb8a88ec10d6b1718c2f2b62a34c665 \
24+
index.docker.io/sourcegraph/minio:3.29.1@sha256:4f39c3fa2ecf208c0df013e36883d25c3eb8a88ec10d6b1718c2f2b62a34c665 \
2525
server /data

0 commit comments

Comments
 (0)