From 78fc2e1e5be4d00fe6349cf502c1d6b7fea0e03a Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:48:26 +0200 Subject: [PATCH 1/3] Changelog for v6.4.2622 --- docs/technical-changelog.mdx | 67 ++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 74ebf0aa3..a86d98c7a 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,73 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.4 Patch 3 + +## v6.4.2622 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.4.2622) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.4.2622) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.4.2622) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.4.2622) + +### Features + +#### Source + +- gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)` + - N/A + Backport 4e0ca00f1e5fb1951a0f24bb7ccb3af918ce33ec from #5531 + +### Fix + +#### Gitserver + +- move grafana dashboards for retry to proper section `(PR #5603)` + - N/A Backport 413705d76b9e4b258f3718f884e3c3c2ddf4f6fd from #5602 + +#### Search + +- Fix repository package names `(PR #5581)` + +#### Source + +- Retry watching executor pods (#5813) `(PR #5900)` + - @sourcegraph/release + +### Chore + +#### Source + +- Remove "Outdated" stats on permissions page `(PR #5553)` + - Backport 484e546eca171cc184c86cf2cf7119f358f4bc02 from #5515 + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- deep search: fix race condition in model validation `(PR #5890)` + - This fixes the error "ModelConfigService not initialized. Init not called" which might occur during startup. The error was caused by a race condition where the validator of the Deep Search site config expected the model config service to be initialized. +- [Backport 6.4.x] bitbucket: Fix panic with nil logger `(PR #5605)` +- [Backport 6.4.x] feat(deep search): add current stats to telemetry `(PR #5563)` + +### 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.4.x] feat(cody gateway): Claude 4 models `(PR #5536)` +- [Backport 6.4.x] cody-gateway-config: allow Enterprise tier, rename misleading method `(PR #5535)` +- [Backport 6.4.x] azure-devops: Add support for Entra OAuth apps `(PR #5520)` + +{/* RSS={"version":"v6.4.2622", "releasedAt": "2025-06-11"} */} + + # 6.4 Patch 1 ## v6.4.1203 From d962e5eb1b41f2139d764e82bd834991ecc44891 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Wed, 11 Jun 2025 14:10:34 -0700 Subject: [PATCH 2/3] add to releases.md --- docs/releases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index c6b97e729..d4bb0a139 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.4 Patch 2 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.4 Patch 1 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.4 Patch 0 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v640) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.3 Patch 2 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v634167) | [Install](https://sourcegraph.com/docs/admin/deploy) | From 5e0df0464131c0de894f27ed50c3c84f34e9c9bd Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Thu, 12 Jun 2025 09:53:53 -0400 Subject: [PATCH 3/3] fixed patch version and caps --- docs/technical-changelog.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index a86d98c7a..0fda57239 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} -# 6.4 Patch 3 +# 6.4 Patch 2 ## v6.4.2622 @@ -20,7 +20,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Source -- gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)` +- Gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)` - N/A Backport 4e0ca00f1e5fb1951a0f24bb7ccb3af918ce33ec from #5531 @@ -28,7 +28,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Gitserver -- move grafana dashboards for retry to proper section `(PR #5603)` +- Move grafana dashboards for retry to proper section `(PR #5603)` - N/A Backport 413705d76b9e4b258f3718f884e3c3c2ddf4f6fd from #5602 #### Search @@ -55,7 +55,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Others -- deep search: fix race condition in model validation `(PR #5890)` +- Deep search: fix race condition in model validation `(PR #5890)` - This fixes the error "ModelConfigService not initialized. Init not called" which might occur during startup. The error was caused by a race condition where the validator of the Deep Search site config expected the model config service to be initialized. - [Backport 6.4.x] bitbucket: Fix panic with nil logger `(PR #5605)` - [Backport 6.4.x] feat(deep search): add current stats to telemetry `(PR #5563)`