Skip to content

Commit 82a84c8

Browse files
Changelog for v6.7.375 (#1337)
This is an automated changelog update for v6.7.375 --------- Co-authored-by: Jacob Pleiness <[email protected]>
1 parent 5994f59 commit 82a84c8

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
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.7 Patch 2 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v67375) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.7 Patch 1 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.7 Patch 0 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.6 Patch 2 | August 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v662517) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.7 Patch 2
8+
9+
## v6.7.375
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.375)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.375)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.375)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.375)
18+
19+
### Reverts
20+
21+
There were no reverts for this release
22+
23+
### Uncategorized
24+
25+
#### Others
26+
27+
- [Backport 6.7.x] bitbucket: Improve Bitbucket repo listing performance `(PR #7117)`
28+
- Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management. Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112
29+
30+
{/* RSS={"version":"v6.7.375", "releasedAt": "2025-08-22"} */}
31+
32+
733
# 6.7 Patch 1
834

935
## v6.7.229
@@ -20,7 +46,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
2046

2147
#### Cody
2248

23-
- add reasoning to GPT-5 models `(PR #7107)`
49+
- Add reasoning to GPT-5 models `(PR #7107)`
2450
- Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks. Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092
2551
- Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)`
2652
- Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`.
@@ -1019,7 +1045,7 @@ The following PRs were merged onto the previous release branch but could not be
10191045
- Add color back to conversation pane `(PR #6046)`
10201046
- Add Deep Search title back in and offset UI `(PR #6038)`
10211047
- Add info text if new share link has not been generated yet `(PR #6023)`
1022-
- Increase liklihood go-to-def and find-references uses syntactic or precise data `(PR #6018)`
1048+
- Increase likelihood go-to-def and find-references uses syntactic or precise data `(PR #6018)`
10231049
- Reduce search input width `(PR #6012)`
10241050
- Add opacity to input placeholder `(PR #6008)`
10251051
- Example query and search input visual tweaks `(PR #6006)`

0 commit comments

Comments
 (0)