@@ -4,6 +4,68 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44
55{/* CHANGELOG_START */}
66
7+ # 6.5 Patch 2
8+
9+ ## v6.5.2654
10+
11+ - [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.5.2654)
12+
13+ - [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.5.2654)
14+
15+ - [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.5.2654)
16+
17+ - [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.5.2654)
18+
19+ ### Fix
20+
21+ #### Insights
22+
23+ - skip empty repos for inventory insights `(PR #6271)`
24+ - fix(insights): skip empty repos for inventory insights Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250
25+
26+ #### Migrator
27+
28+ - Remove links to sourcegraph/sourcegraph repo in drift summary `(PR #6496)`
29+ - fix(migrator): remove private repo links in migrator drift output Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463
30+
31+ ### Reverts
32+
33+ There were no reverts for this release
34+
35+ ### Uncategorized
36+
37+ #### Others
38+
39+ - Backport 6360 to 6.5.x `(PR #6492)`
40+ - [Backport 6.5.x] dotcom, workspaces: shut down cody after codyprosunset.SunsetDate `(PR #6344)`
41+
42+ ### Untracked
43+
44+ The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release:
45+
46+ - [Backport 6.5.x] tenant/reconciler: add notice reconciler for codyplgsunset `(PR #6218)`
47+ - add experimental icon + code host limits to pushed-only changesets UI `(PR #6215)`
48+ - Add experimental icon + GitLab/GitHub only specification for pushed-only changesets in batch changes UIBackport 04be437 from #6180
49+ - [Backport 6.5.x] llmapitelemetry: fix traceparent metadata field `(PR #6209)`
50+ - add a new Code Insight for tracking inventory statistics over time `(PR #6202)`
51+ - Combines features of the Language usage and Detect and track patterns insights to track code inventory metrics over time:
52+ - lines of code
53+ - size of code
54+ - file counts
55+ - Can group those metrics by repository, by language, or not at all
56+ - Can collect the metrics for a list of repositories, or a repo search query
57+ - add graphql endpoints for inventory stats insight `(PR #6201)`
58+ - New GraphQL endpoints
59+ - query:
60+ - inventoryStatsPreview
61+ - mutation:
62+ - createInventoryStatsInsight
63+ - updateInventoryStatsInsight
64+ - [Backport 6.5.x] multitenant(fix): Fix Add repositories UI picker `(PR #6192)`
65+
66+ {/* RSS={"version":"v6.5.2654", "releasedAt": "2025-07-09"} */}
67+
68+
769# 6.5 Patch 1
870
971## v6.5.1211
0 commit comments