Skip to content

Commit 6ae0621

Browse files
Changelog for v6.5.2654 (#1250)
This is an automated changelog update for v6.5.2654 --------- Co-authored-by: Warren Gifford <[email protected]>
1 parent 8752ce5 commit 6ae0621

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

docs/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15+
| 6.5 Patch 2 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v652654) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.5 Patch 1 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v651211) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.5 Patch 0 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v650) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.4 Patch 3 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v643889) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)