Skip to content

Commit

Permalink
release_patch: v5.9.347
Browse files Browse the repository at this point in the history
{"version":"v5.9.347","inputs":"server=5.9.347","type":"patch"}
  • Loading branch information
jdpleiness committed Nov 6, 2024
1 parent 1e264ca commit eba78f1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions docker-compose/db-only-migrate.docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
#
pgsql:
container_name: pgsql
image: 'index.docker.io/sourcegraph/postgres-12-alpine:5.8.1579@sha256:1a0452ee15696ad3ea02707853a76aea48538b9ec16bf02e9767a7ac2f72e0f1'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres-12-alpine:5.9.347@sha256:fa9183d05dfa3cc6266046c50bddbb2ab0fe6a059aac8c48cbf1879078c34c30'
cpus: 4
mem_limit: '2g'
healthcheck:
Expand All @@ -30,7 +30,7 @@ services:

codeintel-db:
container_name: codeintel-db
image: 'index.docker.io/sourcegraph/codeintel-db:5.8.1579@sha256:1a0452ee15696ad3ea02707853a76aea48538b9ec16bf02e9767a7ac2f72e0f1'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeintel-db:5.9.347@sha256:fa9183d05dfa3cc6266046c50bddbb2ab0fe6a059aac8c48cbf1879078c34c30'
cpus: 4
mem_limit: '2g'
healthcheck:
Expand Down
54 changes: 27 additions & 27 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
# for this container will need to be updated to reflect the new connection information.
migrator:
container_name: migrator
image: 'index.docker.io/sourcegraph/migrator:5.8.2660@sha256:faaa074d7856d65d0181102df7d66076a32974aa33e2e40878abb5a6891fc609'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/migrator:5.9.347@sha256:b5a27ad5e4549ef6fc0c0e8ed895d313781210b3f39d775f5d9f1dbbe2307cb7'
cpus: 0.5
mem_limit: '500m'
command: ['up']
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
# https://caddyserver.com/docs/caddyfile
caddy:
container_name: caddy
image: 'index.docker.io/sourcegraph/caddy:5.8.2660@sha256:09fa0a293c6e8ff512ab690c53e02253a36653bfb0ba316cd7d9dba203357aa8'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/caddy:5.9.347@sha256:a84ff3ff6aa22fd772075974331e5bb99084f51144f12d609f77685e3d083bb7'
cpus: 4
mem_limit: '4g'
environment:
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
# service.
sourcegraph-frontend-0:
container_name: sourcegraph-frontend-0
image: 'index.docker.io/sourcegraph/frontend:5.8.2660@sha256:0cbc6b7dbe5246ec810e2c996d8740d5eb68ebdaf35c1dd7e2f1bc733b8784dc'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:5.9.347@sha256:8c0f8290b784795b1b923455f0ae6be5d5c0e739c3e0878fe884d9103145a5c3'
cpus: 4
mem_limit: '8g'
environment:
Expand Down Expand Up @@ -180,7 +180,7 @@ services:
#
sourcegraph-frontend-internal:
container_name: sourcegraph-frontend-internal
image: 'index.docker.io/sourcegraph/frontend:5.8.2660@sha256:0cbc6b7dbe5246ec810e2c996d8740d5eb68ebdaf35c1dd7e2f1bc733b8784dc'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:5.9.347@sha256:8c0f8290b784795b1b923455f0ae6be5d5c0e739c3e0878fe884d9103145a5c3'
cpus: 4
mem_limit: '8g'
environment:
Expand Down Expand Up @@ -227,7 +227,7 @@ services:
#
gitserver-0:
container_name: gitserver-0
image: 'index.docker.io/sourcegraph/gitserver:5.8.2660@sha256:408eeff7367cf518c8583f3cdd83c7d3f684ac82d49c26ddbc07ffd17a2fbd22'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/gitserver:5.9.347@sha256:ffa6679c367262d048d7f1c1512841170716d4a22b7d1aa865148250b38d8880'
cpus: 4
mem_limit: '8g'
environment:
Expand All @@ -250,7 +250,7 @@ services:
#
zoekt-indexserver-0:
container_name: zoekt-indexserver-0
image: 'index.docker.io/sourcegraph/search-indexer:5.8.2660@sha256:cd4f6ce4b8d1d951c6b5da284bebba2b48801c9094555d08acb4c28b5cbed680'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/search-indexer:5.9.347@sha256:14c2dd419a321e5befe129dc6b2fb2ded231dddf325c97ca7ffdea9e525027a4'
cpus: 8
mem_limit: '16g'
environment:
Expand All @@ -273,7 +273,7 @@ services:
#
zoekt-webserver-0:
container_name: zoekt-webserver-0
image: 'index.docker.io/sourcegraph/indexed-searcher:5.8.2660@sha256:f8206d35bf6988f8e44e3ac22ce09a2b5c4e24adef123a303e9de9aae2c6280f'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/indexed-searcher:5.9.347@sha256:c699f416f4fc679ee0b017ac894765ef7a367056153f954c80ea3e10bb7e78be'
cpus: 8
mem_limit: '50g'
environment:
Expand All @@ -300,7 +300,7 @@ services:
#
searcher-0:
container_name: searcher-0
image: 'index.docker.io/sourcegraph/searcher:5.8.2660@sha256:413e85705b460abd5216ad495cd6377c14144c27d49296b371de072e96878b66'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/searcher:5.9.347@sha256:2e04eb0875e06519865bcec182bc9158a62a04b4b0819c3a1e9826fb946fd9f4'
cpus: 2
mem_limit: '2g'
environment:
Expand All @@ -324,7 +324,7 @@ services:
#
precise-code-intel-worker:
container_name: precise-code-intel-worker
image: 'index.docker.io/sourcegraph/precise-code-intel-worker:5.8.2660@sha256:17654c715a5d09915a4818a7ec79533f27c0d2a81b85279d2c602c518ea6bc9f'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/precise-code-intel-worker:5.9.347@sha256:9e599865237d5c03e2ffade097b3c1fca939e7fb883b4f6aab69f4bc60c2be37'
cpus: 2
mem_limit: '4g'
environment:
Expand All @@ -350,7 +350,7 @@ services:
#
repo-updater:
container_name: repo-updater
image: 'index.docker.io/sourcegraph/repo-updater:5.8.2660@sha256:c7d91296488a6554cbf3888dd7bcfd6747f426c790f212520a6f4ce75405d2b1'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/repo-updater:5.9.347@sha256:86a2f74ab1dcb1a9b4bd0a1ad81e69a390b7b0057918994eb193e74b3d08f523'
cpus: 4
mem_limit: '4g'
environment:
Expand All @@ -370,7 +370,7 @@ services:
#
worker:
container_name: worker
image: 'index.docker.io/sourcegraph/worker:5.8.2660@sha256:b64322d6c24af40f3981fd4c34d7016ce5b804f29da2d3705210c656fd03701e'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/worker:5.9.347@sha256:7b63d2a4f61667c204dc95b5c2e8f09a19873219b507a39cad16bfe513b128b9'
cpus: 4
mem_limit: '4g'
environment:
Expand All @@ -396,7 +396,7 @@ services:
#
syntect-server:
container_name: syntect-server
image: 'index.docker.io/sourcegraph/syntax-highlighter:5.8.2660@sha256:6c074655e19240f3edf7c795795725cdd20f5f083c18c00e098823370412262a'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntax-highlighter:5.9.347@sha256:5cc5b9f2457f37c9391962f3c688e67262250e9eeadc4a6b6ee4007b9e2fd224'
cpus: 4
mem_limit: '6g'
healthcheck:
Expand All @@ -417,7 +417,7 @@ services:
#
symbols-0:
container_name: symbols-0
image: 'index.docker.io/sourcegraph/symbols:5.8.2660@sha256:ec964608aab8e6abb6d4c22fa2a09be041f9cb989ed34b77977fd3a717ee61ac'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/symbols:5.9.347@sha256:4b73a00c35b4aeb773f05968a11538136be7e5431684ff6bf0f7b9a7864084c3'
cpus: 2
mem_limit: '4g'
environment:
Expand All @@ -443,7 +443,7 @@ services:
#
prometheus:
container_name: prometheus
image: 'index.docker.io/sourcegraph/prometheus:5.8.1579@sha256:7b6a0e35c62367ee65ceaa9df1d6e977384e9b53fb332856c2c11d6cf7e50fb3'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:5.9.347@sha256:ee90065eb3af589bf1d4625d447a9839a4c2f0017d49d694a59c686a4f0e3007'
cpus: 4
mem_limit: '8g'
volumes:
Expand All @@ -470,7 +470,7 @@ services:
# 'GF_SERVER_ROOT_URL='https://grafana.example.com'
grafana:
container_name: grafana
image: 'index.docker.io/sourcegraph/grafana:5.8.1579@sha256:6fbd569c0ad07f32719d3b2650eb1872d1b7300faa78c4698d18b201c9af23ea'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:5.9.347@sha256:cb4d4cdb1f03a5548dcce7eb8eb6e0a0efeebffd13eb9b1ae11d89e6b925b3ed'
cpus: 1
mem_limit: '1g'
volumes:
Expand All @@ -491,7 +491,7 @@ services:
#
cadvisor:
container_name: cadvisor
image: 'index.docker.io/sourcegraph/cadvisor:5.8.2660@sha256:2be15a9a8724088537cfa390cf4a5181b9030f6ce1a51133d9c544984ee62695'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:5.9.347@sha256:a05c77d3944320ce3de617bdc1802b8450648ab784b6933cc38d34971c691a15'
cpus: 1
mem_limit: '1g'
# You may set `privileged` to `false and `cadvisor` will run with reduced privileges.
Expand Down Expand Up @@ -524,7 +524,7 @@ services:
#
node-exporter:
container_name: node-exporter
image: 'index.docker.io/sourcegraph/node-exporter:5.8.2660@sha256:1e21659e1b896c17e83bc510eec354cbae58397c3f196080481905e32d27f8c1'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:5.9.347@sha256:b508bc23f2b6f0dfdfba55301ab36b6b2a019118f579a2b2222ed88ae1117625'
cpus: .5
mem_limit: '1g'
pid: 'host'
Expand Down Expand Up @@ -553,7 +553,7 @@ services:
#
pgsql:
container_name: pgsql
image: 'index.docker.io/sourcegraph/postgres-12-alpine:5.8.2660@sha256:3fa78e3cbc8073446a0d7cf518d6c724dcffd4fb7241e419b5deced59b35d45e'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres-12-alpine:5.9.347@sha256:fa9183d05dfa3cc6266046c50bddbb2ab0fe6a059aac8c48cbf1879078c34c30'
cpus: 4
mem_limit: '4g'
shm_size: '1g'
Expand Down Expand Up @@ -581,7 +581,7 @@ services:
# for this container will need to be updated to reflect the new connection information.
pgsql-exporter:
container_name: pgsql-exporter
image: 'index.docker.io/sourcegraph/postgres_exporter:5.8.2660@sha256:244f438fc1949507ba77251f4ac3e01977ee226936bd1bd70ec72bc8b25b7708'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.9.347@sha256:49bafb52e2c6da9660dd5c2d9762a6bd5fa217804de19ac00f1cc830ad93842b'
cpus: 0.1
mem_limit: '50m'
networks:
Expand All @@ -600,7 +600,7 @@ services:
#
codeintel-db:
container_name: codeintel-db
image: 'index.docker.io/sourcegraph/codeintel-db:5.8.2660@sha256:3fa78e3cbc8073446a0d7cf518d6c724dcffd4fb7241e419b5deced59b35d45e'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeintel-db:5.9.347@sha256:fa9183d05dfa3cc6266046c50bddbb2ab0fe6a059aac8c48cbf1879078c34c30'
cpus: 4
mem_limit: '4g'
shm_size: '1g'
Expand Down Expand Up @@ -628,7 +628,7 @@ services:
# for this container will need to be updated to reflect the new connection information.
codeintel-db-exporter:
container_name: codeintel-db-exporter
image: 'index.docker.io/sourcegraph/postgres_exporter:5.8.2660@sha256:244f438fc1949507ba77251f4ac3e01977ee226936bd1bd70ec72bc8b25b7708'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.9.347@sha256:49bafb52e2c6da9660dd5c2d9762a6bd5fa217804de19ac00f1cc830ad93842b'
cpus: 0.1
mem_limit: '50m'
networks:
Expand All @@ -647,7 +647,7 @@ services:
#
codeinsights-db:
container_name: codeinsights-db
image: 'index.docker.io/sourcegraph/codeinsights-db:5.8.2660@sha256:21bbdc0b0a23e97a6c9cd28805180c6c811ac8531d4e9081f9e5fb2513a31442'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeinsights-db:5.9.347@sha256:5969e723c3a1d1cee7e49942716cd554c8805703a442b64f7b7e5dd47dea6732'
cpus: 4
mem_limit: '2g'
shm_size: '1g'
Expand Down Expand Up @@ -680,7 +680,7 @@ services:
# for this container will need to be updated to reflect the new connection information.
codeinsights-db-exporter:
container_name: codeinsights-db-exporter
image: 'index.docker.io/sourcegraph/postgres_exporter:5.8.2660@sha256:244f438fc1949507ba77251f4ac3e01977ee226936bd1bd70ec72bc8b25b7708'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.9.347@sha256:49bafb52e2c6da9660dd5c2d9762a6bd5fa217804de19ac00f1cc830ad93842b'
cpus: 0.1
mem_limit: '50m'
networks:
Expand All @@ -699,7 +699,7 @@ services:
#
blobstore:
container_name: blobstore
image: 'index.docker.io/sourcegraph/blobstore:5.8.2660@sha256:4a80bd48d05979c3f50e6f3726aebc4c84e93477d275fd75ac715862a601cbb4'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:5.9.347@sha256:222abe583114b9aebc7c244774918402566c4a4320a8270318a3c73d034761c8'
cpus: 1
mem_limit: '1g'
healthcheck:
Expand All @@ -722,7 +722,7 @@ services:
#
redis-cache:
container_name: redis-cache
image: 'index.docker.io/sourcegraph/redis-cache:5.8.2660@sha256:a57fdb6c10e90ee9b20528e1b2ed904cf147a7ad911cc85c4b9e71d75f5845d0'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-cache:5.9.347@sha256:aed9b8fd83b1e6e327922d7d3dd631f878767d43256947b8da1d5ec4b6041fa1'
cpus: 1
mem_limit: '7g'
volumes:
Expand All @@ -738,7 +738,7 @@ services:
#
redis-store:
container_name: redis-store
image: 'index.docker.io/sourcegraph/redis-store:5.8.2660@sha256:c824e93d3bad0dce8d43c93f225afeaa18fce946c69c6db3f1445a10d9a83467'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-store:5.9.347@sha256:145a0afca1937ceca26951264810eaf10ef5c43c2161241a4355d56048407019'
cpus: 1
mem_limit: '7g'
volumes:
Expand All @@ -753,7 +753,7 @@ services:
# Ports exposed to the public internet: none
otel-collector:
container_name: otel-collector
image: 'index.docker.io/sourcegraph/opentelemetry-collector:5.8.2660@sha256:2c5617a14e15725a21b426f7b5873ee2976fac169e921dbdf979e796a0ee0c04'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.9.347@sha256:d87aa22cf2d4209ceb043e244cf44bc53bb121ff336afaf964537c24eba229bc'
cpus: 1
mem_limit: '1g'
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/executors/executor.docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'
services:
executor:
container_name: executor
image: 'index.docker.io/sourcegraph/executor:5.8.1579@sha256:58c39555a43ac95f12eb85a138f1199e936c68e04cad1ab78567b49d05b0ab40'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/executor:5.9.347@sha256:22041be226fb5569abe6df8fd9cf81d442bdf55dc0bf84f97e3766871052f203'
cpus: 1
mem_limit: '4g'
# Run as root (required for docker daemon control)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/jaeger/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
#
jaeger:
container_name: jaeger
image: 'index.docker.io/sourcegraph/jaeger-all-in-one:5.8.2660@sha256:6f3b3be0b774649b86c73c872fc59f37480be03f382c5cb583571fc13ec4f265'
image: 'us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/jaeger-all-in-one:5.9.347@sha256:84af0379fba6a1589e847bbfec182aba59aeb85b06ce31bca3ca6c6a414bb865'
cpus: 0.5
mem_limit: '512m'
ports:
Expand Down

0 comments on commit eba78f1

Please sign in to comment.