From 060b4d83360ff22c8a4c9a928e070389cc9b261f Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:05:43 +0200 Subject: [PATCH 1/3] Changelog for v6.4.3889 --- docs/technical-changelog.mdx | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 0fda57239..a111b72bf 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 */} +# 6.4 Patch 4 + +## v6.4.3889 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.4.3889) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.4.3889) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.4.3889) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.4.3889) + +### Fix + +#### Batch Changes + +- don't sync changesets from soft-deleted namespaces (#6039) `(PR #6061)` + - fix(batches): fixed an issue where Batch Changes would attempt to sync changesets from deleted namespaces resulting in delays and timeouts for active changesets + +### Reverts + + There were no reverts for this release + +### 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] bitbucket: Fix panic with nil logger `(PR #5605)` +- move grafana dashboards for retry to proper section `(PR #5603)` + - N/A Backport 413705d76b9e4b258f3718f884e3c3c2ddf4f6fd from #5602 +- gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)` + - N/A + Backport 4e0ca00f1e5fb1951a0f24bb7ccb3af918ce33ec from #5531 +- Fix repository package names `(PR #5581)` +- [Backport 6.4.x] feat(deep search): add current stats to telemetry `(PR #5563)` +- Remove "Outdated" stats on permissions page `(PR #5553)` + - Backport 484e546eca171cc184c86cf2cf7119f358f4bc02 from #5515 + +{/* RSS={"version":"v6.4.3889", "releasedAt": "2025-06-18"} */} + + # 6.4 Patch 2 ## v6.4.2622 From dca81b706c74d1c498ece436075eee39abdaf241 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 18 Jun 2025 14:43:46 -0700 Subject: [PATCH 2/3] add to releae sched --- docs/releases.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index d4bb0a139..ed80cd199 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,7 +12,8 @@ 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 3 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v643889) | [Install](https://sourcegraph.com/docs/admin/deploy) | +| 6.4 Patch 2 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v642622) | [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 2734f72b1886c613f5e68e9ae65c6358aaac20a6 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 18 Jun 2025 14:51:39 -0700 Subject: [PATCH 3/3] correct off by one error in changelog gen --- docs/technical-changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index a111b72bf..bbca79885 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 4 +# 6.4 Patch 3 ## v6.4.3889