From ac39a0f055f564de6497c185dfcc9db24afd2733 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:56:54 +0200 Subject: [PATCH 1/2] Changelog for v6.7.375 --- docs/technical-changelog.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 86b456f78..da1cb0a78 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.7 Patch 3 + +## v6.7.375 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.375) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.375) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.375) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.375) + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.7.x] bitbucket: Improve Bitbucket repo listing performance `(PR #7117)` + - Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management. Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112 + +{/* RSS={"version":"v6.7.375", "releasedAt": "2025-08-22"} */} + + # 6.7 Patch 1 ## v6.7.229 From 49d2d3a9daf95fd49e2a2fc48ffaffce61e445c8 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Fri, 22 Aug 2025 18:05:10 -0400 Subject: [PATCH 2/2] update docs --- docs/releases.mdx | 1 + docs/technical-changelog.mdx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 494ff5e64..6e03d10c3 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.7 Patch 2 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67375) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 1 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 0 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.6 Patch 2 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v662517) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index da1cb0a78..f9f26a76b 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.7 Patch 3 +# 6.7 Patch 2 ## v6.7.375 @@ -46,7 +46,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Cody -- add reasoning to GPT-5 models `(PR #7107)` +- Add reasoning to GPT-5 models `(PR #7107)` - 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 - Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)` - Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`. @@ -1045,7 +1045,7 @@ The following PRs were merged onto the previous release branch but could not be - Add color back to conversation pane `(PR #6046)` - Add Deep Search title back in and offset UI `(PR #6038)` - Add info text if new share link has not been generated yet `(PR #6023)` -- Increase liklihood go-to-def and find-references uses syntactic or precise data `(PR #6018)` +- Increase likelihood go-to-def and find-references uses syntactic or precise data `(PR #6018)` - Reduce search input width `(PR #6012)` - Add opacity to input placeholder `(PR #6008)` - Example query and search input visual tweaks `(PR #6006)`