From 58fc4a01e9c90f46e928c8dd8e9fd70905930554 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:50:21 +0100 Subject: [PATCH] Changelog for v5.10.2832 --- docs/technical-changelog.mdx | 63 ++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 50177322..1023263e 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,69 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 5.10 Patch 2832 + +## v5.10.2832 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v5.10.2832) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v5.10.2832) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v5.10.2832) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-kustomize/releases/tag/v5.10.2832) + +### Features + +#### Cody + +- update cody web to 0.17.0 version `(PR #2285)` +- update cody web to 0.16.0 version `(PR #2284)` + - OPTIONAL; info at [https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c](https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c) + Backport 964eceae584e4eff56df9711da68fef7047cbc40 from #2254 + +### Fix + +#### Bazel + +- syft checksum update `(PR #2218)` + +#### Cody + +- disable reranking for airgapped instances `(PR #2194)` + +#### Release + +- Remove `--link` and add optional args env var `(PR #2216)` + - fix(rel): change `pg_upgrade` behavior to use copy instead of hard links Backport 13caa807d96dd4b5dd872fec2a38322d1888134a from #2192 +- remove -x flag in readiness check on database containers `(PR #2135)` + - fix(rel): address issue with readiness check outputting passwords to logs. + Backport 655a739e8e791d7aab1977d2c26543a3a4871809 from #2132 + +### Chore + +#### Ci + +- bzlmod migration for rules_syft `(PR #2193)` + - Backport fbf92aedbb81f00766d7107015b7697352b5c482 from #1812 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 5.10.x] Context: switch to Snowball stopwords (#2223) `(PR #2225)` + - Narrowed down the stopwords list used in Cody context, to fix an issue where we could miss highly relevant files.Backports [https://github.com/sourcegraph/sourcegraph/pull/2223](https://github.com/sourcegraph/sourcegraph/pull/2223) +- [Backport 5.10.x] bugfix: do not load commit history eagerly `(PR #2201)` + - Fixes a bug where the new web app may consume an outsized amount of backend resources when browsing large repositories. Backport 79546146e2bfa4e3fcee1a8e825ad48823c8cd77 from #2197 +- [Backport 5.10.x] Cody context: clean up resolvers `(PR #2187)` + +{/* RSS={"version":"v5.10.2832", "releasedAt": "2024-12-12"} */} + + # 5.10 Patch 1 > Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to take a database backup before upgrading! See our [Postgres 12 end of life](https://sourcegraph.com/docs/admin/postgres12_end_of_life_notice#postgres-12-end-of-life) notice!