diff --git a/docs/releases.mdx b/docs/releases.mdx index 7a4dd3f66..cdfdd9cb5 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 6.5 Patch 2 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v652654) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.5 Patch 1 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v651211) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.5 Patch 0 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v650) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.4 Patch 3 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v643889) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 3c2749a9d..7e225c6d7 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,68 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.5 Patch 2 + +## v6.5.2654 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.5.2654) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.5.2654) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.5.2654) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.5.2654) + +### Fix + +#### Insights + +- skip empty repos for inventory insights `(PR #6271)` + - fix(insights): skip empty repos for inventory insights Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250 + +#### Migrator + +- Remove links to sourcegraph/sourcegraph repo in drift summary `(PR #6496)` + - fix(migrator): remove private repo links in migrator drift output Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- Backport 6360 to 6.5.x `(PR #6492)` +- [Backport 6.5.x] dotcom, workspaces: shut down cody after codyprosunset.SunsetDate `(PR #6344)` + +### Untracked + +The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release: + +- [Backport 6.5.x] tenant/reconciler: add notice reconciler for codyplgsunset `(PR #6218)` +- add experimental icon + code host limits to pushed-only changesets UI `(PR #6215)` + - Add experimental icon + GitLab/GitHub only specification for pushed-only changesets in batch changes UIBackport 04be437 from #6180 +- [Backport 6.5.x] llmapitelemetry: fix traceparent metadata field `(PR #6209)` +- add a new Code Insight for tracking inventory statistics over time `(PR #6202)` + - Combines features of the Language usage and Detect and track patterns insights to track code inventory metrics over time: + - lines of code + - size of code + - file counts + - Can group those metrics by repository, by language, or not at all + - Can collect the metrics for a list of repositories, or a repo search query +- add graphql endpoints for inventory stats insight `(PR #6201)` + - New GraphQL endpoints + - query: + - inventoryStatsPreview + - mutation: + - createInventoryStatsInsight + - updateInventoryStatsInsight +- [Backport 6.5.x] multitenant(fix): Fix Add repositories UI picker `(PR #6192)` + +{/* RSS={"version":"v6.5.2654", "releasedAt": "2025-07-09"} */} + + # 6.5 Patch 1 ## v6.5.1211