Skip to content

Commit d277dce

Browse files
Changelog for v6.4.2622 (#1183)
This is an automated changelog update for v6.4.2622 --------- Co-authored-by: Anish Lakhwara <[email protected]>
1 parent b167db0 commit d277dce

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-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.4 Patch 2 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.4 Patch 1 | June 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v641203) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.4 Patch 0 | May 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v640) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 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: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,73 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.4 Patch 2
8+
9+
## v6.4.2622
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.4.2622)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.4.2622)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.4.2622)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.4.2622)
18+
19+
### Features
20+
21+
#### Source
22+
23+
- Gitserver: have gitserver try re-running commands before marking repositories as corrupt `(PR #5584)`
24+
- N/A
25+
Backport 4e0ca00f1e5fb1951a0f24bb7ccb3af918ce33ec from #5531
26+
27+
### Fix
28+
29+
#### Gitserver
30+
31+
- Move grafana dashboards for retry to proper section `(PR #5603)`
32+
- N/A Backport 413705d76b9e4b258f3718f884e3c3c2ddf4f6fd from #5602
33+
34+
#### Search
35+
36+
- Fix repository package names `(PR #5581)`
37+
38+
#### Source
39+
40+
- Retry watching executor pods (#5813) `(PR #5900)`
41+
- @sourcegraph/release
42+
43+
### Chore
44+
45+
#### Source
46+
47+
- Remove "Outdated" stats on permissions page `(PR #5553)`
48+
- Backport 484e546eca171cc184c86cf2cf7119f358f4bc02 from #5515
49+
50+
### Reverts
51+
52+
There were no reverts for this release
53+
54+
### Uncategorized
55+
56+
#### Others
57+
58+
- Deep search: fix race condition in model validation `(PR #5890)`
59+
- 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.
60+
- [Backport 6.4.x] bitbucket: Fix panic with nil logger `(PR #5605)`
61+
- [Backport 6.4.x] feat(deep search): add current stats to telemetry `(PR #5563)`
62+
63+
### Untracked
64+
65+
The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release:
66+
67+
- [Backport 6.4.x] feat(cody gateway): Claude 4 models `(PR #5536)`
68+
- [Backport 6.4.x] cody-gateway-config: allow Enterprise tier, rename misleading method `(PR #5535)`
69+
- [Backport 6.4.x] azure-devops: Add support for Entra OAuth apps `(PR #5520)`
70+
71+
{/* RSS={"version":"v6.4.2622", "releasedAt": "2025-06-11"} */}
72+
73+
774
# 6.4 Patch 1
875

976
## v6.4.1203

0 commit comments

Comments
 (0)