From eccbff9b993511420e3a30c3b7fe55817d09c298 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Wed, 16 Oct 2024 15:09:50 -0700 Subject: [PATCH] Changelog for v5.8.1579 --- docs/technical-changelog.mdx | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index c805b6a4e..8dd1c4332 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,47 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# sourcegraph 5 Release 8 Patch 1 + +### Features + +#### Telemetry + +- check for external dbs (#1083) [#1121](https://github.com/sourcegraph/sourcegraph/pull/1121) + +### Fix + +#### Search + +- Fix Apollo related error in Safari [#1016](https://github.com/sourcegraph/sourcegraph/pull/1016) + +#### Others + +- Fix OOB migration for batch changes table [#1113](https://github.com/sourcegraph/sourcegraph/pull/1113) + +### Chore + +#### Security + +- upgrade src-cli version to address CVE [#1117](https://github.com/sourcegraph/sourcegraph/pull/1117) + - Upgrade src-cli version to 5.8.1 to address CVE-2024-24788, CVE-2024-24790, CVE-2024-34156 Backport b8da20f6fa148f30fe97d9267a536bd5a84502f1 from #1112 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- Backport 566 to 5.8.x: SBOMs with Bazel [#1089](https://github.com/sourcegraph/sourcegraph/pull/1089) + - feature(security): Publish SBOMs for Sourcegraph releases +- [Backport 5.8.x] Update src-cli MinimumVersion from 5.5.0 to 5.8.1 [#1087](https://github.com/sourcegraph/sourcegraph/pull/1087) + - chore(release): Update minimum supported version of src-cli to 5.8.1 Backport 8f039bdcb5425071dd6e4dfddfb2cb436e124b05 from #1079 + +{/* RSS={"version":"sourcegraph 5 Release 8 Patch 1", "releasedAt": "2024-10-16"} */} + + # v5.8.0 ### Features