Skip to content

Commit 47e2eb9

Browse files
Changelog for v6.4.3889 (#1187)
This is an automated changelog update for v6.4.3889 --------- Co-authored-by: Warren Gifford <[email protected]>
1 parent 383c811 commit 47e2eb9

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

docs/releases.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15-
| 6.4 Patch 2 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) |
15+
| 6.4 Patch 3 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v643889) | [Install](https://sourcegraph.com/docs/admin/deploy) |
16+
| 6.4 Patch 2 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v642622) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.4 Patch 1 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.4 Patch 0 | May 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v640) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1819
| 6.3 Patch 2 | May 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v634167) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.4 Patch 3
8+
9+
## v6.4.3889
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.4.3889)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.4.3889)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.4.3889)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.4.3889)
18+
19+
### Fix
20+
21+
#### Batch Changes
22+
23+
- don't sync changesets from soft-deleted namespaces (#6039) `(PR #6061)`
24+
- fix(batches): fixed an issue where Batch Changes would attempt to sync changesets from deleted namespaces resulting in delays and timeouts for active changesets
25+
26+
### Reverts
27+
28+
There were no reverts for this release
29+
30+
### Untracked
31+
32+
The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release:
33+
34+
- [Backport 6.4.x] bitbucket: Fix panic with nil logger `(PR #5605)`
35+
- move grafana dashboards for retry to proper section `(PR #5603)`
36+
- N/A Backport 413705d76b9e4b258f3718f884e3c3c2ddf4f6fd from #5602
37+
- gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)`
38+
- N/A
39+
Backport 4e0ca00f1e5fb1951a0f24bb7ccb3af918ce33ec from #5531
40+
- Fix repository package names `(PR #5581)`
41+
- [Backport 6.4.x] feat(deep search): add current stats to telemetry `(PR #5563)`
42+
- Remove "Outdated" stats on permissions page `(PR #5553)`
43+
- Backport 484e546eca171cc184c86cf2cf7119f358f4bc02 from #5515
44+
45+
{/* RSS={"version":"v6.4.3889", "releasedAt": "2025-06-18"} */}
46+
47+
748
# 6.4 Patch 2
849

950
## v6.4.2622

0 commit comments

Comments
 (0)